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

@@ -34,7 +34,7 @@ type Token struct {
func (t *Token) LoadByHashedValueForUpdate(
ctx context.Context,
conn pg.Conn,
conn pg.Tx,
hashedValue []byte,
) error {
q := `
@@ -72,7 +72,7 @@ FOR UPDATE;
func (t *Token) Insert(
ctx context.Context,
conn pg.Conn,
conn pg.Tx,
) error {
q := `
INSERT INTO iam_tokens(
@@ -109,7 +109,7 @@ INSERT INTO iam_tokens(
func (t *Token) Delete(
ctx context.Context,
conn pg.Conn,
conn pg.Tx,
) error {
q := `
DELETE FROM iam_tokens