Documentation
¶
Index ¶
- Variables
- func NewEmailRepo(init []*ent.Email, primaryEmail *ent.PrimaryEmail) dal.IEmailRepo
- func NewPasscodeRepo(init []*ent.Passcode) dal.IPasscodeRepo
- func NewRepo(db *ent.Client, user []*ent.User, waCredential []*ent.WebauthnCredential, ...) dal.IAuthRepo
- func NewUserRepo(init []*ent.User) dal.IUserRepo
- func NewWebauthnCredentialRepo(init []*ent.WebauthnCredential) dal.IWebauthnCredentialRepo
- func NewWebauthnSessionRepo(init []*ent.WebauthnSessionData) dal.IWebauthnSessionRepo
- func PurgeDB(db *TestDB) error
- type Ctx
- type TestDB
Constants ¶
This section is empty.
Variables ¶
View Source
var UnknownDialectError = errors.New("unknown dialect")
Functions ¶
func NewEmailRepo ¶
func NewEmailRepo(init []*ent.Email, primaryEmail *ent.PrimaryEmail) dal.IEmailRepo
func NewPasscodeRepo ¶
func NewPasscodeRepo(init []*ent.Passcode) dal.IPasscodeRepo
func NewWebauthnCredentialRepo ¶
func NewWebauthnCredentialRepo(init []*ent.WebauthnCredential) dal.IWebauthnCredentialRepo
func NewWebauthnSessionRepo ¶
func NewWebauthnSessionRepo(init []*ent.WebauthnSessionData) dal.IWebauthnSessionRepo
Types ¶
Click to show internal directories.
Click to hide internal directories.