(ctx context.Context, activeKeyDigest string)
| 1114 | // or 'disabled'. |
| 1115 | ResolveUserChatSpendLimit(ctx context.Context, arg ResolveUserChatSpendLimitParams) (ResolveUserChatSpendLimitRow, error) |
| 1116 | RevokeDBCryptKey(ctx context.Context, activeKeyDigest string) error |
| 1117 | // Note that this selects from the CTE, not the original table. The CTE is named |
| 1118 | // the same as the original table to trick sqlc into reusing the existing struct |
| 1119 | // for the table. |
no outgoing calls