Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( NewUserLoader, NewIdentityLoader, NewAuthenticatorLoader, NewRoleLoader, NewGroupLoader, NewAuditLogLoader, )
Functions ¶
This section is empty.
Types ¶
type AuditLogLoader ¶
type AuditLogLoader struct { *graphqlutil.DataLoader `wire:"-"` AuditDatabase *auditdb.ReadHandle Query AuditLogQuery }
func NewAuditLogLoader ¶
func NewAuditLogLoader(query AuditLogQuery, handle *auditdb.ReadHandle) *AuditLogLoader
type AuditLogQuery ¶
type AuthenticatorLoader ¶
type AuthenticatorLoader struct { *graphqlutil.DataLoader `wire:"-"` Authenticators AuthenticatorLoaderAuthenticatorService }
func NewAuthenticatorLoader ¶
func NewAuthenticatorLoader(authenticators AuthenticatorLoaderAuthenticatorService) *AuthenticatorLoader
type GroupLoader ¶
type GroupLoader struct { *graphqlutil.DataLoader `wire:"-"` Groups GroupLoaderGroups }
func NewGroupLoader ¶
func NewGroupLoader(groups GroupLoaderGroups) *GroupLoader
type GroupLoaderGroups ¶
type IdentityLoader ¶
type IdentityLoader struct { *graphqlutil.DataLoader `wire:"-"` Identities IdentityLoaderIdentityService }
func NewIdentityLoader ¶
func NewIdentityLoader(identities IdentityLoaderIdentityService) *IdentityLoader
type RoleLoader ¶
type RoleLoader struct { *graphqlutil.DataLoader `wire:"-"` Roles RoleLoaderRoles }
func NewRoleLoader ¶
func NewRoleLoader(roles RoleLoaderRoles) *RoleLoader
type RoleLoaderRoles ¶
type UserLoader ¶
type UserLoader struct { *graphqlutil.DataLoader `wire:"-"` Users UserLoaderUserService }
func NewUserLoader ¶
func NewUserLoader(users UserLoaderUserService) *UserLoader
type UserLoaderUserService ¶
Click to show internal directories.
Click to hide internal directories.