Versions in this module Expand all Collapse all v0 v0.5.1 Jul 8, 2026 v0.5.0 Jul 8, 2026 Changes in this version + var Anonymous = User + func AccountToGraphQL(acc *Account) *exmodels.Account + func UserListFilterMapper(fl *exmodels.UserListFilter) user.QOption + func UserListOrderMapper(ord *exmodels.UserListOrder) user.QOption + func UserToGraphQL(u *User) *exmodels.User + func UserToGraphQLPtr(u *User) *exmodels.User + type Account struct + func AccountFromProfile(approve pkgModels.ApproveStatus, ...) *Account + func AccountStub(id uint64) *Account + func AccountStubWithAdmins(id uint64, adminUserIDs ...uint64) *Account + func FillAccountFromCreateInput(dest *Account, input *exmodels.AccountCreateInput, ...) *Account + func FillAccountFromInputWithStatus(dest *Account, inp *exmodels.AccountUpdateInput, ...) *Account + func FillAccountFromUpdateInput(dest *Account, input *exmodels.AccountUpdateInput, ...) *Account + func (a *Account) NewWithIDs(id uint64, adminUserIDs ...uint64) account.Model + func (a *Account) RBACResourceName() string + func (a *Account) TableName() string + type AccountGraphQLMappers = ... + type AccountGraphQLMappersImpl struct + func (AccountGraphQLMappersImpl) FromCreateInput(inp *exmodels.AccountCreateInput) *Account + func (AccountGraphQLMappersImpl) FromFilter(f *exmodels.AccountListFilter) accountrepo.QOption + func (AccountGraphQLMappersImpl) FromOrder(o *exmodels.AccountListOrder) accountrepo.QOption + func (AccountGraphQLMappersImpl) FromUpdateInput(inp *exmodels.AccountUpdateInput, dest *Account) *Account + func (AccountGraphQLMappersImpl) New() *Account + func (AccountGraphQLMappersImpl) NewPayload(clientMutationID string, accountID uint64, account *exmodels.Account) *exmodels.AccountPayload + func (AccountGraphQLMappersImpl) ToGQL(a *Account) *exmodels.Account + type AccountMember = account.Member[*User, *Account] + type AccountProfile struct + ClientURI string + Contacts gosql.NullableStringArray + Description string + LogoURI string + PolicyURI string + TermsOfServiceURI string + Title string + func (p *AccountProfile) ApplyProfile(title, description, logoURI, policyURI, tosURI, clientURI string, ...) + func (p *AccountProfile) GetClientURI() string + func (p *AccountProfile) GetContacts() []string + func (p *AccountProfile) GetDescription() string + func (p *AccountProfile) GetLogoURI() string + func (p *AccountProfile) GetPolicyURI() string + func (p *AccountProfile) GetTermsOfServiceURI() string + func (p *AccountProfile) GetTitle() string + type User struct + func UserFromCreateInput(input *exmodels.UserCreateInput, appStatus ...pkgModels.ApproveStatus) *User + func UserFromUpdateInput(input *exmodels.UserUpdateInput, dest *User, ...) *User + func (u *User) NewWithID(id uint64) user.Model + type UserGraphQLMappers = ... + type UserGraphQLMappersImpl struct + func (UserGraphQLMappersImpl) FromCreateInput(inp *exmodels.UserCreateInput) *User + func (UserGraphQLMappersImpl) FromFilter(f *exmodels.UserListFilter) userrepo.QOption + func (UserGraphQLMappersImpl) FromOrder(o *exmodels.UserListOrder) userrepo.QOption + func (UserGraphQLMappersImpl) FromUpdateInput(inp *exmodels.UserUpdateInput, dest *User) *User + func (UserGraphQLMappersImpl) New() *User + func (UserGraphQLMappersImpl) NewPayload(clientMutationID string, userID uint64, u *exmodels.User) *exmodels.UserPayload + func (UserGraphQLMappersImpl) ToAccountGQL(u *User) *exmodels.User + func (UserGraphQLMappersImpl) ToGQL(u *User) *exmodels.User