Documentation ¶
Index ¶
- Constants
- Variables
- func AccessControl(s store.Storer) *accessControl
- func AccessControlActionGrant(props ...*accessControlActionProps) *accessControlAction
- func AccessControlErrGeneric(mm ...*accessControlActionProps) *errors.Error
- func AccessControlErrNotAllowedToSetPermissions(mm ...*accessControlActionProps) *errors.Error
- func Activate(ctx context.Context) (err error)
- func ApigwFilterActionCreate(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterActionDelete(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterActionLookup(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterActionSearch(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterActionUndelete(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterActionUpdate(props ...*apigwFilterActionProps) *apigwFilterAction
- func ApigwFilterErrAsyncRouteTooManyAfterFilters(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrAsyncRouteTooManyProcessers(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrGeneric(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrInvalidID(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrInvalidRoute(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrNotFound(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwFilterErrStaleData(mm ...*apigwFilterActionProps) *errors.Error
- func ApigwRouteActionCreate(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteActionDelete(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteActionLookup(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteActionSearch(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteActionUndelete(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteActionUpdate(props ...*apigwRouteActionProps) *apigwRouteAction
- func ApigwRouteErrAlreadyExists(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrExistsEndpoint(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrGeneric(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrInvalidEndpoint(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrInvalidID(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToCreate(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToDelete(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToExec(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToRead(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToSearch(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToUndelete(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotAllowedToUpdate(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrNotFound(mm ...*apigwRouteActionProps) *errors.Error
- func ApigwRouteErrStaleData(mm ...*apigwRouteActionProps) *errors.Error
- func Application(s store.Storer, ac applicationAccessController, al actionlog.Recorder, ...) *application
- func ApplicationActionCreate(props ...*applicationActionProps) *applicationAction
- func ApplicationActionDelete(props ...*applicationActionProps) *applicationAction
- func ApplicationActionFlagManage(props ...*applicationActionProps) *applicationAction
- func ApplicationActionFlagManageGlobal(props ...*applicationActionProps) *applicationAction
- func ApplicationActionLookup(props ...*applicationActionProps) *applicationAction
- func ApplicationActionReorder(props ...*applicationActionProps) *applicationAction
- func ApplicationActionSearch(props ...*applicationActionProps) *applicationAction
- func ApplicationActionUndelete(props ...*applicationActionProps) *applicationAction
- func ApplicationActionUpdate(props ...*applicationActionProps) *applicationAction
- func ApplicationErrGeneric(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrInvalidID(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToCreate(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToDelete(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToManageFlag(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToManageFlagGlobal(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToRead(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToSearch(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToUndelete(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotAllowedToUpdate(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrNotFound(mm ...*applicationActionProps) *errors.Error
- func ApplicationErrStaleData(mm ...*applicationActionProps) *errors.Error
- func Attachment(store files.Store, opt options.AttachmentOpt, log *zap.Logger) *attachment
- func AttachmentActionCreate(props ...*attachmentActionProps) *attachmentAction
- func AttachmentActionDelete(props ...*attachmentActionProps) *attachmentAction
- func AttachmentActionLookup(props ...*attachmentActionProps) *attachmentAction
- func AttachmentActionSearch(props ...*attachmentActionProps) *attachmentAction
- func AttachmentErrFailedToExtractMimeType(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrFailedToProcessImage(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrFailedToStoreFile(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrGeneric(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrInvalidAvatarFileSize(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrInvalidAvatarFileType(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrInvalidAvatarGenerateFontFile(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrInvalidID(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrNotAllowedToCreate(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrNotAllowedToCreateEmptyAttachment(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrNotAllowedToListAttachments(mm ...*attachmentActionProps) *errors.Error
- func AttachmentErrNotFound(mm ...*attachmentActionProps) *errors.Error
- func Auth(opt AuthOptions) *auth
- func AuthActionAccessTokensRemoved(props ...*authActionProps) *authAction
- func AuthActionAuthenticate(props ...*authActionProps) *authAction
- func AuthActionAutoPromote(props ...*authActionProps) *authAction
- func AuthActionChangePassword(props ...*authActionProps) *authAction
- func AuthActionConfirmEmail(props ...*authActionProps) *authAction
- func AuthActionCreateCredentials(props ...*authActionProps) *authAction
- func AuthActionEmailOtpVerify(props ...*authActionProps) *authAction
- func AuthActionExchangePasswordResetToken(props ...*authActionProps) *authAction
- func AuthActionExternalSignup(props ...*authActionProps) *authAction
- func AuthActionGeneratePasswordCreateToken(props ...*authActionProps) *authAction
- func AuthActionImpersonate(props ...*authActionProps) *authAction
- func AuthActionInternalSignup(props ...*authActionProps) *authAction
- func AuthActionIssueToken(props ...*authActionProps) *authAction
- func AuthActionSendEmailConfirmationToken(props ...*authActionProps) *authAction
- func AuthActionSendInviteEMail(props ...*authActionProps) *authAction
- func AuthActionSendPasswordResetToken(props ...*authActionProps) *authAction
- func AuthActionTotpConfigure(props ...*authActionProps) *authAction
- func AuthActionTotpRemove(props ...*authActionProps) *authAction
- func AuthActionTotpValidate(props ...*authActionProps) *authAction
- func AuthActionUpdateCredentials(props ...*authActionProps) *authAction
- func AuthActionValidateToken(props ...*authActionProps) *authAction
- func AuthClient(s store.Storer, ac authClientAccessController, al actionlog.Recorder, ...) *authClient
- func AuthClientActionCreate(props ...*authClientActionProps) *authClientAction
- func AuthClientActionDelete(props ...*authClientActionProps) *authClientAction
- func AuthClientActionExposeSecret(props ...*authClientActionProps) *authClientAction
- func AuthClientActionLookup(props ...*authClientActionProps) *authClientAction
- func AuthClientActionRegenerateSecret(props ...*authClientActionProps) *authClientAction
- func AuthClientActionSearch(props ...*authClientActionProps) *authClientAction
- func AuthClientActionUndelete(props ...*authClientActionProps) *authClientAction
- func AuthClientActionUpdate(props ...*authClientActionProps) *authClientAction
- func AuthClientErrGeneric(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrInvalidID(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrMissingName(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToCreate(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToDelete(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToRead(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToSearch(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToUndelete(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotAllowedToUpdate(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrNotFound(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrStaleData(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrUnableToChangeDefaultClientHandle(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrUnableToDeleteDefaultClient(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrUnableToDisableDefaultClient(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrUnknownGrantType(mm ...*authClientActionProps) *errors.Error
- func AuthClientErrUnknownScope(mm ...*authClientActionProps) *errors.Error
- func AuthErrCredentialsLinkedToInvalidUser(mm ...*authActionProps) *errors.Error
- func AuthErrDisabledMFAWithEmailOTP(mm ...*authActionProps) *errors.Error
- func AuthErrDisabledMFAWithTOTP(mm ...*authActionProps) *errors.Error
- func AuthErrDisabledSendUserInviteEmail(mm ...*authActionProps) *errors.Error
- func AuthErrEnforcedMFAWithEmailOTP(mm ...*authActionProps) *errors.Error
- func AuthErrEnforcedMFAWithTOTP(mm ...*authActionProps) *errors.Error
- func AuthErrExternalDisabledByConfig(mm ...*authActionProps) *errors.Error
- func AuthErrFailedForDeletedUser(mm ...*authActionProps) *errors.Error
- func AuthErrFailedForSuspendedUser(mm ...*authActionProps) *errors.Error
- func AuthErrFailedForSystemUser(mm ...*authActionProps) *errors.Error
- func AuthErrFailedForUnknownUser(mm ...*authActionProps) *errors.Error
- func AuthErrFailedUnconfirmedEmail(mm ...*authActionProps) *errors.Error
- func AuthErrGeneric(mm ...*authActionProps) *errors.Error
- func AuthErrInternalLoginDisabledByConfig(mm ...*authActionProps) *errors.Error
- func AuthErrInternalSignupDisabledByConfig(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidCredentials(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidEmailFormat(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidEmailOTP(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidHandle(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidTOTP(mm ...*authActionProps) *errors.Error
- func AuthErrInvalidToken(mm ...*authActionProps) *errors.Error
- func AuthErrMaxUserLimitReached(mm ...*authActionProps) *errors.Error
- func AuthErrNotAllowedToConfigureTOTP(mm ...*authActionProps) *errors.Error
- func AuthErrNotAllowedToImpersonate(mm ...*authActionProps) *errors.Error
- func AuthErrNotAllowedToRemoveTOTP(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordChangeFailedForUnknownUser(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordCreateDisabledByConfig(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordCreateFailedForUnknownUser(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordNotSecure(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordResetDisabledByConfig(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordResetFailedOldPasswordCheckFailed(mm ...*authActionProps) *errors.Error
- func AuthErrPasswordSetFailedReusedPasswordCheckFailed(mm ...*authActionProps) *errors.Error
- func AuthErrProfileWithoutValidEmail(mm ...*authActionProps) *errors.Error
- func AuthErrRateLimitExceeded(mm ...*authActionProps) *errors.Error
- func AuthErrUnconfiguredTOTP(mm ...*authActionProps) *errors.Error
- func AuthNotification(s *types.AppSettings, ts TemplateService, opt options.AuthOpt) *authNotification
- func Connection(ctx context.Context, dal dalConnManager, dbConf options.DBOpt) *dalConnection
- func Credentials() *credentials
- func CredentialsActionCreate(props ...*credentialsActionProps) *credentialsAction
- func CredentialsActionDelete(props ...*credentialsActionProps) *credentialsAction
- func CredentialsActionSearch(props ...*credentialsActionProps) *credentialsAction
- func CredentialsActionUpdate(props ...*credentialsActionProps) *credentialsAction
- func CredentialsErrGeneric(mm ...*credentialsActionProps) *errors.Error
- func CredentialsErrInvalidID(mm ...*credentialsActionProps) *errors.Error
- func CredentialsErrNotAllowedToManage(mm ...*credentialsActionProps) *errors.Error
- func CredentialsErrNotFound(mm ...*credentialsActionProps) *errors.Error
- func DalConnectionActionCreate(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionActionDelete(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionActionLookup(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionActionSearch(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionActionUndelete(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionActionUpdate(props ...*dalConnectionActionProps) *dalConnectionAction
- func DalConnectionErrAlreadyExists(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrExistsEndpoint(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrGeneric(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrInvalidEndpoint(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrInvalidID(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrMissingName(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToCreate(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToDelete(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToExec(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToRead(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToSearch(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToUndelete(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotAllowedToUpdate(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrNotFound(mm ...*dalConnectionActionProps) *errors.Error
- func DalConnectionErrStaleData(mm ...*dalConnectionActionProps) *errors.Error
- func DalSchemaAlteration(dal dalAltManager) *dalSchemaAlteration
- func DalSchemaAlterationActionApply(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
- func DalSchemaAlterationActionDismiss(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
- func DalSchemaAlterationActionLookup(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
- func DalSchemaAlterationActionSearch(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
- func DalSchemaAlterationErrGeneric(mm ...*dalSchemaAlterationActionProps) *errors.Error
- func DalSchemaAlterationErrInvalidID(mm ...*dalSchemaAlterationActionProps) *errors.Error
- func DalSchemaAlterationErrNotAllowedToManage(mm ...*dalSchemaAlterationActionProps) *errors.Error
- func DalSchemaAlterationErrNotFound(mm ...*dalSchemaAlterationActionProps) *errors.Error
- func DalSensitivityLevelActionCreate(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelActionDelete(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelActionLookup(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelActionSearch(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelActionUndelete(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelActionUpdate(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
- func DalSensitivityLevelErrAlreadyExists(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrDeleteInUse(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrExistsEndpoint(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrGeneric(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrInvalidEndpoint(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrInvalidID(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrMissingName(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrNotAllowedToManage(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrNotFound(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DalSensitivityLevelErrStaleData(mm ...*dalSensitivityLevelActionProps) *errors.Error
- func DataPrivacy(s store.Storer, ac dataPrivacyAccessController, al actionlog.Recorder, ...) *dataPrivacy
- func DataPrivacyActionApprove(props ...*dataPrivacyActionProps) *dataPrivacyAction
- func DataPrivacyActionCreate(props ...*dataPrivacyActionProps) *dataPrivacyAction
- func DataPrivacyActionLookup(props ...*dataPrivacyActionProps) *dataPrivacyAction
- func DataPrivacyActionSearch(props ...*dataPrivacyActionProps) *dataPrivacyAction
- func DataPrivacyActionUpdate(props ...*dataPrivacyActionProps) *dataPrivacyAction
- func DataPrivacyErrGeneric(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrInvalidID(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrInvalidKind(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrInvalidStatus(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrNotAllowedToApprove(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrNotAllowedToCreate(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrNotAllowedToRead(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrNotAllowedToSearch(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrNotFound(mm ...*dataPrivacyActionProps) *errors.Error
- func DataPrivacyErrStaleData(mm ...*dataPrivacyActionProps) *errors.Error
- func Expression() *expression
- func FetchCSS() string
- func Filter() *apigwFilter
- func Initialize(ctx context.Context, log *zap.Logger, s store.Storer, ws websocketSender, ...) (err error)
- func MakeDalConnection(c *types.DalConnection, existing dal.Connection) (cw *dal.ConnectionWrap, err error)
- func Profiler() *apigwProfiler
- func Queue() *queue
- func QueueActionCreate(props ...*queueActionProps) *queueAction
- func QueueActionDelete(props ...*queueActionProps) *queueAction
- func QueueActionLookup(props ...*queueActionProps) *queueAction
- func QueueActionSearch(props ...*queueActionProps) *queueAction
- func QueueActionUndelete(props ...*queueActionProps) *queueAction
- func QueueActionUpdate(props ...*queueActionProps) *queueAction
- func QueueErrAlreadyExists(mm ...*queueActionProps) *errors.Error
- func QueueErrGeneric(mm ...*queueActionProps) *errors.Error
- func QueueErrInvalidConsumer(mm ...*queueActionProps) *errors.Error
- func QueueErrInvalidID(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToCreate(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToDelete(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToRead(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToReadFrom(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToSearch(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToUndelete(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToUpdate(mm ...*queueActionProps) *errors.Error
- func QueueErrNotAllowedToWriteTo(mm ...*queueActionProps) *errors.Error
- func QueueErrNotFound(mm ...*queueActionProps) *errors.Error
- func QueueErrStaleData(mm ...*queueActionProps) *errors.Error
- func ReminderActionCreate(props ...*reminderActionProps) *reminderAction
- func ReminderActionDelete(props ...*reminderActionProps) *reminderAction
- func ReminderActionDismiss(props ...*reminderActionProps) *reminderAction
- func ReminderActionLookup(props ...*reminderActionProps) *reminderAction
- func ReminderActionSearch(props ...*reminderActionProps) *reminderAction
- func ReminderActionSnooze(props ...*reminderActionProps) *reminderAction
- func ReminderActionUndismiss(props ...*reminderActionProps) *reminderAction
- func ReminderActionUpdate(props ...*reminderActionProps) *reminderAction
- func ReminderErrGeneric(mm ...*reminderActionProps) *errors.Error
- func ReminderErrInvalidID(mm ...*reminderActionProps) *errors.Error
- func ReminderErrNotAllowedToAssign(mm ...*reminderActionProps) *errors.Error
- func ReminderErrNotAllowedToDismiss(mm ...*reminderActionProps) *errors.Error
- func ReminderErrNotAllowedToRead(mm ...*reminderActionProps) *errors.Error
- func ReminderErrNotAllowedToUndismiss(mm ...*reminderActionProps) *errors.Error
- func ReminderErrNotFound(mm ...*reminderActionProps) *errors.Error
- func Renderer(cfg options.TemplateOpt) *template
- func Report(s store.Storer, ac reportAccessController, al actionlog.Recorder, ...) *report
- func ReportActionCreate(props ...*reportActionProps) *reportAction
- func ReportActionDelete(props ...*reportActionProps) *reportAction
- func ReportActionLookup(props ...*reportActionProps) *reportAction
- func ReportActionRun(props ...*reportActionProps) *reportAction
- func ReportActionSearch(props ...*reportActionProps) *reportAction
- func ReportActionUndelete(props ...*reportActionProps) *reportAction
- func ReportActionUpdate(props ...*reportActionProps) *reportAction
- func ReportErrGeneric(mm ...*reportActionProps) *errors.Error
- func ReportErrInvalidConfiguration(mm ...*reportActionProps) *errors.Error
- func ReportErrInvalidID(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToCreate(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToDelete(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToListReports(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToRead(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToRun(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToSearch(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToUndelete(mm ...*reportActionProps) *errors.Error
- func ReportErrNotAllowedToUpdate(mm ...*reportActionProps) *errors.Error
- func ReportErrNotFound(mm ...*reportActionProps) *errors.Error
- func ReportErrStaleData(mm ...*reportActionProps) *errors.Error
- func ResourceTranslation() *resourceTranslation
- func ResourceTranslationActionCreate(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationActionDelete(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationActionLookup(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationActionSearch(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationActionUndelete(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationActionUpdate(props ...*resourceTranslationActionProps) *resourceTranslationAction
- func ResourceTranslationErrGeneric(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrInvalidID(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrNotAllowedToManage(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrNotAllowedToRead(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrNotAllowedToSearch(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrNotFound(mm ...*resourceTranslationActionProps) *errors.Error
- func ResourceTranslationErrStaleData(mm ...*resourceTranslationActionProps) *errors.Error
- func Role(rbac rbacRuleService) *role
- func RoleActionArchive(props ...*roleActionProps) *roleAction
- func RoleActionCreate(props ...*roleActionProps) *roleAction
- func RoleActionDelete(props ...*roleActionProps) *roleAction
- func RoleActionLookup(props ...*roleActionProps) *roleAction
- func RoleActionMemberAdd(props ...*roleActionProps) *roleAction
- func RoleActionMemberRemove(props ...*roleActionProps) *roleAction
- func RoleActionMembers(props ...*roleActionProps) *roleAction
- func RoleActionMerge(props ...*roleActionProps) *roleAction
- func RoleActionSearch(props ...*roleActionProps) *roleAction
- func RoleActionUnarchive(props ...*roleActionProps) *roleAction
- func RoleActionUndelete(props ...*roleActionProps) *roleAction
- func RoleActionUpdate(props ...*roleActionProps) *roleAction
- func RoleErrGeneric(mm ...*roleActionProps) *errors.Error
- func RoleErrHandleNotUnique(mm ...*roleActionProps) *errors.Error
- func RoleErrInvalidHandle(mm ...*roleActionProps) *errors.Error
- func RoleErrInvalidID(mm ...*roleActionProps) *errors.Error
- func RoleErrNameNotUnique(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToArchive(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToCloneRules(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToCreate(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToDelete(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToManageMembers(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToRead(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToSearch(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToUnarchive(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToUndelete(mm ...*roleActionProps) *errors.Error
- func RoleErrNotAllowedToUpdate(mm ...*roleActionProps) *errors.Error
- func RoleErrNotFound(mm ...*roleActionProps) *errors.Error
- func RoleErrStaleData(mm ...*roleActionProps) *errors.Error
- func Route() *apigwRoute
- func SensitivityLevel(ctx context.Context, dal dalSensitivityLevelManager) *dalSensitivityLevel
- func SetPasswordCredentials(ctx context.Context, s store.Storer, userID uint64, password string) (err error)
- func Settings(ctx context.Context, s store.SettingValues, log *zap.Logger, ...) *settings
- func SettingsActionLookup(props ...*settingsActionProps) *settingsAction
- func SettingsErrGeneric(mm ...*settingsActionProps) *errors.Error
- func SettingsErrInvalidPasswordMinLength(mm ...*settingsActionProps) *errors.Error
- func SettingsErrInvalidPasswordMinLowerCase(mm ...*settingsActionProps) *errors.Error
- func SettingsErrInvalidPasswordMinNumCount(mm ...*settingsActionProps) *errors.Error
- func SettingsErrInvalidPasswordMinSpecialCharCount(mm ...*settingsActionProps) *errors.Error
- func SettingsErrInvalidPasswordMinUpperCase(mm ...*settingsActionProps) *errors.Error
- func SettingsErrNotAllowedToManage(mm ...*settingsActionProps) *errors.Error
- func SettingsErrNotAllowedToRead(mm ...*settingsActionProps) *errors.Error
- func Sink() *sink
- func SinkActionPreprocess(props ...*sinkActionProps) *sinkAction
- func SinkActionRequest(props ...*sinkActionProps) *sinkAction
- func SinkActionSign(props ...*sinkActionProps) *sinkAction
- func SinkErrBadSinkParamEncoding(mm ...*sinkActionProps) *errors.Error
- func SinkErrContentLengthExceedsMaxAllowedSize(mm ...*sinkActionProps) *errors.Error
- func SinkErrFailedToCreateEvent(mm ...*sinkActionProps) *errors.Error
- func SinkErrFailedToProcess(mm ...*sinkActionProps) *errors.Error
- func SinkErrFailedToRespond(mm ...*sinkActionProps) *errors.Error
- func SinkErrFailedToSign(mm ...*sinkActionProps) *errors.Error
- func SinkErrGeneric(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidContentType(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidHttpMethod(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidPath(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidSignature(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidSignatureParam(mm ...*sinkActionProps) *errors.Error
- func SinkErrInvalidSinkRequestUrlParams(mm ...*sinkActionProps) *errors.Error
- func SinkErrMisplacedSignature(mm ...*sinkActionProps) *errors.Error
- func SinkErrMissingSignature(mm ...*sinkActionProps) *errors.Error
- func SinkErrProcessingError(mm ...*sinkActionProps) *errors.Error
- func SinkErrSignatureExpired(mm ...*sinkActionProps) *errors.Error
- func SmtpConfigurationChecker(s *types.AppSettings, ts TemplateService, ac accessController, ...) *smtpConfigurationChecker
- func Statistics() *statistics
- func StatisticsActionServe(props ...*statisticsActionProps) *statisticsAction
- func StatisticsErrGeneric(mm ...*statisticsActionProps) *errors.Error
- func StatisticsErrNotAllowedToReadStatistics(mm ...*statisticsActionProps) *errors.Error
- func Stylesheet(transpiler *godartsass.Transpiler, logger *zap.Logger) *stylesheet
- func TemplateActionCreate(props ...*templateActionProps) *templateAction
- func TemplateActionDelete(props ...*templateActionProps) *templateAction
- func TemplateActionLookup(props ...*templateActionProps) *templateAction
- func TemplateActionRender(props ...*templateActionProps) *templateAction
- func TemplateActionSearch(props ...*templateActionProps) *templateAction
- func TemplateActionUndelete(props ...*templateActionProps) *templateAction
- func TemplateActionUpdate(props ...*templateActionProps) *templateAction
- func TemplateErrCannotRenderPartial(mm ...*templateActionProps) *errors.Error
- func TemplateErrGeneric(mm ...*templateActionProps) *errors.Error
- func TemplateErrInvalidHandle(mm ...*templateActionProps) *errors.Error
- func TemplateErrInvalidID(mm ...*templateActionProps) *errors.Error
- func TemplateErrMissingShort(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToCreate(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToDelete(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToRead(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToRender(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToSearch(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToUndelete(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotAllowedToUpdate(mm ...*templateActionProps) *errors.Error
- func TemplateErrNotFound(mm ...*templateActionProps) *errors.Error
- func TemplateErrStaleData(mm ...*templateActionProps) *errors.Error
- func UpdateRbacRoles(ctx context.Context, log *zap.Logger, ru rbacRoleUpdater, ...) error
- func User(opt UserOptions) *user
- func UserActionCreate(props ...*userActionProps) *userAction
- func UserActionDelete(props ...*userActionProps) *userAction
- func UserActionDeleteAuthSessions(props ...*userActionProps) *userAction
- func UserActionDeleteAuthTokens(props ...*userActionProps) *userAction
- func UserActionDeleteAvatar(props ...*userActionProps) *userAction
- func UserActionGenerateAvatar(props ...*userActionProps) *userAction
- func UserActionLookup(props ...*userActionProps) *userAction
- func UserActionRemovePassword(props ...*userActionProps) *userAction
- func UserActionSearch(props ...*userActionProps) *userAction
- func UserActionSetPassword(props ...*userActionProps) *userAction
- func UserActionSuspend(props ...*userActionProps) *userAction
- func UserActionUndelete(props ...*userActionProps) *userAction
- func UserActionUnsuspend(props ...*userActionProps) *userAction
- func UserActionUpdate(props ...*userActionProps) *userAction
- func UserActionUploadAvatar(props ...*userActionProps) *userAction
- func UserErrEmailNotUnique(mm ...*userActionProps) *errors.Error
- func UserErrGeneric(mm ...*userActionProps) *errors.Error
- func UserErrHandleNotUnique(mm ...*userActionProps) *errors.Error
- func UserErrInvalidEmail(mm ...*userActionProps) *errors.Error
- func UserErrInvalidHandle(mm ...*userActionProps) *errors.Error
- func UserErrInvalidID(mm ...*userActionProps) *errors.Error
- func UserErrMaxUserLimitReached(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToCreate(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToCreateSystem(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToDelete(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToDeleteAvatar(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToListUsers(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToRead(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToSearch(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToSuspend(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToUndelete(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToUnsuspend(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToUpdate(mm ...*userActionProps) *errors.Error
- func UserErrNotAllowedToUpdateSystem(mm ...*userActionProps) *errors.Error
- func UserErrNotFound(mm ...*userActionProps) *errors.Error
- func UserErrPasswordNotSecure(mm ...*userActionProps) *errors.Error
- func UserErrStaleData(mm ...*userActionProps) *errors.Error
- func UserErrUsernameNotUnique(mm ...*userActionProps) *errors.Error
- func Watchers(ctx context.Context)
- type AttachmentService
- type AuthNotificationService
- type AuthOptions
- type Config
- type DataPrivacyService
- type ReminderService
- type ResourceTranslationService
- type RoleService
- type SettingsChangeListener
- type SinkRequestUrlParams
- type StatisticsMetricsPayload
- type TemplateService
- type UserOptions
- type UserService
Constants ¶
const ( // default fallback on amount of items FILTER_NUM_ITEMS = 20 // default fallback on amount of aggregated items FILTER_NUM_AGG_ITEMS = 10 )
const ( SinkContentTypeMail = "message/rfc822" // base url // we're using this for router, signature... SinkBaseURL = "/sink" // name of the parameter used for sink request signature SinkSignUrlParamName = "__sign" // delimiter between signature and payload SinkSignUrlParamDelimiter = "_" )
Variables ¶
var ( DefaultObjectStore objstore.Store // DefaultStore is an interface to storage backend(s) // ng (next-gen) is a temporary prefix // so that we can differentiate between it and the file-only store DefaultStore store.Storer DefaultLogger *zap.Logger // DefaultSettings controls system's settings DefaultSettings *settings DefaultStylesheet *stylesheet // DefaultAccessControl Access control checking DefaultAccessControl *accessControl DefaultAuthNotification AuthNotificationService // CurrentSettings represents current system settings CurrentSettings = &types.AppSettings{} DefaultActionlog actionlog.Recorder DefaultSink *sink DefaultAuth *auth DefaultAuthClient *authClient DefaultUser *user DefaultCredentials *credentials DefaultDalConnection *dalConnection DefaultDalSensitivityLevel *dalSensitivityLevel DefaultDalSchemaAlteration *dalSchemaAlteration DefaultRole *role DefaultApplication *application DefaultReminder ReminderService DefaultAttachment AttachmentService DefaultRenderer TemplateService DefaultResourceTranslation ResourceTranslationService DefaultQueue *queue DefaultApigwRoute *apigwRoute DefaultApigwFilter *apigwFilter DefaultApigwProfiler *apigwProfiler DefaultReport *report DefaultDataPrivacy *dataPrivacy DefaultSMTPChecker *smtpConfigurationChecker DefaultExpression *expression DefaultStatistics *statistics )
Functions ¶
func AccessControl ¶
func AccessControlActionGrant ¶
func AccessControlActionGrant(props ...*accessControlActionProps) *accessControlAction
AccessControlActionGrant returns "system:access_control.grant" action
This function is auto-generated.
func AccessControlErrGeneric ¶
AccessControlErrGeneric returns "system:access_control.generic" as *errors.Error
This function is auto-generated.
func AccessControlErrNotAllowedToSetPermissions ¶
AccessControlErrNotAllowedToSetPermissions returns "system:access_control.notAllowedToSetPermissions" as *errors.Error
This function is auto-generated.
func ApigwFilterActionCreate ¶
func ApigwFilterActionCreate(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionCreate returns "system:filter.create" action
This function is auto-generated.
func ApigwFilterActionDelete ¶
func ApigwFilterActionDelete(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionDelete returns "system:filter.delete" action
This function is auto-generated.
func ApigwFilterActionLookup ¶
func ApigwFilterActionLookup(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionLookup returns "system:filter.lookup" action
This function is auto-generated.
func ApigwFilterActionSearch ¶
func ApigwFilterActionSearch(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionSearch returns "system:filter.search" action
This function is auto-generated.
func ApigwFilterActionUndelete ¶
func ApigwFilterActionUndelete(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionUndelete returns "system:filter.undelete" action
This function is auto-generated.
func ApigwFilterActionUpdate ¶
func ApigwFilterActionUpdate(props ...*apigwFilterActionProps) *apigwFilterAction
ApigwFilterActionUpdate returns "system:filter.update" action
This function is auto-generated.
func ApigwFilterErrAsyncRouteTooManyAfterFilters ¶
ApigwFilterErrAsyncRouteTooManyAfterFilters returns "system:filter.asyncRouteTooManyAfterFilters" as *errors.Error
This function is auto-generated.
func ApigwFilterErrAsyncRouteTooManyProcessers ¶
ApigwFilterErrAsyncRouteTooManyProcessers returns "system:filter.asyncRouteTooManyProcessers" as *errors.Error
This function is auto-generated.
func ApigwFilterErrGeneric ¶
ApigwFilterErrGeneric returns "system:filter.generic" as *errors.Error
This function is auto-generated.
func ApigwFilterErrInvalidID ¶
ApigwFilterErrInvalidID returns "system:filter.invalidID" as *errors.Error
This function is auto-generated.
func ApigwFilterErrInvalidRoute ¶
ApigwFilterErrInvalidRoute returns "system:filter.invalidRoute" as *errors.Error
This function is auto-generated.
func ApigwFilterErrNotFound ¶
ApigwFilterErrNotFound returns "system:filter.notFound" as *errors.Error
This function is auto-generated.
func ApigwFilterErrStaleData ¶
ApigwFilterErrStaleData returns "system:filter.staleData" as *errors.Error
This function is auto-generated.
func ApigwRouteActionCreate ¶
func ApigwRouteActionCreate(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionCreate returns "system:apigw-route.create" action
This function is auto-generated.
func ApigwRouteActionDelete ¶
func ApigwRouteActionDelete(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionDelete returns "system:apigw-route.delete" action
This function is auto-generated.
func ApigwRouteActionLookup ¶
func ApigwRouteActionLookup(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionLookup returns "system:apigw-route.lookup" action
This function is auto-generated.
func ApigwRouteActionSearch ¶
func ApigwRouteActionSearch(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionSearch returns "system:apigw-route.search" action
This function is auto-generated.
func ApigwRouteActionUndelete ¶
func ApigwRouteActionUndelete(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionUndelete returns "system:apigw-route.undelete" action
This function is auto-generated.
func ApigwRouteActionUpdate ¶
func ApigwRouteActionUpdate(props ...*apigwRouteActionProps) *apigwRouteAction
ApigwRouteActionUpdate returns "system:apigw-route.update" action
This function is auto-generated.
func ApigwRouteErrAlreadyExists ¶
ApigwRouteErrAlreadyExists returns "system:apigw-route.alreadyExists" as *errors.Error
This function is auto-generated.
func ApigwRouteErrExistsEndpoint ¶
ApigwRouteErrExistsEndpoint returns "system:apigw-route.existsEndpoint" as *errors.Error
This function is auto-generated.
func ApigwRouteErrGeneric ¶
ApigwRouteErrGeneric returns "system:apigw-route.generic" as *errors.Error
This function is auto-generated.
func ApigwRouteErrInvalidEndpoint ¶
ApigwRouteErrInvalidEndpoint returns "system:apigw-route.invalidEndpoint" as *errors.Error
This function is auto-generated.
func ApigwRouteErrInvalidID ¶
ApigwRouteErrInvalidID returns "system:apigw-route.invalidID" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToCreate ¶
ApigwRouteErrNotAllowedToCreate returns "system:apigw-route.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToDelete ¶
ApigwRouteErrNotAllowedToDelete returns "system:apigw-route.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToExec ¶
ApigwRouteErrNotAllowedToExec returns "system:apigw-route.notAllowedToExec" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToRead ¶
ApigwRouteErrNotAllowedToRead returns "system:apigw-route.notAllowedToRead" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToSearch ¶
ApigwRouteErrNotAllowedToSearch returns "system:apigw-route.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToUndelete ¶
ApigwRouteErrNotAllowedToUndelete returns "system:apigw-route.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotAllowedToUpdate ¶
ApigwRouteErrNotAllowedToUpdate returns "system:apigw-route.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func ApigwRouteErrNotFound ¶
ApigwRouteErrNotFound returns "system:apigw-route.notFound" as *errors.Error
This function is auto-generated.
func ApigwRouteErrStaleData ¶
ApigwRouteErrStaleData returns "system:apigw-route.staleData" as *errors.Error
This function is auto-generated.
func Application ¶
func Application(s store.Storer, ac applicationAccessController, al actionlog.Recorder, eb eventDispatcher) *application
Application is a default application service initializer
func ApplicationActionCreate ¶
func ApplicationActionCreate(props ...*applicationActionProps) *applicationAction
ApplicationActionCreate returns "system:application.create" action
This function is auto-generated.
func ApplicationActionDelete ¶
func ApplicationActionDelete(props ...*applicationActionProps) *applicationAction
ApplicationActionDelete returns "system:application.delete" action
This function is auto-generated.
func ApplicationActionFlagManage ¶
func ApplicationActionFlagManage(props ...*applicationActionProps) *applicationAction
ApplicationActionFlagManage returns "system:application.flagManage" action
This function is auto-generated.
func ApplicationActionFlagManageGlobal ¶
func ApplicationActionFlagManageGlobal(props ...*applicationActionProps) *applicationAction
ApplicationActionFlagManageGlobal returns "system:application.flagManageGlobal" action
This function is auto-generated.
func ApplicationActionLookup ¶
func ApplicationActionLookup(props ...*applicationActionProps) *applicationAction
ApplicationActionLookup returns "system:application.lookup" action
This function is auto-generated.
func ApplicationActionReorder ¶
func ApplicationActionReorder(props ...*applicationActionProps) *applicationAction
ApplicationActionReorder returns "system:application.reorder" action
This function is auto-generated.
func ApplicationActionSearch ¶
func ApplicationActionSearch(props ...*applicationActionProps) *applicationAction
ApplicationActionSearch returns "system:application.search" action
This function is auto-generated.
func ApplicationActionUndelete ¶
func ApplicationActionUndelete(props ...*applicationActionProps) *applicationAction
ApplicationActionUndelete returns "system:application.undelete" action
This function is auto-generated.
func ApplicationActionUpdate ¶
func ApplicationActionUpdate(props ...*applicationActionProps) *applicationAction
ApplicationActionUpdate returns "system:application.update" action
This function is auto-generated.
func ApplicationErrGeneric ¶
ApplicationErrGeneric returns "system:application.generic" as *errors.Error
This function is auto-generated.
func ApplicationErrInvalidID ¶
ApplicationErrInvalidID returns "system:application.invalidID" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToCreate ¶
ApplicationErrNotAllowedToCreate returns "system:application.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToDelete ¶
ApplicationErrNotAllowedToDelete returns "system:application.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToManageFlag ¶
ApplicationErrNotAllowedToManageFlag returns "system:application.notAllowedToManageFlag" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToManageFlagGlobal ¶
ApplicationErrNotAllowedToManageFlagGlobal returns "system:application.notAllowedToManageFlagGlobal" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToRead ¶
ApplicationErrNotAllowedToRead returns "system:application.notAllowedToRead" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToSearch ¶
ApplicationErrNotAllowedToSearch returns "system:application.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToUndelete ¶
ApplicationErrNotAllowedToUndelete returns "system:application.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func ApplicationErrNotAllowedToUpdate ¶
ApplicationErrNotAllowedToUpdate returns "system:application.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func ApplicationErrNotFound ¶
ApplicationErrNotFound returns "system:application.notFound" as *errors.Error
This function is auto-generated.
func ApplicationErrStaleData ¶
ApplicationErrStaleData returns "system:application.staleData" as *errors.Error
This function is auto-generated.
func Attachment ¶
func AttachmentActionCreate ¶
func AttachmentActionCreate(props ...*attachmentActionProps) *attachmentAction
AttachmentActionCreate returns "system:attachment.create" action
This function is auto-generated.
func AttachmentActionDelete ¶
func AttachmentActionDelete(props ...*attachmentActionProps) *attachmentAction
AttachmentActionDelete returns "system:attachment.delete" action
This function is auto-generated.
func AttachmentActionLookup ¶
func AttachmentActionLookup(props ...*attachmentActionProps) *attachmentAction
AttachmentActionLookup returns "system:attachment.lookup" action
This function is auto-generated.
func AttachmentActionSearch ¶
func AttachmentActionSearch(props ...*attachmentActionProps) *attachmentAction
AttachmentActionSearch returns "system:attachment.search" action
This function is auto-generated.
func AttachmentErrFailedToExtractMimeType ¶
AttachmentErrFailedToExtractMimeType returns "system:attachment.failedToExtractMimeType" as *errors.Error
This function is auto-generated.
func AttachmentErrFailedToProcessImage ¶
AttachmentErrFailedToProcessImage returns "system:attachment.failedToProcessImage" as *errors.Error
This function is auto-generated.
func AttachmentErrFailedToStoreFile ¶
AttachmentErrFailedToStoreFile returns "system:attachment.failedToStoreFile" as *errors.Error
This function is auto-generated.
func AttachmentErrGeneric ¶
AttachmentErrGeneric returns "system:attachment.generic" as *errors.Error
This function is auto-generated.
func AttachmentErrInvalidAvatarFileSize ¶
AttachmentErrInvalidAvatarFileSize returns "system:attachment.invalidAvatarFileSize" as *errors.Error
This function is auto-generated.
func AttachmentErrInvalidAvatarFileType ¶
AttachmentErrInvalidAvatarFileType returns "system:attachment.invalidAvatarFileType" as *errors.Error
This function is auto-generated.
func AttachmentErrInvalidAvatarGenerateFontFile ¶
AttachmentErrInvalidAvatarGenerateFontFile returns "system:attachment.invalidAvatarGenerateFontFile" as *errors.Error
This function is auto-generated.
func AttachmentErrInvalidID ¶
AttachmentErrInvalidID returns "system:attachment.invalidID" as *errors.Error
This function is auto-generated.
func AttachmentErrNotAllowedToCreate ¶
AttachmentErrNotAllowedToCreate returns "system:attachment.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func AttachmentErrNotAllowedToCreateEmptyAttachment ¶
AttachmentErrNotAllowedToCreateEmptyAttachment returns "system:attachment.notAllowedToCreateEmptyAttachment" as *errors.Error
This function is auto-generated.
func AttachmentErrNotAllowedToListAttachments ¶
AttachmentErrNotAllowedToListAttachments returns "system:attachment.notAllowedToListAttachments" as *errors.Error
This function is auto-generated.
func AttachmentErrNotFound ¶
AttachmentErrNotFound returns "system:attachment.notFound" as *errors.Error
This function is auto-generated.
func Auth ¶
func Auth(opt AuthOptions) *auth
func AuthActionAccessTokensRemoved ¶
func AuthActionAccessTokensRemoved(props ...*authActionProps) *authAction
AuthActionAccessTokensRemoved returns "system:auth.accessTokensRemoved" action
This function is auto-generated.
func AuthActionAuthenticate ¶
func AuthActionAuthenticate(props ...*authActionProps) *authAction
AuthActionAuthenticate returns "system:auth.authenticate" action
This function is auto-generated.
func AuthActionAutoPromote ¶
func AuthActionAutoPromote(props ...*authActionProps) *authAction
AuthActionAutoPromote returns "system:auth.autoPromote" action
This function is auto-generated.
func AuthActionChangePassword ¶
func AuthActionChangePassword(props ...*authActionProps) *authAction
AuthActionChangePassword returns "system:auth.changePassword" action
This function is auto-generated.
func AuthActionConfirmEmail ¶
func AuthActionConfirmEmail(props ...*authActionProps) *authAction
AuthActionConfirmEmail returns "system:auth.confirmEmail" action
This function is auto-generated.
func AuthActionCreateCredentials ¶
func AuthActionCreateCredentials(props ...*authActionProps) *authAction
AuthActionCreateCredentials returns "system:auth.createCredentials" action
This function is auto-generated.
func AuthActionEmailOtpVerify ¶
func AuthActionEmailOtpVerify(props ...*authActionProps) *authAction
AuthActionEmailOtpVerify returns "system:auth.emailOtpVerify" action
This function is auto-generated.
func AuthActionExchangePasswordResetToken ¶
func AuthActionExchangePasswordResetToken(props ...*authActionProps) *authAction
AuthActionExchangePasswordResetToken returns "system:auth.exchangePasswordResetToken" action
This function is auto-generated.
func AuthActionExternalSignup ¶
func AuthActionExternalSignup(props ...*authActionProps) *authAction
AuthActionExternalSignup returns "system:auth.externalSignup" action
This function is auto-generated.
func AuthActionGeneratePasswordCreateToken ¶
func AuthActionGeneratePasswordCreateToken(props ...*authActionProps) *authAction
AuthActionGeneratePasswordCreateToken returns "system:auth.generatePasswordCreateToken" action
This function is auto-generated.
func AuthActionImpersonate ¶
func AuthActionImpersonate(props ...*authActionProps) *authAction
AuthActionImpersonate returns "system:auth.impersonate" action
This function is auto-generated.
func AuthActionInternalSignup ¶
func AuthActionInternalSignup(props ...*authActionProps) *authAction
AuthActionInternalSignup returns "system:auth.internalSignup" action
This function is auto-generated.
func AuthActionIssueToken ¶
func AuthActionIssueToken(props ...*authActionProps) *authAction
AuthActionIssueToken returns "system:auth.issueToken" action
This function is auto-generated.
func AuthActionSendEmailConfirmationToken ¶
func AuthActionSendEmailConfirmationToken(props ...*authActionProps) *authAction
AuthActionSendEmailConfirmationToken returns "system:auth.sendEmailConfirmationToken" action
This function is auto-generated.
func AuthActionSendInviteEMail ¶
func AuthActionSendInviteEMail(props ...*authActionProps) *authAction
AuthActionSendInviteEMail returns "system:auth.sendInviteEMail" action
This function is auto-generated.
func AuthActionSendPasswordResetToken ¶
func AuthActionSendPasswordResetToken(props ...*authActionProps) *authAction
AuthActionSendPasswordResetToken returns "system:auth.sendPasswordResetToken" action
This function is auto-generated.
func AuthActionTotpConfigure ¶
func AuthActionTotpConfigure(props ...*authActionProps) *authAction
AuthActionTotpConfigure returns "system:auth.totpConfigure" action
This function is auto-generated.
func AuthActionTotpRemove ¶
func AuthActionTotpRemove(props ...*authActionProps) *authAction
AuthActionTotpRemove returns "system:auth.totpRemove" action
This function is auto-generated.
func AuthActionTotpValidate ¶
func AuthActionTotpValidate(props ...*authActionProps) *authAction
AuthActionTotpValidate returns "system:auth.totpValidate" action
This function is auto-generated.
func AuthActionUpdateCredentials ¶
func AuthActionUpdateCredentials(props ...*authActionProps) *authAction
AuthActionUpdateCredentials returns "system:auth.updateCredentials" action
This function is auto-generated.
func AuthActionValidateToken ¶
func AuthActionValidateToken(props ...*authActionProps) *authAction
AuthActionValidateToken returns "system:auth.validateToken" action
This function is auto-generated.
func AuthClient ¶
func AuthClient(s store.Storer, ac authClientAccessController, al actionlog.Recorder, eb eventDispatcher, opt options.AuthOpt) *authClient
AuthClient is a default authClient service initializer
func AuthClientActionCreate ¶
func AuthClientActionCreate(props ...*authClientActionProps) *authClientAction
AuthClientActionCreate returns "system:auth-client.create" action
This function is auto-generated.
func AuthClientActionDelete ¶
func AuthClientActionDelete(props ...*authClientActionProps) *authClientAction
AuthClientActionDelete returns "system:auth-client.delete" action
This function is auto-generated.
func AuthClientActionExposeSecret ¶
func AuthClientActionExposeSecret(props ...*authClientActionProps) *authClientAction
AuthClientActionExposeSecret returns "system:auth-client.exposeSecret" action
This function is auto-generated.
func AuthClientActionLookup ¶
func AuthClientActionLookup(props ...*authClientActionProps) *authClientAction
AuthClientActionLookup returns "system:auth-client.lookup" action
This function is auto-generated.
func AuthClientActionRegenerateSecret ¶
func AuthClientActionRegenerateSecret(props ...*authClientActionProps) *authClientAction
AuthClientActionRegenerateSecret returns "system:auth-client.regenerateSecret" action
This function is auto-generated.
func AuthClientActionSearch ¶
func AuthClientActionSearch(props ...*authClientActionProps) *authClientAction
AuthClientActionSearch returns "system:auth-client.search" action
This function is auto-generated.
func AuthClientActionUndelete ¶
func AuthClientActionUndelete(props ...*authClientActionProps) *authClientAction
AuthClientActionUndelete returns "system:auth-client.undelete" action
This function is auto-generated.
func AuthClientActionUpdate ¶
func AuthClientActionUpdate(props ...*authClientActionProps) *authClientAction
AuthClientActionUpdate returns "system:auth-client.update" action
This function is auto-generated.
func AuthClientErrGeneric ¶
AuthClientErrGeneric returns "system:auth-client.generic" as *errors.Error
This function is auto-generated.
func AuthClientErrInvalidID ¶
AuthClientErrInvalidID returns "system:auth-client.invalidID" as *errors.Error
This function is auto-generated.
func AuthClientErrMissingName ¶
AuthClientErrMissingName returns "system:auth-client.missingName" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToCreate ¶
AuthClientErrNotAllowedToCreate returns "system:auth-client.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToDelete ¶
AuthClientErrNotAllowedToDelete returns "system:auth-client.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToRead ¶
AuthClientErrNotAllowedToRead returns "system:auth-client.notAllowedToRead" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToSearch ¶
AuthClientErrNotAllowedToSearch returns "system:auth-client.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToUndelete ¶
AuthClientErrNotAllowedToUndelete returns "system:auth-client.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func AuthClientErrNotAllowedToUpdate ¶
AuthClientErrNotAllowedToUpdate returns "system:auth-client.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func AuthClientErrNotFound ¶
AuthClientErrNotFound returns "system:auth-client.notFound" as *errors.Error
This function is auto-generated.
func AuthClientErrStaleData ¶
AuthClientErrStaleData returns "system:auth-client.staleData" as *errors.Error
This function is auto-generated.
func AuthClientErrUnableToChangeDefaultClientHandle ¶
AuthClientErrUnableToChangeDefaultClientHandle returns "system:auth-client.unableToChangeDefaultClientHandle" as *errors.Error
This function is auto-generated.
func AuthClientErrUnableToDeleteDefaultClient ¶
AuthClientErrUnableToDeleteDefaultClient returns "system:auth-client.unableToDeleteDefaultClient" as *errors.Error
This function is auto-generated.
func AuthClientErrUnableToDisableDefaultClient ¶
AuthClientErrUnableToDisableDefaultClient returns "system:auth-client.unableToDisableDefaultClient" as *errors.Error
This function is auto-generated.
func AuthClientErrUnknownGrantType ¶
AuthClientErrUnknownGrantType returns "system:auth-client.unknownGrantType" as *errors.Error
This function is auto-generated.
func AuthClientErrUnknownScope ¶
AuthClientErrUnknownScope returns "system:auth-client.unknownScope" as *errors.Error
This function is auto-generated.
func AuthErrCredentialsLinkedToInvalidUser ¶
AuthErrCredentialsLinkedToInvalidUser returns "system:auth.credentialsLinkedToInvalidUser" as *errors.Error
This function is auto-generated.
func AuthErrDisabledMFAWithEmailOTP ¶
AuthErrDisabledMFAWithEmailOTP returns "system:auth.disabledMFAWithEmailOTP" as *errors.Error
This function is auto-generated.
func AuthErrDisabledMFAWithTOTP ¶
AuthErrDisabledMFAWithTOTP returns "system:auth.disabledMFAWithTOTP" as *errors.Error
This function is auto-generated.
func AuthErrDisabledSendUserInviteEmail ¶
AuthErrDisabledSendUserInviteEmail returns "system:auth.disabledSendUserInviteEmail" as *errors.Error
This function is auto-generated.
func AuthErrEnforcedMFAWithEmailOTP ¶
AuthErrEnforcedMFAWithEmailOTP returns "system:auth.enforcedMFAWithEmailOTP" as *errors.Error
This function is auto-generated.
func AuthErrEnforcedMFAWithTOTP ¶
AuthErrEnforcedMFAWithTOTP returns "system:auth.enforcedMFAWithTOTP" as *errors.Error
This function is auto-generated.
func AuthErrExternalDisabledByConfig ¶
AuthErrExternalDisabledByConfig returns "system:auth.externalDisabledByConfig" as *errors.Error
This function is auto-generated.
func AuthErrFailedForDeletedUser ¶
AuthErrFailedForDeletedUser returns "system:auth.failedForDeletedUser" as *errors.Error
Note: This error will be wrapped with safe (system:auth.invalidCredentials) error!
This function is auto-generated.
func AuthErrFailedForSuspendedUser ¶
AuthErrFailedForSuspendedUser returns "system:auth.failedForSuspendedUser" as *errors.Error
Note: This error will be wrapped with safe (system:auth.invalidCredentials) error!
This function is auto-generated.
func AuthErrFailedForSystemUser ¶
AuthErrFailedForSystemUser returns "system:auth.failedForSystemUser" as *errors.Error
Note: This error will be wrapped with safe (system:auth.invalidCredentials) error!
This function is auto-generated.
func AuthErrFailedForUnknownUser ¶
AuthErrFailedForUnknownUser returns "system:auth.failedForUnknownUser" as *errors.Error
Note: This error will be wrapped with safe (system:auth.invalidCredentials) error!
This function is auto-generated.
func AuthErrFailedUnconfirmedEmail ¶
AuthErrFailedUnconfirmedEmail returns "system:auth.failedUnconfirmedEmail" as *errors.Error
This function is auto-generated.
func AuthErrGeneric ¶
AuthErrGeneric returns "system:auth.generic" as *errors.Error
This function is auto-generated.
func AuthErrInternalLoginDisabledByConfig ¶
AuthErrInternalLoginDisabledByConfig returns "system:auth.internalLoginDisabledByConfig" as *errors.Error
This function is auto-generated.
func AuthErrInternalSignupDisabledByConfig ¶
AuthErrInternalSignupDisabledByConfig returns "system:auth.internalSignupDisabledByConfig" as *errors.Error
This function is auto-generated.
func AuthErrInvalidCredentials ¶
AuthErrInvalidCredentials returns "system:auth.invalidCredentials" as *errors.Error
This function is auto-generated.
func AuthErrInvalidEmailFormat ¶
AuthErrInvalidEmailFormat returns "system:auth.invalidEmailFormat" as *errors.Error
This function is auto-generated.
func AuthErrInvalidEmailOTP ¶
AuthErrInvalidEmailOTP returns "system:auth.invalidEmailOTP" as *errors.Error
This function is auto-generated.
func AuthErrInvalidHandle ¶
AuthErrInvalidHandle returns "system:auth.invalidHandle" as *errors.Error
This function is auto-generated.
func AuthErrInvalidTOTP ¶
AuthErrInvalidTOTP returns "system:auth.invalidTOTP" as *errors.Error
This function is auto-generated.
func AuthErrInvalidToken ¶
AuthErrInvalidToken returns "system:auth.invalidToken" as *errors.Error
This function is auto-generated.
func AuthErrMaxUserLimitReached ¶
AuthErrMaxUserLimitReached returns "system:auth.maxUserLimitReached" as *errors.Error
This function is auto-generated.
func AuthErrNotAllowedToConfigureTOTP ¶
AuthErrNotAllowedToConfigureTOTP returns "system:auth.notAllowedToConfigureTOTP" as *errors.Error
This function is auto-generated.
func AuthErrNotAllowedToImpersonate ¶
AuthErrNotAllowedToImpersonate returns "system:auth.notAllowedToImpersonate" as *errors.Error
This function is auto-generated.
func AuthErrNotAllowedToRemoveTOTP ¶
AuthErrNotAllowedToRemoveTOTP returns "system:auth.notAllowedToRemoveTOTP" as *errors.Error
This function is auto-generated.
func AuthErrPasswordChangeFailedForUnknownUser ¶
AuthErrPasswordChangeFailedForUnknownUser returns "system:auth.passwordChangeFailedForUnknownUser" as *errors.Error
This function is auto-generated.
func AuthErrPasswordCreateDisabledByConfig ¶
AuthErrPasswordCreateDisabledByConfig returns "system:auth.passwordCreateDisabledByConfig" as *errors.Error
This function is auto-generated.
func AuthErrPasswordCreateFailedForUnknownUser ¶
AuthErrPasswordCreateFailedForUnknownUser returns "system:auth.passwordCreateFailedForUnknownUser" as *errors.Error
This function is auto-generated.
func AuthErrPasswordNotSecure ¶
AuthErrPasswordNotSecure returns "system:auth.passwordNotSecure" as *errors.Error
This function is auto-generated.
func AuthErrPasswordResetDisabledByConfig ¶
AuthErrPasswordResetDisabledByConfig returns "system:auth.passwordResetDisabledByConfig" as *errors.Error
This function is auto-generated.
func AuthErrPasswordResetFailedOldPasswordCheckFailed ¶
AuthErrPasswordResetFailedOldPasswordCheckFailed returns "system:auth.passwordResetFailedOldPasswordCheckFailed" as *errors.Error
This function is auto-generated.
func AuthErrPasswordSetFailedReusedPasswordCheckFailed ¶
AuthErrPasswordSetFailedReusedPasswordCheckFailed returns "system:auth.passwordSetFailedReusedPasswordCheckFailed" as *errors.Error
This function is auto-generated.
func AuthErrProfileWithoutValidEmail ¶
AuthErrProfileWithoutValidEmail returns "system:auth.profileWithoutValidEmail" as *errors.Error
This function is auto-generated.
func AuthErrRateLimitExceeded ¶
AuthErrRateLimitExceeded returns "system:auth.rateLimitExceeded" as *errors.Error
This function is auto-generated.
func AuthErrUnconfiguredTOTP ¶
AuthErrUnconfiguredTOTP returns "system:auth.unconfiguredTOTP" as *errors.Error
This function is auto-generated.
func AuthNotification ¶
func AuthNotification(s *types.AppSettings, ts TemplateService, opt options.AuthOpt) *authNotification
func Connection ¶
func Credentials ¶
func Credentials() *credentials
func CredentialsActionCreate ¶
func CredentialsActionCreate(props ...*credentialsActionProps) *credentialsAction
CredentialsActionCreate returns "system:credentials.create" action
This function is auto-generated.
func CredentialsActionDelete ¶
func CredentialsActionDelete(props ...*credentialsActionProps) *credentialsAction
CredentialsActionDelete returns "system:credentials.delete" action
This function is auto-generated.
func CredentialsActionSearch ¶
func CredentialsActionSearch(props ...*credentialsActionProps) *credentialsAction
CredentialsActionSearch returns "system:credentials.search" action
This function is auto-generated.
func CredentialsActionUpdate ¶
func CredentialsActionUpdate(props ...*credentialsActionProps) *credentialsAction
CredentialsActionUpdate returns "system:credentials.update" action
This function is auto-generated.
func CredentialsErrGeneric ¶
CredentialsErrGeneric returns "system:credentials.generic" as *errors.Error
This function is auto-generated.
func CredentialsErrInvalidID ¶
CredentialsErrInvalidID returns "system:credentials.invalidID" as *errors.Error
This function is auto-generated.
func CredentialsErrNotAllowedToManage ¶
CredentialsErrNotAllowedToManage returns "system:credentials.notAllowedToManage" as *errors.Error
This function is auto-generated.
func CredentialsErrNotFound ¶
CredentialsErrNotFound returns "system:credentials.notFound" as *errors.Error
This function is auto-generated.
func DalConnectionActionCreate ¶
func DalConnectionActionCreate(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionCreate returns "system:dal-connection.create" action
This function is auto-generated.
func DalConnectionActionDelete ¶
func DalConnectionActionDelete(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionDelete returns "system:dal-connection.delete" action
This function is auto-generated.
func DalConnectionActionLookup ¶
func DalConnectionActionLookup(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionLookup returns "system:dal-connection.lookup" action
This function is auto-generated.
func DalConnectionActionSearch ¶
func DalConnectionActionSearch(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionSearch returns "system:dal-connection.search" action
This function is auto-generated.
func DalConnectionActionUndelete ¶
func DalConnectionActionUndelete(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionUndelete returns "system:dal-connection.undelete" action
This function is auto-generated.
func DalConnectionActionUpdate ¶
func DalConnectionActionUpdate(props ...*dalConnectionActionProps) *dalConnectionAction
DalConnectionActionUpdate returns "system:dal-connection.update" action
This function is auto-generated.
func DalConnectionErrAlreadyExists ¶
DalConnectionErrAlreadyExists returns "system:dal-connection.alreadyExists" as *errors.Error
This function is auto-generated.
func DalConnectionErrExistsEndpoint ¶
DalConnectionErrExistsEndpoint returns "system:dal-connection.existsEndpoint" as *errors.Error
This function is auto-generated.
func DalConnectionErrGeneric ¶
DalConnectionErrGeneric returns "system:dal-connection.generic" as *errors.Error
This function is auto-generated.
func DalConnectionErrInvalidEndpoint ¶
DalConnectionErrInvalidEndpoint returns "system:dal-connection.invalidEndpoint" as *errors.Error
This function is auto-generated.
func DalConnectionErrInvalidID ¶
DalConnectionErrInvalidID returns "system:dal-connection.invalidID" as *errors.Error
This function is auto-generated.
func DalConnectionErrMissingName ¶
DalConnectionErrMissingName returns "system:dal-connection.missingName" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToCreate ¶
DalConnectionErrNotAllowedToCreate returns "system:dal-connection.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToDelete ¶
DalConnectionErrNotAllowedToDelete returns "system:dal-connection.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToExec ¶
DalConnectionErrNotAllowedToExec returns "system:dal-connection.notAllowedToExec" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToRead ¶
DalConnectionErrNotAllowedToRead returns "system:dal-connection.notAllowedToRead" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToSearch ¶
DalConnectionErrNotAllowedToSearch returns "system:dal-connection.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToUndelete ¶
DalConnectionErrNotAllowedToUndelete returns "system:dal-connection.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotAllowedToUpdate ¶
DalConnectionErrNotAllowedToUpdate returns "system:dal-connection.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func DalConnectionErrNotFound ¶
DalConnectionErrNotFound returns "system:dal-connection.notFound" as *errors.Error
This function is auto-generated.
func DalConnectionErrStaleData ¶
DalConnectionErrStaleData returns "system:dal-connection.staleData" as *errors.Error
This function is auto-generated.
func DalSchemaAlteration ¶
func DalSchemaAlteration(dal dalAltManager) *dalSchemaAlteration
func DalSchemaAlterationActionApply ¶
func DalSchemaAlterationActionApply(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
DalSchemaAlterationActionApply returns "system:dal-schema-alteration.apply" action
This function is auto-generated.
func DalSchemaAlterationActionDismiss ¶
func DalSchemaAlterationActionDismiss(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
DalSchemaAlterationActionDismiss returns "system:dal-schema-alteration.dismiss" action
This function is auto-generated.
func DalSchemaAlterationActionLookup ¶
func DalSchemaAlterationActionLookup(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
DalSchemaAlterationActionLookup returns "system:dal-schema-alteration.lookup" action
This function is auto-generated.
func DalSchemaAlterationActionSearch ¶
func DalSchemaAlterationActionSearch(props ...*dalSchemaAlterationActionProps) *dalSchemaAlterationAction
DalSchemaAlterationActionSearch returns "system:dal-schema-alteration.search" action
This function is auto-generated.
func DalSchemaAlterationErrGeneric ¶
DalSchemaAlterationErrGeneric returns "system:dal-schema-alteration.generic" as *errors.Error
This function is auto-generated.
func DalSchemaAlterationErrInvalidID ¶
DalSchemaAlterationErrInvalidID returns "system:dal-schema-alteration.invalidID" as *errors.Error
This function is auto-generated.
func DalSchemaAlterationErrNotAllowedToManage ¶
DalSchemaAlterationErrNotAllowedToManage returns "system:dal-schema-alteration.notAllowedToManage" as *errors.Error
This function is auto-generated.
func DalSchemaAlterationErrNotFound ¶
DalSchemaAlterationErrNotFound returns "system:dal-schema-alteration.notFound" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelActionCreate ¶
func DalSensitivityLevelActionCreate(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionCreate returns "system:dal-sensitivity-level.create" action
This function is auto-generated.
func DalSensitivityLevelActionDelete ¶
func DalSensitivityLevelActionDelete(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionDelete returns "system:dal-sensitivity-level.delete" action
This function is auto-generated.
func DalSensitivityLevelActionLookup ¶
func DalSensitivityLevelActionLookup(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionLookup returns "system:dal-sensitivity-level.lookup" action
This function is auto-generated.
func DalSensitivityLevelActionSearch ¶
func DalSensitivityLevelActionSearch(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionSearch returns "system:dal-sensitivity-level.search" action
This function is auto-generated.
func DalSensitivityLevelActionUndelete ¶
func DalSensitivityLevelActionUndelete(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionUndelete returns "system:dal-sensitivity-level.undelete" action
This function is auto-generated.
func DalSensitivityLevelActionUpdate ¶
func DalSensitivityLevelActionUpdate(props ...*dalSensitivityLevelActionProps) *dalSensitivityLevelAction
DalSensitivityLevelActionUpdate returns "system:dal-sensitivity-level.update" action
This function is auto-generated.
func DalSensitivityLevelErrAlreadyExists ¶
DalSensitivityLevelErrAlreadyExists returns "system:dal-sensitivity-level.alreadyExists" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrDeleteInUse ¶
DalSensitivityLevelErrDeleteInUse returns "system:dal-sensitivity-level.deleteInUse" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrExistsEndpoint ¶
DalSensitivityLevelErrExistsEndpoint returns "system:dal-sensitivity-level.existsEndpoint" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrGeneric ¶
DalSensitivityLevelErrGeneric returns "system:dal-sensitivity-level.generic" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrInvalidEndpoint ¶
DalSensitivityLevelErrInvalidEndpoint returns "system:dal-sensitivity-level.invalidEndpoint" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrInvalidID ¶
DalSensitivityLevelErrInvalidID returns "system:dal-sensitivity-level.invalidID" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrMissingName ¶
DalSensitivityLevelErrMissingName returns "system:dal-sensitivity-level.missingName" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrNotAllowedToManage ¶
DalSensitivityLevelErrNotAllowedToManage returns "system:dal-sensitivity-level.notAllowedToManage" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrNotFound ¶
DalSensitivityLevelErrNotFound returns "system:dal-sensitivity-level.notFound" as *errors.Error
This function is auto-generated.
func DalSensitivityLevelErrStaleData ¶
DalSensitivityLevelErrStaleData returns "system:dal-sensitivity-level.staleData" as *errors.Error
This function is auto-generated.
func DataPrivacy ¶
func DataPrivacyActionApprove ¶
func DataPrivacyActionApprove(props ...*dataPrivacyActionProps) *dataPrivacyAction
DataPrivacyActionApprove returns "system:data-privacy-request.approve" action
This function is auto-generated.
func DataPrivacyActionCreate ¶
func DataPrivacyActionCreate(props ...*dataPrivacyActionProps) *dataPrivacyAction
DataPrivacyActionCreate returns "system:data-privacy-request.create" action
This function is auto-generated.
func DataPrivacyActionLookup ¶
func DataPrivacyActionLookup(props ...*dataPrivacyActionProps) *dataPrivacyAction
DataPrivacyActionLookup returns "system:data-privacy-request.lookup" action
This function is auto-generated.
func DataPrivacyActionSearch ¶
func DataPrivacyActionSearch(props ...*dataPrivacyActionProps) *dataPrivacyAction
DataPrivacyActionSearch returns "system:data-privacy-request.search" action
This function is auto-generated.
func DataPrivacyActionUpdate ¶
func DataPrivacyActionUpdate(props ...*dataPrivacyActionProps) *dataPrivacyAction
DataPrivacyActionUpdate returns "system:data-privacy-request.update" action
This function is auto-generated.
func DataPrivacyErrGeneric ¶
DataPrivacyErrGeneric returns "system:data-privacy-request.generic" as *errors.Error
This function is auto-generated.
func DataPrivacyErrInvalidID ¶
DataPrivacyErrInvalidID returns "system:data-privacy-request.invalidID" as *errors.Error
This function is auto-generated.
func DataPrivacyErrInvalidKind ¶
DataPrivacyErrInvalidKind returns "system:data-privacy-request.invalidKind" as *errors.Error
This function is auto-generated.
func DataPrivacyErrInvalidStatus ¶
DataPrivacyErrInvalidStatus returns "system:data-privacy-request.invalidStatus" as *errors.Error
This function is auto-generated.
func DataPrivacyErrNotAllowedToApprove ¶
DataPrivacyErrNotAllowedToApprove returns "system:data-privacy-request.notAllowedToApprove" as *errors.Error
This function is auto-generated.
func DataPrivacyErrNotAllowedToCreate ¶
DataPrivacyErrNotAllowedToCreate returns "system:data-privacy-request.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func DataPrivacyErrNotAllowedToRead ¶
DataPrivacyErrNotAllowedToRead returns "system:data-privacy-request.notAllowedToRead" as *errors.Error
This function is auto-generated.
func DataPrivacyErrNotAllowedToSearch ¶
DataPrivacyErrNotAllowedToSearch returns "system:data-privacy-request.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func DataPrivacyErrNotFound ¶
DataPrivacyErrNotFound returns "system:data-privacy-request.notFound" as *errors.Error
This function is auto-generated.
func DataPrivacyErrStaleData ¶
DataPrivacyErrStaleData returns "system:data-privacy-request.staleData" as *errors.Error
This function is auto-generated.
func Expression ¶
func Expression() *expression
func Initialize ¶
func MakeDalConnection ¶
func MakeDalConnection(c *types.DalConnection, existing dal.Connection) (cw *dal.ConnectionWrap, err error)
MakeDalConnection converts types.DalConnection to dal.ConnectionWrap and returns it.
func QueueActionCreate ¶
func QueueActionCreate(props ...*queueActionProps) *queueAction
QueueActionCreate returns "system:queue.create" action
This function is auto-generated.
func QueueActionDelete ¶
func QueueActionDelete(props ...*queueActionProps) *queueAction
QueueActionDelete returns "system:queue.delete" action
This function is auto-generated.
func QueueActionLookup ¶
func QueueActionLookup(props ...*queueActionProps) *queueAction
QueueActionLookup returns "system:queue.lookup" action
This function is auto-generated.
func QueueActionSearch ¶
func QueueActionSearch(props ...*queueActionProps) *queueAction
QueueActionSearch returns "system:queue.search" action
This function is auto-generated.
func QueueActionUndelete ¶
func QueueActionUndelete(props ...*queueActionProps) *queueAction
QueueActionUndelete returns "system:queue.undelete" action
This function is auto-generated.
func QueueActionUpdate ¶
func QueueActionUpdate(props ...*queueActionProps) *queueAction
QueueActionUpdate returns "system:queue.update" action
This function is auto-generated.
func QueueErrAlreadyExists ¶
QueueErrAlreadyExists returns "system:queue.alreadyExists" as *errors.Error
This function is auto-generated.
func QueueErrGeneric ¶
QueueErrGeneric returns "system:queue.generic" as *errors.Error
This function is auto-generated.
func QueueErrInvalidConsumer ¶
QueueErrInvalidConsumer returns "system:queue.invalidConsumer" as *errors.Error
This function is auto-generated.
func QueueErrInvalidID ¶
QueueErrInvalidID returns "system:queue.invalidID" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToCreate ¶
QueueErrNotAllowedToCreate returns "system:queue.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToDelete ¶
QueueErrNotAllowedToDelete returns "system:queue.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToRead ¶
QueueErrNotAllowedToRead returns "system:queue.notAllowedToRead" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToReadFrom ¶
QueueErrNotAllowedToReadFrom returns "system:queue.notAllowedToReadFrom" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToSearch ¶
QueueErrNotAllowedToSearch returns "system:queue.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToUndelete ¶
QueueErrNotAllowedToUndelete returns "system:queue.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToUpdate ¶
QueueErrNotAllowedToUpdate returns "system:queue.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func QueueErrNotAllowedToWriteTo ¶
QueueErrNotAllowedToWriteTo returns "system:queue.notAllowedToWriteTo" as *errors.Error
This function is auto-generated.
func QueueErrNotFound ¶
QueueErrNotFound returns "system:queue.notFound" as *errors.Error
This function is auto-generated.
func QueueErrStaleData ¶
QueueErrStaleData returns "system:queue.staleData" as *errors.Error
This function is auto-generated.
func ReminderActionCreate ¶
func ReminderActionCreate(props ...*reminderActionProps) *reminderAction
ReminderActionCreate returns "system:reminder.create" action
This function is auto-generated.
func ReminderActionDelete ¶
func ReminderActionDelete(props ...*reminderActionProps) *reminderAction
ReminderActionDelete returns "system:reminder.delete" action
This function is auto-generated.
func ReminderActionDismiss ¶
func ReminderActionDismiss(props ...*reminderActionProps) *reminderAction
ReminderActionDismiss returns "system:reminder.dismiss" action
This function is auto-generated.
func ReminderActionLookup ¶
func ReminderActionLookup(props ...*reminderActionProps) *reminderAction
ReminderActionLookup returns "system:reminder.lookup" action
This function is auto-generated.
func ReminderActionSearch ¶
func ReminderActionSearch(props ...*reminderActionProps) *reminderAction
ReminderActionSearch returns "system:reminder.search" action
This function is auto-generated.
func ReminderActionSnooze ¶
func ReminderActionSnooze(props ...*reminderActionProps) *reminderAction
ReminderActionSnooze returns "system:reminder.snooze" action
This function is auto-generated.
func ReminderActionUndismiss ¶
func ReminderActionUndismiss(props ...*reminderActionProps) *reminderAction
ReminderActionUndismiss returns "system:reminder.undismiss" action
This function is auto-generated.
func ReminderActionUpdate ¶
func ReminderActionUpdate(props ...*reminderActionProps) *reminderAction
ReminderActionUpdate returns "system:reminder.update" action
This function is auto-generated.
func ReminderErrGeneric ¶
ReminderErrGeneric returns "system:reminder.generic" as *errors.Error
This function is auto-generated.
func ReminderErrInvalidID ¶
ReminderErrInvalidID returns "system:reminder.invalidID" as *errors.Error
This function is auto-generated.
func ReminderErrNotAllowedToAssign ¶
ReminderErrNotAllowedToAssign returns "system:reminder.notAllowedToAssign" as *errors.Error
This function is auto-generated.
func ReminderErrNotAllowedToDismiss ¶
ReminderErrNotAllowedToDismiss returns "system:reminder.notAllowedToDismiss" as *errors.Error
This function is auto-generated.
func ReminderErrNotAllowedToRead ¶
ReminderErrNotAllowedToRead returns "system:reminder.notAllowedToRead" as *errors.Error
This function is auto-generated.
func ReminderErrNotAllowedToUndismiss ¶
ReminderErrNotAllowedToUndismiss returns "system:reminder.notAllowedToUndismiss" as *errors.Error
This function is auto-generated.
func ReminderErrNotFound ¶
ReminderErrNotFound returns "system:reminder.notFound" as *errors.Error
This function is auto-generated.
func Renderer ¶
func Renderer(cfg options.TemplateOpt) *template
func Report ¶
func Report(s store.Storer, ac reportAccessController, al actionlog.Recorder, eb eventDispatcher) *report
Report is a default report service initializer
func ReportActionCreate ¶
func ReportActionCreate(props ...*reportActionProps) *reportAction
ReportActionCreate returns "system:report.create" action
This function is auto-generated.
func ReportActionDelete ¶
func ReportActionDelete(props ...*reportActionProps) *reportAction
ReportActionDelete returns "system:report.delete" action
This function is auto-generated.
func ReportActionLookup ¶
func ReportActionLookup(props ...*reportActionProps) *reportAction
ReportActionLookup returns "system:report.lookup" action
This function is auto-generated.
func ReportActionRun ¶
func ReportActionRun(props ...*reportActionProps) *reportAction
ReportActionRun returns "system:report.run" action
This function is auto-generated.
func ReportActionSearch ¶
func ReportActionSearch(props ...*reportActionProps) *reportAction
ReportActionSearch returns "system:report.search" action
This function is auto-generated.
func ReportActionUndelete ¶
func ReportActionUndelete(props ...*reportActionProps) *reportAction
ReportActionUndelete returns "system:report.undelete" action
This function is auto-generated.
func ReportActionUpdate ¶
func ReportActionUpdate(props ...*reportActionProps) *reportAction
ReportActionUpdate returns "system:report.update" action
This function is auto-generated.
func ReportErrGeneric ¶
ReportErrGeneric returns "system:report.generic" as *errors.Error
This function is auto-generated.
func ReportErrInvalidConfiguration ¶
ReportErrInvalidConfiguration returns "system:report.invalidConfiguration" as *errors.Error
This function is auto-generated.
func ReportErrInvalidID ¶
ReportErrInvalidID returns "system:report.invalidID" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToCreate ¶
ReportErrNotAllowedToCreate returns "system:report.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToDelete ¶
ReportErrNotAllowedToDelete returns "system:report.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToListReports ¶
ReportErrNotAllowedToListReports returns "system:report.notAllowedToListReports" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToRead ¶
ReportErrNotAllowedToRead returns "system:report.notAllowedToRead" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToRun ¶
ReportErrNotAllowedToRun returns "system:report.notAllowedToRun" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToSearch ¶
ReportErrNotAllowedToSearch returns "system:report.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToUndelete ¶
ReportErrNotAllowedToUndelete returns "system:report.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func ReportErrNotAllowedToUpdate ¶
ReportErrNotAllowedToUpdate returns "system:report.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func ReportErrNotFound ¶
ReportErrNotFound returns "system:report.notFound" as *errors.Error
This function is auto-generated.
func ReportErrStaleData ¶
ReportErrStaleData returns "system:report.staleData" as *errors.Error
This function is auto-generated.
func ResourceTranslation ¶
func ResourceTranslation() *resourceTranslation
func ResourceTranslationActionCreate ¶
func ResourceTranslationActionCreate(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionCreate returns "system:resource-translation.create" action
This function is auto-generated.
func ResourceTranslationActionDelete ¶
func ResourceTranslationActionDelete(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionDelete returns "system:resource-translation.delete" action
This function is auto-generated.
func ResourceTranslationActionLookup ¶
func ResourceTranslationActionLookup(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionLookup returns "system:resource-translation.lookup" action
This function is auto-generated.
func ResourceTranslationActionSearch ¶
func ResourceTranslationActionSearch(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionSearch returns "system:resource-translation.search" action
This function is auto-generated.
func ResourceTranslationActionUndelete ¶
func ResourceTranslationActionUndelete(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionUndelete returns "system:resource-translation.undelete" action
This function is auto-generated.
func ResourceTranslationActionUpdate ¶
func ResourceTranslationActionUpdate(props ...*resourceTranslationActionProps) *resourceTranslationAction
ResourceTranslationActionUpdate returns "system:resource-translation.update" action
This function is auto-generated.
func ResourceTranslationErrGeneric ¶
ResourceTranslationErrGeneric returns "system:resource-translation.generic" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrInvalidID ¶
ResourceTranslationErrInvalidID returns "system:resource-translation.invalidID" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrNotAllowedToManage ¶
ResourceTranslationErrNotAllowedToManage returns "system:resource-translation.notAllowedToManage" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrNotAllowedToRead ¶
ResourceTranslationErrNotAllowedToRead returns "system:resource-translation.notAllowedToRead" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrNotAllowedToSearch ¶
ResourceTranslationErrNotAllowedToSearch returns "system:resource-translation.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrNotFound ¶
ResourceTranslationErrNotFound returns "system:resource-translation.notFound" as *errors.Error
This function is auto-generated.
func ResourceTranslationErrStaleData ¶
ResourceTranslationErrStaleData returns "system:resource-translation.staleData" as *errors.Error
This function is auto-generated.
func RoleActionArchive ¶
func RoleActionArchive(props ...*roleActionProps) *roleAction
RoleActionArchive returns "system:role.archive" action
This function is auto-generated.
func RoleActionCreate ¶
func RoleActionCreate(props ...*roleActionProps) *roleAction
RoleActionCreate returns "system:role.create" action
This function is auto-generated.
func RoleActionDelete ¶
func RoleActionDelete(props ...*roleActionProps) *roleAction
RoleActionDelete returns "system:role.delete" action
This function is auto-generated.
func RoleActionLookup ¶
func RoleActionLookup(props ...*roleActionProps) *roleAction
RoleActionLookup returns "system:role.lookup" action
This function is auto-generated.
func RoleActionMemberAdd ¶
func RoleActionMemberAdd(props ...*roleActionProps) *roleAction
RoleActionMemberAdd returns "system:role.memberAdd" action
This function is auto-generated.
func RoleActionMemberRemove ¶
func RoleActionMemberRemove(props ...*roleActionProps) *roleAction
RoleActionMemberRemove returns "system:role.memberRemove" action
This function is auto-generated.
func RoleActionMembers ¶
func RoleActionMembers(props ...*roleActionProps) *roleAction
RoleActionMembers returns "system:role.members" action
This function is auto-generated.
func RoleActionMerge ¶
func RoleActionMerge(props ...*roleActionProps) *roleAction
RoleActionMerge returns "system:role.merge" action
This function is auto-generated.
func RoleActionSearch ¶
func RoleActionSearch(props ...*roleActionProps) *roleAction
RoleActionSearch returns "system:role.search" action
This function is auto-generated.
func RoleActionUnarchive ¶
func RoleActionUnarchive(props ...*roleActionProps) *roleAction
RoleActionUnarchive returns "system:role.unarchive" action
This function is auto-generated.
func RoleActionUndelete ¶
func RoleActionUndelete(props ...*roleActionProps) *roleAction
RoleActionUndelete returns "system:role.undelete" action
This function is auto-generated.
func RoleActionUpdate ¶
func RoleActionUpdate(props ...*roleActionProps) *roleAction
RoleActionUpdate returns "system:role.update" action
This function is auto-generated.
func RoleErrGeneric ¶
RoleErrGeneric returns "system:role.generic" as *errors.Error
This function is auto-generated.
func RoleErrHandleNotUnique ¶
RoleErrHandleNotUnique returns "system:role.handleNotUnique" as *errors.Error
This function is auto-generated.
func RoleErrInvalidHandle ¶
RoleErrInvalidHandle returns "system:role.invalidHandle" as *errors.Error
This function is auto-generated.
func RoleErrInvalidID ¶
RoleErrInvalidID returns "system:role.invalidID" as *errors.Error
This function is auto-generated.
func RoleErrNameNotUnique ¶
RoleErrNameNotUnique returns "system:role.nameNotUnique" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToArchive ¶
RoleErrNotAllowedToArchive returns "system:role.notAllowedToArchive" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToCloneRules ¶
RoleErrNotAllowedToCloneRules returns "system:role.notAllowedToCloneRules" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToCreate ¶
RoleErrNotAllowedToCreate returns "system:role.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToDelete ¶
RoleErrNotAllowedToDelete returns "system:role.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToManageMembers ¶
RoleErrNotAllowedToManageMembers returns "system:role.notAllowedToManageMembers" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToRead ¶
RoleErrNotAllowedToRead returns "system:role.notAllowedToRead" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToSearch ¶
RoleErrNotAllowedToSearch returns "system:role.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToUnarchive ¶
RoleErrNotAllowedToUnarchive returns "system:role.notAllowedToUnarchive" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToUndelete ¶
RoleErrNotAllowedToUndelete returns "system:role.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func RoleErrNotAllowedToUpdate ¶
RoleErrNotAllowedToUpdate returns "system:role.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func RoleErrNotFound ¶
RoleErrNotFound returns "system:role.notFound" as *errors.Error
This function is auto-generated.
func RoleErrStaleData ¶
RoleErrStaleData returns "system:role.staleData" as *errors.Error
This function is auto-generated.
func SensitivityLevel ¶
func SetPasswordCredentials ¶
func SetPasswordCredentials(ctx context.Context, s store.Storer, userID uint64, password string) (err error)
SetPasswordCredentials creates a new password entry
func SettingsActionLookup ¶
func SettingsActionLookup(props ...*settingsActionProps) *settingsAction
SettingsActionLookup returns "system:setting.lookup" action
This function is auto-generated.
func SettingsErrGeneric ¶
SettingsErrGeneric returns "system:setting.generic" as *errors.Error
This function is auto-generated.
func SettingsErrInvalidPasswordMinLength ¶
SettingsErrInvalidPasswordMinLength returns "system:setting.invalidPasswordMinLength" as *errors.Error
This function is auto-generated.
func SettingsErrInvalidPasswordMinLowerCase ¶
SettingsErrInvalidPasswordMinLowerCase returns "system:setting.invalidPasswordMinLowerCase" as *errors.Error
This function is auto-generated.
func SettingsErrInvalidPasswordMinNumCount ¶
SettingsErrInvalidPasswordMinNumCount returns "system:setting.invalidPasswordMinNumCount" as *errors.Error
This function is auto-generated.
func SettingsErrInvalidPasswordMinSpecialCharCount ¶
SettingsErrInvalidPasswordMinSpecialCharCount returns "system:setting.invalidPasswordMinSpecialCharCount" as *errors.Error
This function is auto-generated.
func SettingsErrInvalidPasswordMinUpperCase ¶
SettingsErrInvalidPasswordMinUpperCase returns "system:setting.invalidPasswordMinUpperCase" as *errors.Error
This function is auto-generated.
func SettingsErrNotAllowedToManage ¶
SettingsErrNotAllowedToManage returns "system:setting.notAllowedToManage" as *errors.Error
This function is auto-generated.
func SettingsErrNotAllowedToRead ¶
SettingsErrNotAllowedToRead returns "system:setting.notAllowedToRead" as *errors.Error
This function is auto-generated.
func SinkActionPreprocess ¶
func SinkActionPreprocess(props ...*sinkActionProps) *sinkAction
SinkActionPreprocess returns "system:sink.preprocess" action
This function is auto-generated.
func SinkActionRequest ¶
func SinkActionRequest(props ...*sinkActionProps) *sinkAction
SinkActionRequest returns "system:sink.request" action
This function is auto-generated.
func SinkActionSign ¶
func SinkActionSign(props ...*sinkActionProps) *sinkAction
SinkActionSign returns "system:sink.sign" action
This function is auto-generated.
func SinkErrBadSinkParamEncoding ¶
SinkErrBadSinkParamEncoding returns "system:sink.badSinkParamEncoding" as *errors.Error
This function is auto-generated.
func SinkErrContentLengthExceedsMaxAllowedSize ¶
SinkErrContentLengthExceedsMaxAllowedSize returns "system:sink.contentLengthExceedsMaxAllowedSize" as *errors.Error
This function is auto-generated.
func SinkErrFailedToCreateEvent ¶
SinkErrFailedToCreateEvent returns "system:sink.failedToCreateEvent" as *errors.Error
This function is auto-generated.
func SinkErrFailedToProcess ¶
SinkErrFailedToProcess returns "system:sink.failedToProcess" as *errors.Error
This function is auto-generated.
func SinkErrFailedToRespond ¶
SinkErrFailedToRespond returns "system:sink.failedToRespond" as *errors.Error
This function is auto-generated.
func SinkErrFailedToSign ¶
SinkErrFailedToSign returns "system:sink.failedToSign" as *errors.Error
This function is auto-generated.
func SinkErrGeneric ¶
SinkErrGeneric returns "system:sink.generic" as *errors.Error
This function is auto-generated.
func SinkErrInvalidContentType ¶
SinkErrInvalidContentType returns "system:sink.invalidContentType" as *errors.Error
This function is auto-generated.
func SinkErrInvalidHttpMethod ¶
SinkErrInvalidHttpMethod returns "system:sink.invalidHttpMethod" as *errors.Error
This function is auto-generated.
func SinkErrInvalidPath ¶
SinkErrInvalidPath returns "system:sink.invalidPath" as *errors.Error
This function is auto-generated.
func SinkErrInvalidSignature ¶
SinkErrInvalidSignature returns "system:sink.invalidSignature" as *errors.Error
This function is auto-generated.
func SinkErrInvalidSignatureParam ¶
SinkErrInvalidSignatureParam returns "system:sink.invalidSignatureParam" as *errors.Error
This function is auto-generated.
func SinkErrInvalidSinkRequestUrlParams ¶
SinkErrInvalidSinkRequestUrlParams returns "system:sink.invalidSinkRequestUrlParams" as *errors.Error
This function is auto-generated.
func SinkErrMisplacedSignature ¶
SinkErrMisplacedSignature returns "system:sink.misplacedSignature" as *errors.Error
This function is auto-generated.
func SinkErrMissingSignature ¶
SinkErrMissingSignature returns "system:sink.missingSignature" as *errors.Error
This function is auto-generated.
func SinkErrProcessingError ¶
SinkErrProcessingError returns "system:sink.processingError" as *errors.Error
This function is auto-generated.
func SinkErrSignatureExpired ¶
SinkErrSignatureExpired returns "system:sink.signatureExpired" as *errors.Error
This function is auto-generated.
func SmtpConfigurationChecker ¶
func SmtpConfigurationChecker(s *types.AppSettings, ts TemplateService, ac accessController, opt options.AuthOpt) *smtpConfigurationChecker
func Statistics ¶
func Statistics() *statistics
func StatisticsActionServe ¶
func StatisticsActionServe(props ...*statisticsActionProps) *statisticsAction
StatisticsActionServe returns "system:statistics.serve" action
This function is auto-generated.
func StatisticsErrGeneric ¶
StatisticsErrGeneric returns "system:statistics.generic" as *errors.Error
This function is auto-generated.
func StatisticsErrNotAllowedToReadStatistics ¶
StatisticsErrNotAllowedToReadStatistics returns "system:statistics.notAllowedToReadStatistics" as *errors.Error
This function is auto-generated.
func Stylesheet ¶
func TemplateActionCreate ¶
func TemplateActionCreate(props ...*templateActionProps) *templateAction
TemplateActionCreate returns "system:template.create" action
This function is auto-generated.
func TemplateActionDelete ¶
func TemplateActionDelete(props ...*templateActionProps) *templateAction
TemplateActionDelete returns "system:template.delete" action
This function is auto-generated.
func TemplateActionLookup ¶
func TemplateActionLookup(props ...*templateActionProps) *templateAction
TemplateActionLookup returns "system:template.lookup" action
This function is auto-generated.
func TemplateActionRender ¶
func TemplateActionRender(props ...*templateActionProps) *templateAction
TemplateActionRender returns "system:template.render" action
This function is auto-generated.
func TemplateActionSearch ¶
func TemplateActionSearch(props ...*templateActionProps) *templateAction
TemplateActionSearch returns "system:template.search" action
This function is auto-generated.
func TemplateActionUndelete ¶
func TemplateActionUndelete(props ...*templateActionProps) *templateAction
TemplateActionUndelete returns "system:template.undelete" action
This function is auto-generated.
func TemplateActionUpdate ¶
func TemplateActionUpdate(props ...*templateActionProps) *templateAction
TemplateActionUpdate returns "system:template.update" action
This function is auto-generated.
func TemplateErrCannotRenderPartial ¶
TemplateErrCannotRenderPartial returns "system:template.cannotRenderPartial" as *errors.Error
This function is auto-generated.
func TemplateErrGeneric ¶
TemplateErrGeneric returns "system:template.generic" as *errors.Error
This function is auto-generated.
func TemplateErrInvalidHandle ¶
TemplateErrInvalidHandle returns "system:template.invalidHandle" as *errors.Error
This function is auto-generated.
func TemplateErrInvalidID ¶
TemplateErrInvalidID returns "system:template.invalidID" as *errors.Error
This function is auto-generated.
func TemplateErrMissingShort ¶
TemplateErrMissingShort returns "system:template.missingShort" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToCreate ¶
TemplateErrNotAllowedToCreate returns "system:template.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToDelete ¶
TemplateErrNotAllowedToDelete returns "system:template.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToRead ¶
TemplateErrNotAllowedToRead returns "system:template.notAllowedToRead" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToRender ¶
TemplateErrNotAllowedToRender returns "system:template.notAllowedToRender" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToSearch ¶
TemplateErrNotAllowedToSearch returns "system:template.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToUndelete ¶
TemplateErrNotAllowedToUndelete returns "system:template.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func TemplateErrNotAllowedToUpdate ¶
TemplateErrNotAllowedToUpdate returns "system:template.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func TemplateErrNotFound ¶
TemplateErrNotFound returns "system:template.notFound" as *errors.Error
This function is auto-generated.
func TemplateErrStaleData ¶
TemplateErrStaleData returns "system:template.staleData" as *errors.Error
This function is auto-generated.
func UpdateRbacRoles ¶
func User ¶
func User(opt UserOptions) *user
func UserActionCreate ¶
func UserActionCreate(props ...*userActionProps) *userAction
UserActionCreate returns "system:user.create" action
This function is auto-generated.
func UserActionDelete ¶
func UserActionDelete(props ...*userActionProps) *userAction
UserActionDelete returns "system:user.delete" action
This function is auto-generated.
func UserActionDeleteAuthSessions ¶
func UserActionDeleteAuthSessions(props ...*userActionProps) *userAction
UserActionDeleteAuthSessions returns "system:user.deleteAuthSessions" action
This function is auto-generated.
func UserActionDeleteAuthTokens ¶
func UserActionDeleteAuthTokens(props ...*userActionProps) *userAction
UserActionDeleteAuthTokens returns "system:user.deleteAuthTokens" action
This function is auto-generated.
func UserActionDeleteAvatar ¶
func UserActionDeleteAvatar(props ...*userActionProps) *userAction
UserActionDeleteAvatar returns "system:user.deleteAvatar" action
This function is auto-generated.
func UserActionGenerateAvatar ¶
func UserActionGenerateAvatar(props ...*userActionProps) *userAction
UserActionGenerateAvatar returns "system:user.generateAvatar" action
This function is auto-generated.
func UserActionLookup ¶
func UserActionLookup(props ...*userActionProps) *userAction
UserActionLookup returns "system:user.lookup" action
This function is auto-generated.
func UserActionRemovePassword ¶
func UserActionRemovePassword(props ...*userActionProps) *userAction
UserActionRemovePassword returns "system:user.removePassword" action
This function is auto-generated.
func UserActionSearch ¶
func UserActionSearch(props ...*userActionProps) *userAction
UserActionSearch returns "system:user.search" action
This function is auto-generated.
func UserActionSetPassword ¶
func UserActionSetPassword(props ...*userActionProps) *userAction
UserActionSetPassword returns "system:user.setPassword" action
This function is auto-generated.
func UserActionSuspend ¶
func UserActionSuspend(props ...*userActionProps) *userAction
UserActionSuspend returns "system:user.suspend" action
This function is auto-generated.
func UserActionUndelete ¶
func UserActionUndelete(props ...*userActionProps) *userAction
UserActionUndelete returns "system:user.undelete" action
This function is auto-generated.
func UserActionUnsuspend ¶
func UserActionUnsuspend(props ...*userActionProps) *userAction
UserActionUnsuspend returns "system:user.unsuspend" action
This function is auto-generated.
func UserActionUpdate ¶
func UserActionUpdate(props ...*userActionProps) *userAction
UserActionUpdate returns "system:user.update" action
This function is auto-generated.
func UserActionUploadAvatar ¶
func UserActionUploadAvatar(props ...*userActionProps) *userAction
UserActionUploadAvatar returns "system:user.uploadAvatar" action
This function is auto-generated.
func UserErrEmailNotUnique ¶
UserErrEmailNotUnique returns "system:user.emailNotUnique" as *errors.Error
This function is auto-generated.
func UserErrGeneric ¶
UserErrGeneric returns "system:user.generic" as *errors.Error
This function is auto-generated.
func UserErrHandleNotUnique ¶
UserErrHandleNotUnique returns "system:user.handleNotUnique" as *errors.Error
This function is auto-generated.
func UserErrInvalidEmail ¶
UserErrInvalidEmail returns "system:user.invalidEmail" as *errors.Error
This function is auto-generated.
func UserErrInvalidHandle ¶
UserErrInvalidHandle returns "system:user.invalidHandle" as *errors.Error
This function is auto-generated.
func UserErrInvalidID ¶
UserErrInvalidID returns "system:user.invalidID" as *errors.Error
This function is auto-generated.
func UserErrMaxUserLimitReached ¶
UserErrMaxUserLimitReached returns "system:user.maxUserLimitReached" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToCreate ¶
UserErrNotAllowedToCreate returns "system:user.notAllowedToCreate" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToCreateSystem ¶
UserErrNotAllowedToCreateSystem returns "system:user.notAllowedToCreateSystem" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToDelete ¶
UserErrNotAllowedToDelete returns "system:user.notAllowedToDelete" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToDeleteAvatar ¶
UserErrNotAllowedToDeleteAvatar returns "system:user.notAllowedToDeleteAvatar" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToListUsers ¶
UserErrNotAllowedToListUsers returns "system:user.notAllowedToListUsers" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToRead ¶
UserErrNotAllowedToRead returns "system:user.notAllowedToRead" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToSearch ¶
UserErrNotAllowedToSearch returns "system:user.notAllowedToSearch" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToSuspend ¶
UserErrNotAllowedToSuspend returns "system:user.notAllowedToSuspend" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToUndelete ¶
UserErrNotAllowedToUndelete returns "system:user.notAllowedToUndelete" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToUnsuspend ¶
UserErrNotAllowedToUnsuspend returns "system:user.notAllowedToUnsuspend" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToUpdate ¶
UserErrNotAllowedToUpdate returns "system:user.notAllowedToUpdate" as *errors.Error
This function is auto-generated.
func UserErrNotAllowedToUpdateSystem ¶
UserErrNotAllowedToUpdateSystem returns "system:user.notAllowedToUpdateSystem" as *errors.Error
This function is auto-generated.
func UserErrNotFound ¶
UserErrNotFound returns "system:user.notFound" as *errors.Error
This function is auto-generated.
func UserErrPasswordNotSecure ¶
UserErrPasswordNotSecure returns "system:user.passwordNotSecure" as *errors.Error
This function is auto-generated.
func UserErrStaleData ¶
UserErrStaleData returns "system:user.staleData" as *errors.Error
This function is auto-generated.
func UserErrUsernameNotUnique ¶
UserErrUsernameNotUnique returns "system:user.usernameNotUnique" as *errors.Error
This function is auto-generated.
Types ¶
type AttachmentService ¶
type AttachmentService interface { FindByID(ctx context.Context, ID uint64) (*types.Attachment, error) Find(ctx context.Context, filter types.AttachmentFilter) (types.AttachmentSet, types.AttachmentFilter, error) CreateSettingsAttachment(ctx context.Context, name string, size int64, fh io.ReadSeeker, labels map[string]string) (*types.Attachment, error) CreateApplicationAttachment(ctx context.Context, name string, size int64, fh io.ReadSeeker, labels map[string]string) (*types.Attachment, error) CreateAuthAttachment(ctx context.Context, name string, size int64, fh io.ReadSeeker, labels map[string]string) (*types.Attachment, error) CreateAvatarInitialsAttachment(ctx context.Context, initials string, bgColor string, textColor string) (att *types.Attachment, err error) OpenOriginal(att *types.Attachment) (io.ReadSeekCloser, error) OpenPreview(att *types.Attachment) (io.ReadSeekCloser, error) DeleteByID(ctx context.Context, ID uint64) error }
type AuthNotificationService ¶
type AuthNotificationService interface { EmailOTP(ctx context.Context, emailAddress string, otp string) error EmailConfirmation(ctx context.Context, emailAddress string, url string) error PasswordReset(ctx context.Context, emailAddress string, url string) error PasswordCreate(url string) (string, error) InviteEmail(ctx context.Context, emailAddress string, token string) error }
type AuthOptions ¶
type Config ¶
type Config struct { ActionLog options.ActionLogOpt Discovery options.DiscoveryOpt Storage options.ObjectStoreOpt DB options.DBOpt Template options.TemplateOpt Auth options.AuthOpt RBAC options.RbacOpt Limit options.LimitOpt Attachment options.AttachmentOpt Webapps options.WebappOpt }
type DataPrivacyService ¶
type DataPrivacyService interface { FindConnections(ctx context.Context, filter types.DalConnectionFilter) (out types.PrivacyDalConnectionSet, f types.DalConnectionFilter, err error) FindRequestByID(ctx context.Context, requestID uint64) (*types.DataPrivacyRequest, error) FindRequests(context.Context, types.DataPrivacyRequestFilter) (types.DataPrivacyRequestSet, types.DataPrivacyRequestFilter, error) CreateRequest(ctx context.Context, request *types.DataPrivacyRequest) (*types.DataPrivacyRequest, error) UpdateRequestStatus(ctx context.Context, request *types.DataPrivacyRequest) (*types.DataPrivacyRequest, error) FindRequestComments(ctx context.Context, filter types.DataPrivacyRequestCommentFilter) (rr types.DataPrivacyRequestCommentSet, f types.DataPrivacyRequestCommentFilter, err error) CreateRequestComment(ctx context.Context, new *types.DataPrivacyRequestComment) (r *types.DataPrivacyRequestComment, err error) }
type ReminderService ¶
type ReminderService interface { Find(context.Context, types.ReminderFilter) (types.ReminderSet, types.ReminderFilter, error) FindByID(context.Context, uint64) (*types.Reminder, error) Create(context.Context, *types.Reminder) (*types.Reminder, error) Update(context.Context, *types.Reminder) (*types.Reminder, error) Dismiss(context.Context, uint64) error Undismiss(context.Context, uint64) error Snooze(context.Context, uint64, *time.Time) error Delete(context.Context, uint64) error Watch(ctx context.Context) }
type ResourceTranslationService ¶
type ResourceTranslationService interface { List(context.Context, types.ResourceTranslationFilter) (types.ResourceTranslationSet, types.ResourceTranslationFilter, error) Create(context.Context, *types.ResourceTranslation) (*types.ResourceTranslation, error) Update(context.Context, *types.ResourceTranslation) (*types.ResourceTranslation, error) Read(context.Context, uint64) (*types.ResourceTranslation, error) Delete(context.Context, uint64) error Undelete(context.Context, uint64) error }
type RoleService ¶
type RoleService interface { FindByID(ctx context.Context, roleID uint64) (*types.Role, error) FindByName(ctx context.Context, name string) (*types.Role, error) FindByHandle(ctx context.Context, handle string) (*types.Role, error) FindByAny(ctx context.Context, identifier interface{}) (*types.Role, error) Find(context.Context, types.RoleFilter) (types.RoleSet, types.RoleFilter, error) IsSystem(r *types.Role) bool IsClosed(r *types.Role) bool Create(ctx context.Context, role *types.Role) (*types.Role, error) Update(ctx context.Context, role *types.Role) (*types.Role, error) Archive(ctx context.Context, ID uint64) error Unarchive(ctx context.Context, ID uint64) error Delete(ctx context.Context, ID uint64) error Undelete(ctx context.Context, ID uint64) error CloneRules(ctx context.Context, ID uint64, cloneToRoleID ...uint64) error Membership(ctx context.Context, userID uint64) (types.RoleMemberSet, error) MemberList(ctx context.Context, roleID uint64) (types.RoleMemberSet, error) MemberAdd(ctx context.Context, roleID, userID uint64) error MemberRemove(ctx context.Context, roleID, userID uint64) error }
type SettingsChangeListener ¶
type SettingsChangeListener func(ctx context.Context, current interface{}, set types.SettingValueSet)
type SinkRequestUrlParams ¶
type SinkRequestUrlParams struct { // Expect sink request to be of this method Method string `json:"mtd,omitempty"` // Origin is as an identifier, no validation of request params Origin string `json:"origin,omitempty"` // Optional, signature expiration Expires *time.Time `json:"exp,omitempty"` // When set it enables body processing (but limits it to that size!) MaxBodySize int64 `json:"mbs,omitempty"` // Acceptable content type ContentType string `json:"ct,omitempty"` Path string `json:"pt,omitempty"` // Should we put signature in the path (true) // or in query string (false, default) SignatureInPath bool `json:"sip,omitempty"` }
type StatisticsMetricsPayload ¶
type StatisticsMetricsPayload struct { Users *types.UserMetrics `json:"users"` Roles *types.RoleMetrics `json:"roles"` Applications *types.ApplicationMetrics `json:"applications"` }
type TemplateService ¶
type TemplateService interface { FindByID(ctx context.Context, ID uint64) (*types.Template, error) FindByHandle(ct context.Context, handle string) (*types.Template, error) FindByAny(ctx context.Context, identifier interface{}) (*types.Template, error) Search(context.Context, types.TemplateFilter) (types.TemplateSet, types.TemplateFilter, error) Create(ctx context.Context, tpl *types.Template) (*types.Template, error) Update(ctx context.Context, tpl *types.Template) (*types.Template, error) DeleteByID(ctx context.Context, ID uint64) error UndeleteByID(ctx context.Context, ID uint64) error Drivers() []renderer.DriverDefinition Render(ctx context.Context, templateID uint64, dstType string, variables map[string]interface{}, options map[string]string) (io.ReadSeeker, error) }
type UserOptions ¶
type UserOptions struct {
LimitUsers int
}
type UserService ¶
type UserService interface { FindByEmail(ctx context.Context, email string) (*types.User, error) FindByHandle(ctx context.Context, handle string) (*types.User, error) FindByID(ctx context.Context, id uint64) (*types.User, error) FindByAny(ctx context.Context, identifier interface{}) (*types.User, error) Find(context.Context, types.UserFilter) (types.UserSet, types.UserFilter, error) Create(ctx context.Context, input *types.User) (*types.User, error) Update(ctx context.Context, mod *types.User) (*types.User, error) ToggleEmailConfirmation(ctx context.Context, userID uint64, confirm bool) error CreateWithAvatar(ctx context.Context, input *types.User, avatar io.Reader) (*types.User, error) UpdateWithAvatar(ctx context.Context, mod *types.User, avatar io.Reader) (*types.User, error) Delete(ctx context.Context, id uint64) error Suspend(ctx context.Context, id uint64) error Unsuspend(ctx context.Context, id uint64) error Undelete(ctx context.Context, id uint64) error SetPassword(ctx context.Context, userID uint64, password string) error DeleteAuthTokensByUserID(ctx context.Context, userID uint64) (err error) DeleteAuthSessionsByUserID(ctx context.Context, userID uint64) (err error) UploadAvatar(ctx context.Context, userID uint64, Upload *multipart.FileHeader) (err error) GenerateAvatar(ctx context.Context, userID uint64, bgColor string, initialColor string) (err error) DeleteAvatar(ctx context.Context, id uint64) error }
Source Files ¶
- access_control.gen.go
- access_control_actions.gen.go
- apigw_filter.go
- apigw_filter_actions.gen.go
- apigw_profiler.go
- apigw_route.go
- apigw_route_actions.gen.go
- application.go
- application_actions.gen.go
- attachment.go
- attachment_actions.gen.go
- auth.go
- auth_actions.gen.go
- auth_client.go
- auth_client_actions.gen.go
- auth_credentials.go
- auth_notification.go
- credentials.go
- credentials_actions.gen.go
- dal_connection.go
- dal_connection_actions.gen.go
- dal_schema_alteration.go
- dal_schema_alteration_actions.gen.go
- dal_sensitivity_level.go
- dal_sensitivity_level_actions.gen.go
- data_privacy.go
- data_privacy_request_actions.gen.go
- expression.go
- queue.go
- queue_actions.gen.go
- reminder.go
- reminder_actions.gen.go
- report.go
- report_actions.gen.go
- resource_translation.go
- resource_translation_actions.gen.go
- role.go
- role_actions.gen.go
- service.go
- setting_actions.gen.go
- settings.go
- sink.go
- sink_actions.gen.go
- smtp_configuration_checker.go
- statistics.go
- statistics_actions.gen.go
- stylesheet.go
- template.go
- template_actions.gen.go
- user.go
- user_actions.gen.go