Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migrations = sqlite.NewMigrationsModule("auth", "migrations", migrations)
Functions ¶
func NewGateway ¶
Types ¶
type UsersStore ¶
type UsersStore interface { domain.UsersReader domain.UsersWriter }
func NewUsersStore ¶
func NewUsersStore(db *sqlite.Database) UsersStore
Click to show internal directories.
Click to hide internal directories.