Documentation
¶
Overview ¶
Package authcodes is the public API for authorization-code persistence. The underlying queries are sqlc-generated in the sqlcgen subpackage; this file re-exports them via zero-cost type aliases so callers can write authcodes.New, authcodes.Querier, etc. without leaking the sqlcgen import path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var New = sqlcgen.New
Functions ¶
This section is empty.
Types ¶
type AuthCode ¶
type AuthCode = sqlcgen.GetAuthCodeRow
type CreateAuthCodeParams ¶
type CreateAuthCodeParams = sqlcgen.CreateAuthCodeParams
Click to show internal directories.
Click to hide internal directories.