Documentation ¶
Index ¶
- func NewAuthRepository(tx *database.Transaction) domain.IAuth
- func NewFlagRepo(tx *database.Transaction) domain.IFlag
- func NewOTPRepo(tx *database.Transaction) domain.IOTP
- func NewSessionRepository(tx *database.Transaction) domain.ISession
- func NewUserRepository(tx *database.Transaction) domain.IUser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAuthRepository ¶
func NewAuthRepository(tx *database.Transaction) domain.IAuth
NewAuthRepository creates a new repository
func NewFlagRepo ¶ added in v0.5.0
func NewFlagRepo(tx *database.Transaction) domain.IFlag
NewFlagRepo creates a new repository
func NewOTPRepo ¶ added in v0.5.0
func NewOTPRepo(tx *database.Transaction) domain.IOTP
NewOTPRepo creates a new repository
func NewSessionRepository ¶
func NewSessionRepository(tx *database.Transaction) domain.ISession
NewSessionRepository creates a new repository
func NewUserRepository ¶
func NewUserRepository(tx *database.Transaction) domain.IUser
NewUserRepository creates a new repository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.