Upgrade to kit v0.3.0

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-03 10:56:06 +02:00
parent 8adf26ad20
commit f17fb7bf49
191 changed files with 1617 additions and 1617 deletions

View File

@@ -51,7 +51,7 @@ func (w WebhookEvent) CursorKey(orderBy WebhookEventOrderField) page.CursorKey {
func (w *WebhookEvents) LoadBySubscriptionID(
ctx context.Context,
conn pg.Conn,
conn pg.Querier,
scope Scoper,
webhookSubscriptionID gid.GID,
cursor *page.Cursor[WebhookEventOrderField],
@@ -93,7 +93,7 @@ WHERE
func (w *WebhookEvents) CountBySubscriptionID(
ctx context.Context,
conn pg.Conn,
conn pg.Querier,
scope Scoper,
webhookSubscriptionID gid.GID,
) (int, error) {
@@ -118,7 +118,7 @@ WHERE %s
func (w *WebhookEvent) Insert(
ctx context.Context,
conn pg.Conn,
conn pg.Tx,
scope Scoper,
) error {
q := `
@@ -162,7 +162,7 @@ VALUES (
func (w *WebhookEvent) UpdateStatus(
ctx context.Context,
conn pg.Conn,
conn pg.Tx,
scope Scoper,
) error {
q := `