Documentation
¶
Index ¶
- func NewEmailer() auth.Emailer
- func NewInvitesRepository() auth.OrgInvitesRepository
- func NewKeyRepository() auth.KeyRepository
- func NewOrgMembershipsRepository() auth.OrgMembershipsRepository
- func NewOrgRepository(mr auth.OrgMembershipsRepository) auth.OrgRepository
- func NewRolesRepository() auth.RolesRepository
- func NewUsersService(usersByID map[string]users.User, usersByEmails map[string]users.User) protomfx.UsersServiceClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmailer ¶ added in v0.30.0
NewEmailer provides emailer instance for the test
func NewInvitesRepository ¶ added in v0.30.0
func NewInvitesRepository() auth.OrgInvitesRepository
func NewKeyRepository ¶
func NewKeyRepository() auth.KeyRepository
NewKeyRepository creates in-memory user repository
func NewOrgMembershipsRepository ¶ added in v0.29.0
func NewOrgMembershipsRepository() auth.OrgMembershipsRepository
NewOrgMembershipsRepository returns mock of org memberships repository
func NewOrgRepository ¶
func NewOrgRepository(mr auth.OrgMembershipsRepository) auth.OrgRepository
NewOrgRepository returns mock of org repository
func NewRolesRepository ¶
func NewRolesRepository() auth.RolesRepository
func NewUsersService ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.