Documentation
¶
Index ¶
- Constants
- func ActionlogFilter(d drivers.Dialect, f actionlogType.Filter) (ee []goqu.Expression, _ actionlogType.Filter, err error)
- func AgentFilter(d drivers.Dialect, f systemType.AgentFilter) (ee []goqu.Expression, _ systemType.AgentFilter, err error)
- func AiConversationFilter(d drivers.Dialect, f systemType.AiConversationFilter) (ee []goqu.Expression, _ systemType.AiConversationFilter, err error)
- func ApigwFilterFilter(d drivers.Dialect, f systemType.ApigwFilterFilter) (ee []goqu.Expression, _ systemType.ApigwFilterFilter, err error)
- func ApigwRouteFilter(d drivers.Dialect, f systemType.ApigwRouteFilter) (ee []goqu.Expression, _ systemType.ApigwRouteFilter, err error)
- func ApplicationFilter(d drivers.Dialect, f systemType.ApplicationFilter) (ee []goqu.Expression, _ systemType.ApplicationFilter, err error)
- func AttachmentFilter(d drivers.Dialect, f systemType.AttachmentFilter) (ee []goqu.Expression, _ systemType.AttachmentFilter, err error)
- func AuthClientFilter(d drivers.Dialect, f systemType.AuthClientFilter) (ee []goqu.Expression, _ systemType.AuthClientFilter, err error)
- func AuthConfirmedClientFilter(d drivers.Dialect, f systemType.AuthConfirmedClientFilter) (ee []goqu.Expression, _ systemType.AuthConfirmedClientFilter, err error)
- func AuthOa2tokenFilter(d drivers.Dialect, f systemType.AuthOa2tokenFilter) (ee []goqu.Expression, _ systemType.AuthOa2tokenFilter, err error)
- func AuthSessionFilter(d drivers.Dialect, f systemType.AuthSessionFilter) (ee []goqu.Expression, _ systemType.AuthSessionFilter, err error)
- func AutomationNgAutomationFilter(d drivers.Dialect, f automationType.NgAutomationFilter) (ee []goqu.Expression, _ automationType.NgAutomationFilter, err error)
- func AutomationSessionFilter(d drivers.Dialect, f automationType.SessionFilter) (ee []goqu.Expression, _ automationType.SessionFilter, err error)
- func AutomationTriggerFilter(d drivers.Dialect, f automationType.TriggerFilter) (ee []goqu.Expression, _ automationType.TriggerFilter, err error)
- func AutomationWorkflowFilter(d drivers.Dialect, f automationType.WorkflowFilter) (ee []goqu.Expression, _ automationType.WorkflowFilter, err error)
- func ChatbotFilter(d drivers.Dialect, f systemType.ChatbotFilter) (ee []goqu.Expression, _ systemType.ChatbotFilter, err error)
- func ChatbotSessionFilter(d drivers.Dialect, f systemType.ChatbotSessionFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionFilter, err error)
- func ChatbotSessionHandoffFilter(d drivers.Dialect, f systemType.ChatbotSessionHandoffFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionHandoffFilter, err error)
- func ChatbotSessionStepFilter(d drivers.Dialect, f systemType.ChatbotSessionStepFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionStepFilter, err error)
- func ComposeAttachmentFilter(d drivers.Dialect, f composeType.AttachmentFilter) (ee []goqu.Expression, _ composeType.AttachmentFilter, err error)
- func ComposeChartFilter(d drivers.Dialect, f composeType.ChartFilter) (ee []goqu.Expression, _ composeType.ChartFilter, err error)
- func ComposeModuleFieldFilter(d drivers.Dialect, f composeType.ModuleFieldFilter) (ee []goqu.Expression, _ composeType.ModuleFieldFilter, err error)
- func ComposeModuleFilter(d drivers.Dialect, f composeType.ModuleFilter) (ee []goqu.Expression, _ composeType.ModuleFilter, err error)
- func ComposeNamespaceFilter(d drivers.Dialect, f composeType.NamespaceFilter) (ee []goqu.Expression, _ composeType.NamespaceFilter, err error)
- func ComposePageFilter(d drivers.Dialect, f composeType.PageFilter) (ee []goqu.Expression, _ composeType.PageFilter, err error)
- func ComposePageLayoutFilter(d drivers.Dialect, f composeType.PageLayoutFilter) (ee []goqu.Expression, _ composeType.PageLayoutFilter, err error)
- func ConfiguredConnectionFilter(d drivers.Dialect, f systemType.ConfiguredConnectionFilter) (ee []goqu.Expression, _ systemType.ConfiguredConnectionFilter, err error)
- func Connect(ctx context.Context, log *zap.Logger, cfg *ConnConfig) (db *sqlx.DB, err error)
- func ConnectionFilter(d drivers.Dialect, f systemType.ConnectionFilter) (ee []goqu.Expression, _ systemType.ConnectionFilter, err error)
- func CredentialFilter(d drivers.Dialect, f systemType.CredentialFilter) (ee []goqu.Expression, _ systemType.CredentialFilter, err error)
- func CursorCondition(pc pagingCursor, keyMapper cursorKeyMapper, sortableCols map[string]string) *cursorCondition
- func CursorExpression(cur *filter.PagingCursor, identLookup func(i string) (exp.Expression, error), ...) (e exp.Expression, err error)
- func DalConnectionFilter(d drivers.Dialect, f systemType.DalConnectionFilter) (ee []goqu.Expression, _ systemType.DalConnectionFilter, err error)
- func DalSchemaAlterationFilter(d drivers.Dialect, f systemType.DalSchemaAlterationFilter) (ee []goqu.Expression, _ systemType.DalSchemaAlterationFilter, err error)
- func DalSensitivityLevelFilter(d drivers.Dialect, f systemType.DalSensitivityLevelFilter) (ee []goqu.Expression, _ systemType.DalSensitivityLevelFilter, err error)
- func DataPrivacyRequestCommentFilter(d drivers.Dialect, f systemType.DataPrivacyRequestCommentFilter) (ee []goqu.Expression, _ systemType.DataPrivacyRequestCommentFilter, err error)
- func DataPrivacyRequestFilter(d drivers.Dialect, f systemType.DataPrivacyRequestFilter) (ee []goqu.Expression, _ systemType.DataPrivacyRequestFilter, err error)
- func DefaultFilters() (f *extendedFilters)
- func FederationExposedModuleFilter(d drivers.Dialect, f federationType.ExposedModuleFilter) (ee []goqu.Expression, _ federationType.ExposedModuleFilter, err error)
- func FederationModuleMappingFilter(d drivers.Dialect, f federationType.ModuleMappingFilter) (ee []goqu.Expression, _ federationType.ModuleMappingFilter, err error)
- func FederationNodeFilter(d drivers.Dialect, f federationType.NodeFilter) (ee []goqu.Expression, _ federationType.NodeFilter, err error)
- func FederationNodeSyncFilter(d drivers.Dialect, f federationType.NodeSyncFilter) (ee []goqu.Expression, _ federationType.NodeSyncFilter, err error)
- func FederationSharedModuleFilter(d drivers.Dialect, f federationType.SharedModuleFilter) (ee []goqu.Expression, _ federationType.SharedModuleFilter, err error)
- func FlagFilter(d drivers.Dialect, f flagType.FlagFilter) (ee []goqu.Expression, _ flagType.FlagFilter, err error)
- func KnowledgeBaseFilter(d drivers.Dialect, f systemType.KnowledgeBaseFilter) (ee []goqu.Expression, _ systemType.KnowledgeBaseFilter, err error)
- func LabelFilter(d drivers.Dialect, f labelsType.LabelFilter) (ee []goqu.Expression, _ labelsType.LabelFilter, err error)
- func LlmProviderFilter(d drivers.Dialect, f systemType.LlmProviderFilter) (ee []goqu.Expression, _ systemType.LlmProviderFilter, err error)
- func NotificationFilter(d drivers.Dialect, f systemType.NotificationFilter) (ee []goqu.Expression, _ systemType.NotificationFilter, err error)
- func Order(dialect drivers.Dialect, sort filter.SortExprSet, sortables map[string]string) (oo []exp.OrderedExpression, err error)
- func QueueFilter(d drivers.Dialect, f systemType.QueueFilter) (ee []goqu.Expression, _ systemType.QueueFilter, err error)
- func QueueMessageFilter(d drivers.Dialect, f systemType.QueueMessageFilter) (ee []goqu.Expression, _ systemType.QueueMessageFilter, err error)
- func RbacRuleFilter(d drivers.Dialect, f rbacType.RuleFilter) (ee []goqu.Expression, _ rbacType.RuleFilter, err error)
- func ReminderFilter(d drivers.Dialect, f systemType.ReminderFilter) (ee []goqu.Expression, _ systemType.ReminderFilter, err error)
- func ReportFilter(d drivers.Dialect, f systemType.ReportFilter) (ee []goqu.Expression, _ systemType.ReportFilter, err error)
- func ResourceActivityFilter(d drivers.Dialect, f discoveryType.ResourceActivityFilter) (ee []goqu.Expression, _ discoveryType.ResourceActivityFilter, err error)
- func ResourceTranslationFilter(d drivers.Dialect, f systemType.ResourceTranslationFilter) (ee []goqu.Expression, _ systemType.ResourceTranslationFilter, err error)
- func RoleFilter(d drivers.Dialect, f systemType.RoleFilter) (ee []goqu.Expression, _ systemType.RoleFilter, err error)
- func RoleMemberFilter(d drivers.Dialect, f systemType.RoleMemberFilter) (ee []goqu.Expression, _ systemType.RoleMemberFilter, err error)
- func SettingValueFilter(d drivers.Dialect, f systemType.SettingsFilter) (ee []goqu.Expression, _ systemType.SettingsFilter, err error)
- func TemplateFilter(d drivers.Dialect, f systemType.TemplateFilter) (ee []goqu.Expression, _ systemType.TemplateFilter, err error)
- func UserFilter(d drivers.Dialect, f systemType.UserFilter) (ee []goqu.Expression, _ systemType.UserFilter, err error)
- func UserGroupFilter(d drivers.Dialect, f systemType.UserGroupFilter) (ee []goqu.Expression, _ systemType.UserGroupFilter, err error)
- type ConnConfig
- type Functions
- type KeyMap
- type Store
- func (s Store) ApplicationMetrics(ctx context.Context) (_ *systemType.ApplicationMetrics, err error)
- func (s *Store) CountUsers(ctx context.Context, f systemType.UserFilter) (c uint, _ error)
- func (s *Store) CreateActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)
- func (s *Store) CreateAgent(ctx context.Context, rr ...*systemType.Agent) (err error)
- func (s *Store) CreateAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
- func (s *Store) CreateApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
- func (s *Store) CreateApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
- func (s *Store) CreateApplication(ctx context.Context, rr ...*systemType.Application) (err error)
- func (s *Store) CreateAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
- func (s *Store) CreateAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
- func (s *Store) CreateAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
- func (s *Store) CreateAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
- func (s *Store) CreateAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
- func (s *Store) CreateAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
- func (s *Store) CreateAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
- func (s *Store) CreateAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
- func (s *Store) CreateAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
- func (s *Store) CreateChatbot(ctx context.Context, rr ...*systemType.Chatbot) (err error)
- func (s *Store) CreateChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
- func (s *Store) CreateChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
- func (s *Store) CreateChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
- func (s *Store) CreateComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
- func (s *Store) CreateComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)
- func (s *Store) CreateComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)
- func (s *Store) CreateComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
- func (s *Store) CreateComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
- func (s *Store) CreateComposePage(ctx context.Context, rr ...*composeType.Page) (err error)
- func (s *Store) CreateComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
- func (s *Store) CreateConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
- func (s *Store) CreateConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
- func (s *Store) CreateCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
- func (s *Store) CreateDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
- func (s *Store) CreateDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
- func (s *Store) CreateDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
- func (s *Store) CreateDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
- func (s *Store) CreateDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
- func (s *Store) CreateFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
- func (s *Store) CreateFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
- func (s *Store) CreateFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)
- func (s *Store) CreateFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
- func (s *Store) CreateFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
- func (s *Store) CreateFlag(ctx context.Context, rr ...*flagType.Flag) (err error)
- func (s *Store) CreateKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
- func (s *Store) CreateLabel(ctx context.Context, rr ...*labelsType.Label) (err error)
- func (s *Store) CreateLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
- func (s *Store) CreateNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
- func (s *Store) CreateQueue(ctx context.Context, rr ...*systemType.Queue) (err error)
- func (s *Store) CreateQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
- func (s *Store) CreateRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)
- func (s *Store) CreateReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)
- func (s *Store) CreateReport(ctx context.Context, rr ...*systemType.Report) (err error)
- func (s *Store) CreateResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
- func (s *Store) CreateResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
- func (s *Store) CreateRole(ctx context.Context, rr ...*systemType.Role) (err error)
- func (s *Store) CreateRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
- func (s *Store) CreateSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
- func (s *Store) CreateTemplate(ctx context.Context, rr ...*systemType.Template) (err error)
- func (s *Store) CreateUser(ctx context.Context, rr ...*systemType.User) (err error)
- func (s *Store) CreateUserGroup(ctx context.Context, rr ...*systemType.UserGroup) (err error)
- func (s *Store) DeleteActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)
- func (s *Store) DeleteActionlogByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAgent(ctx context.Context, rr ...*systemType.Agent) (err error)
- func (s *Store) DeleteAgentByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
- func (s *Store) DeleteAiConversationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
- func (s *Store) DeleteApigwFilterByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
- func (s *Store) DeleteApigwRouteByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteApplication(ctx context.Context, rr ...*systemType.Application) (err error)
- func (s *Store) DeleteApplicationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
- func (s *Store) DeleteAttachmentByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
- func (s *Store) DeleteAuthClientByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
- func (s *Store) DeleteAuthConfirmedClientByUserIDClientID(ctx context.Context, userID uint64, clientID uint64) error
- func (s Store) DeleteAuthOA2TokenByAccess(ctx context.Context, access string) error
- func (s Store) DeleteAuthOA2TokenByCode(ctx context.Context, code string) error
- func (s Store) DeleteAuthOA2TokenByRefresh(ctx context.Context, refresh string) error
- func (s Store) DeleteAuthOA2TokenByUserID(ctx context.Context, userID uint64) error
- func (s *Store) DeleteAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
- func (s *Store) DeleteAuthOa2tokenByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
- func (s *Store) DeleteAuthSessionByID(ctx context.Context, id string) error
- func (s Store) DeleteAuthSessionsByUserID(ctx context.Context, userID uint64) error
- func (s *Store) DeleteAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
- func (s *Store) DeleteAutomationNgAutomationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
- func (s *Store) DeleteAutomationSessionByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
- func (s *Store) DeleteAutomationTriggerByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
- func (s *Store) DeleteAutomationWorkflowByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteChatbot(ctx context.Context, rr ...*systemType.Chatbot) (err error)
- func (s *Store) DeleteChatbotByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
- func (s *Store) DeleteChatbotSessionByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
- func (s *Store) DeleteChatbotSessionHandoffByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
- func (s *Store) DeleteChatbotSessionStepByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
- func (s *Store) DeleteComposeAttachmentByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)
- func (s *Store) DeleteComposeChartByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)
- func (s *Store) DeleteComposeModuleByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
- func (s *Store) DeleteComposeModuleFieldByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
- func (s *Store) DeleteComposeNamespaceByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposePage(ctx context.Context, rr ...*composeType.Page) (err error)
- func (s *Store) DeleteComposePageByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
- func (s *Store) DeleteComposePageLayoutByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
- func (s *Store) DeleteConfiguredConnectionByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
- func (s *Store) DeleteConnectionByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
- func (s *Store) DeleteCredentialByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
- func (s *Store) DeleteDalConnectionByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
- func (s *Store) DeleteDalSchemaAlterationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
- func (s *Store) DeleteDalSensitivityLevelByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
- func (s *Store) DeleteDataPrivacyRequestByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
- func (s *Store) DeleteDataPrivacyRequestCommentByID(ctx context.Context, id uint64) error
- func (s Store) DeleteExpiredAuthOA2Tokens(ctx context.Context) error
- func (s Store) DeleteExpiredAuthSessions(ctx context.Context) error
- func (s Store) DeleteExtraLabels(ctx context.Context, kind string, resourceId uint64, name ...string) error
- func (s *Store) DeleteFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
- func (s *Store) DeleteFederationExposedModuleByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
- func (s *Store) DeleteFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)
- func (s *Store) DeleteFederationNodeByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
- func (s *Store) DeleteFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
- func (s *Store) DeleteFederationSharedModuleByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteFlag(ctx context.Context, rr ...*flagType.Flag) (err error)
- func (s *Store) DeleteFlagByKindResourceIDOwnedByName(ctx context.Context, kind string, resourceID uint64, ownedBy uint64, ...) error
- func (s *Store) DeleteKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
- func (s *Store) DeleteKnowledgeBaseByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteLabel(ctx context.Context, rr ...*labelsType.Label) (err error)
- func (s *Store) DeleteLabelByKindResourceIDName(ctx context.Context, kind string, resourceID uint64, name string) error
- func (s *Store) DeleteLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
- func (s *Store) DeleteLlmProviderByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
- func (s *Store) DeleteNotificationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteQueue(ctx context.Context, rr ...*systemType.Queue) (err error)
- func (s *Store) DeleteQueueByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
- func (s *Store) DeleteQueueMessageByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)
- func (s *Store) DeleteRbacRuleByRoleIDResourceOperation(ctx context.Context, roleID uint64, resource string, operation string) error
- func (s *Store) DeleteReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)
- func (s *Store) DeleteReminderByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteReport(ctx context.Context, rr ...*systemType.Report) (err error)
- func (s *Store) DeleteReportByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
- func (s *Store) DeleteResourceActivityByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
- func (s *Store) DeleteResourceTranslationByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteRole(ctx context.Context, rr ...*systemType.Role) (err error)
- func (s *Store) DeleteRoleByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
- func (s *Store) DeleteRoleMemberByResourceRoleID(ctx context.Context, resource string, roleID uint64) error
- func (s *Store) DeleteSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
- func (s *Store) DeleteSettingValueByOwnedByName(ctx context.Context, ownedBy uint64, name string) error
- func (s *Store) DeleteTemplate(ctx context.Context, rr ...*systemType.Template) (err error)
- func (s *Store) DeleteTemplateByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteUser(ctx context.Context, rr ...*systemType.User) (err error)
- func (s *Store) DeleteUserByID(ctx context.Context, id uint64) error
- func (s *Store) DeleteUserGroup(ctx context.Context, rr ...*systemType.UserGroup) (err error)
- func (s *Store) DeleteUserGroupByID(ctx context.Context, id uint64) error
- func (s Store) Exec(ctx context.Context, q sqlizer) error
- func (s Store) ExecR(ctx context.Context, q sqlizer) (rs sql.Result, _ error)
- func (s Store) Healthcheck(ctx context.Context) error
- func (s *Store) LookupActionlogByID(ctx context.Context, id uint64) (_ *actionlogType.Action, err error)
- func (s *Store) LookupAgentByHandle(ctx context.Context, handle string) (_ *systemType.Agent, err error)
- func (s *Store) LookupAgentByID(ctx context.Context, id uint64) (_ *systemType.Agent, err error)
- func (s *Store) LookupAiConversationByID(ctx context.Context, id uint64) (_ *systemType.AiConversation, err error)
- func (s *Store) LookupApigwFilterByID(ctx context.Context, id uint64) (_ *systemType.ApigwFilter, err error)
- func (s *Store) LookupApigwFilterByRoute(ctx context.Context, route uint64) (_ *systemType.ApigwFilter, err error)
- func (s *Store) LookupApigwRouteByEndpoint(ctx context.Context, endpoint string) (_ *systemType.ApigwRoute, err error)
- func (s *Store) LookupApigwRouteByID(ctx context.Context, id uint64) (_ *systemType.ApigwRoute, err error)
- func (s *Store) LookupApplicationByID(ctx context.Context, id uint64) (_ *systemType.Application, err error)
- func (s *Store) LookupAttachmentByID(ctx context.Context, id uint64) (_ *systemType.Attachment, err error)
- func (s *Store) LookupAuthClientByHandle(ctx context.Context, handle string) (_ *systemType.AuthClient, err error)
- func (s *Store) LookupAuthClientByID(ctx context.Context, id uint64) (_ *systemType.AuthClient, err error)
- func (s *Store) LookupAuthConfirmedClientByUserIDClientID(ctx context.Context, userID uint64, clientID uint64) (_ *systemType.AuthConfirmedClient, err error)
- func (s *Store) LookupAuthOa2tokenByAccess(ctx context.Context, access string) (_ *systemType.AuthOa2token, err error)
- func (s *Store) LookupAuthOa2tokenByCode(ctx context.Context, code string) (_ *systemType.AuthOa2token, err error)
- func (s *Store) LookupAuthOa2tokenByID(ctx context.Context, id uint64) (_ *systemType.AuthOa2token, err error)
- func (s *Store) LookupAuthOa2tokenByRefresh(ctx context.Context, refresh string) (_ *systemType.AuthOa2token, err error)
- func (s *Store) LookupAuthSessionByID(ctx context.Context, id string) (_ *systemType.AuthSession, err error)
- func (s *Store) LookupAutomationNgAutomationByHandle(ctx context.Context, handle string) (_ *automationType.NgAutomation, err error)
- func (s *Store) LookupAutomationNgAutomationByID(ctx context.Context, id uint64) (_ *automationType.NgAutomation, err error)
- func (s *Store) LookupAutomationSessionByID(ctx context.Context, id uint64) (_ *automationType.Session, err error)
- func (s *Store) LookupAutomationTriggerByID(ctx context.Context, id uint64) (_ *automationType.Trigger, err error)
- func (s *Store) LookupAutomationWorkflowByHandle(ctx context.Context, handle string) (_ *automationType.Workflow, err error)
- func (s *Store) LookupAutomationWorkflowByID(ctx context.Context, id uint64) (_ *automationType.Workflow, err error)
- func (s *Store) LookupChatbotByHandle(ctx context.Context, handle string) (_ *systemType.Chatbot, err error)
- func (s *Store) LookupChatbotByID(ctx context.Context, id uint64) (_ *systemType.Chatbot, err error)
- func (s *Store) LookupChatbotByWidgetKey(ctx context.Context, widgetKey string) (_ *systemType.Chatbot, err error)
- func (s *Store) LookupChatbotSessionByChatbotID(ctx context.Context, chatbotID uint64) (_ *systemType.ChatbotSession, err error)
- func (s *Store) LookupChatbotSessionByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSession, err error)
- func (s *Store) LookupChatbotSessionHandoffByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSessionHandoff, err error)
- func (s *Store) LookupChatbotSessionHandoffBySessionID(ctx context.Context, sessionID uint64) (_ *systemType.ChatbotSessionHandoff, err error)
- func (s *Store) LookupChatbotSessionHandoffByStatus(ctx context.Context, status string) (_ *systemType.ChatbotSessionHandoff, err error)
- func (s *Store) LookupChatbotSessionStepByConversationID(ctx context.Context, conversationID uint64) (_ *systemType.ChatbotSessionStep, err error)
- func (s *Store) LookupChatbotSessionStepByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSessionStep, err error)
- func (s *Store) LookupChatbotSessionStepBySessionID(ctx context.Context, sessionID uint64) (_ *systemType.ChatbotSessionStep, err error)
- func (s *Store) LookupComposeAttachmentByID(ctx context.Context, id uint64) (_ *composeType.Attachment, err error)
- func (s *Store) LookupComposeChartByID(ctx context.Context, id uint64) (_ *composeType.Chart, err error)
- func (s *Store) LookupComposeChartByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Chart, err error)
- func (s *Store) LookupComposeModuleByID(ctx context.Context, id uint64) (_ *composeType.Module, err error)
- func (s *Store) LookupComposeModuleByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Module, err error)
- func (s *Store) LookupComposeModuleByNamespaceIDName(ctx context.Context, namespaceID uint64, name string) (_ *composeType.Module, err error)
- func (s *Store) LookupComposeModuleFieldByID(ctx context.Context, id uint64) (_ *composeType.ModuleField, err error)
- func (s *Store) LookupComposeModuleFieldByModuleIDName(ctx context.Context, moduleID uint64, name string) (_ *composeType.ModuleField, err error)
- func (s *Store) LookupComposeNamespaceByID(ctx context.Context, id uint64) (_ *composeType.Namespace, err error)
- func (s *Store) LookupComposeNamespaceBySlug(ctx context.Context, slug string) (_ *composeType.Namespace, err error)
- func (s *Store) LookupComposePageByID(ctx context.Context, id uint64) (_ *composeType.Page, err error)
- func (s *Store) LookupComposePageByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Page, err error)
- func (s *Store) LookupComposePageByNamespaceIDModuleID(ctx context.Context, namespaceID uint64, moduleID uint64) (_ *composeType.Page, err error)
- func (s *Store) LookupComposePageLayoutByID(ctx context.Context, id uint64) (_ *composeType.PageLayout, err error)
- func (s *Store) LookupComposePageLayoutByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.PageLayout, err error)
- func (s *Store) LookupComposePageLayoutByNamespaceIDPageIDHandle(ctx context.Context, namespaceID uint64, pageID uint64, handle string) (_ *composeType.PageLayout, err error)
- func (s *Store) LookupConfiguredConnectionByID(ctx context.Context, id uint64) (_ *systemType.ConfiguredConnection, err error)
- func (s *Store) LookupConnectionByHandle(ctx context.Context, handle string) (_ *systemType.Connection, err error)
- func (s *Store) LookupConnectionByID(ctx context.Context, id uint64) (_ *systemType.Connection, err error)
- func (s *Store) LookupCredentialByID(ctx context.Context, id uint64) (_ *systemType.Credential, err error)
- func (s *Store) LookupDalConnectionByHandle(ctx context.Context, handle string) (_ *systemType.DalConnection, err error)
- func (s *Store) LookupDalConnectionByID(ctx context.Context, id uint64) (_ *systemType.DalConnection, err error)
- func (s *Store) LookupDalSchemaAlterationByID(ctx context.Context, id uint64) (_ *systemType.DalSchemaAlteration, err error)
- func (s *Store) LookupDalSensitivityLevelByID(ctx context.Context, id uint64) (_ *systemType.DalSensitivityLevel, err error)
- func (s *Store) LookupDataPrivacyRequestByID(ctx context.Context, id uint64) (_ *systemType.DataPrivacyRequest, err error)
- func (s *Store) LookupFederationExposedModuleByID(ctx context.Context, id uint64) (_ *federationType.ExposedModule, err error)
- func (s *Store) LookupFederationModuleMappingByFederationModuleID(ctx context.Context, federationModuleID uint64) (_ *federationType.ModuleMapping, err error)
- func (s *Store) LookupFederationModuleMappingByFederationModuleIDComposeModuleIDComposeNamespaceID(ctx context.Context, federationModuleID uint64, composeModuleID uint64, ...) (_ *federationType.ModuleMapping, err error)
- func (s *Store) LookupFederationNodeByBaseURLSharedNodeID(ctx context.Context, baseURL string, sharedNodeID uint64) (_ *federationType.Node, err error)
- func (s *Store) LookupFederationNodeByID(ctx context.Context, id uint64) (_ *federationType.Node, err error)
- func (s *Store) LookupFederationNodeBySharedNodeID(ctx context.Context, sharedNodeID uint64) (_ *federationType.Node, err error)
- func (s *Store) LookupFederationNodeSyncByNodeID(ctx context.Context, nodeID uint64) (_ *federationType.NodeSync, err error)
- func (s *Store) LookupFederationNodeSyncByNodeIDModuleIDSyncTypeSyncStatus(ctx context.Context, nodeID uint64, moduleID uint64, syncType string, ...) (_ *federationType.NodeSync, err error)
- func (s *Store) LookupFederationSharedModuleByID(ctx context.Context, id uint64) (_ *federationType.SharedModule, err error)
- func (s *Store) LookupFlagByKindResourceIDOwnedByName(ctx context.Context, kind string, resourceID uint64, ownedBy uint64, ...) (_ *flagType.Flag, err error)
- func (s *Store) LookupKnowledgeBaseByHandle(ctx context.Context, handle string) (_ *systemType.KnowledgeBase, err error)
- func (s *Store) LookupKnowledgeBaseByID(ctx context.Context, id uint64) (_ *systemType.KnowledgeBase, err error)
- func (s *Store) LookupLabelByKindResourceIDName(ctx context.Context, kind string, resourceID uint64, name string) (_ *labelsType.Label, err error)
- func (s *Store) LookupLlmProviderByHandle(ctx context.Context, handle string) (_ *systemType.LlmProvider, err error)
- func (s *Store) LookupLlmProviderByID(ctx context.Context, id uint64) (_ *systemType.LlmProvider, err error)
- func (s *Store) LookupNotificationByID(ctx context.Context, id uint64) (_ *systemType.Notification, err error)
- func (s *Store) LookupQueueByID(ctx context.Context, id uint64) (_ *systemType.Queue, err error)
- func (s *Store) LookupQueueByQueue(ctx context.Context, queue string) (_ *systemType.Queue, err error)
- func (s *Store) LookupReminderByID(ctx context.Context, id uint64) (_ *systemType.Reminder, err error)
- func (s *Store) LookupReportByHandle(ctx context.Context, handle string) (_ *systemType.Report, err error)
- func (s *Store) LookupReportByID(ctx context.Context, id uint64) (_ *systemType.Report, err error)
- func (s *Store) LookupResourceTranslationByID(ctx context.Context, id uint64) (_ *systemType.ResourceTranslation, err error)
- func (s *Store) LookupRoleByHandle(ctx context.Context, handle string) (_ *systemType.Role, err error)
- func (s *Store) LookupRoleByID(ctx context.Context, id uint64) (_ *systemType.Role, err error)
- func (s *Store) LookupRoleByName(ctx context.Context, name string) (_ *systemType.Role, err error)
- func (s *Store) LookupSettingValueByNameOwnedBy(ctx context.Context, name string, ownedBy uint64) (_ *systemType.SettingValue, err error)
- func (s *Store) LookupTemplateByHandle(ctx context.Context, handle string) (_ *systemType.Template, err error)
- func (s *Store) LookupTemplateByID(ctx context.Context, id uint64) (_ *systemType.Template, err error)
- func (s *Store) LookupUserByEmail(ctx context.Context, email string) (_ *systemType.User, err error)
- func (s *Store) LookupUserByHandle(ctx context.Context, handle string) (_ *systemType.User, err error)
- func (s *Store) LookupUserByID(ctx context.Context, id uint64) (_ *systemType.User, err error)
- func (s *Store) LookupUserByUsername(ctx context.Context, username string) (_ *systemType.User, err error)
- func (s *Store) LookupUserGroupByHandle(ctx context.Context, handle string) (_ *systemType.UserGroup, err error)
- func (s *Store) LookupUserGroupByID(ctx context.Context, id uint64) (_ *systemType.UserGroup, err error)
- func (s Store) Query(ctx context.Context, q sqlizer) (*sql.Rows, error)
- func (s *Store) QueryActionlogs(ctx context.Context, f actionlogType.Filter) (_ []*actionlogType.Action, more bool, err error)
- func (s *Store) QueryAgents(ctx context.Context, f systemType.AgentFilter) (_ []*systemType.Agent, more bool, err error)
- func (s *Store) QueryAiConversations(ctx context.Context, f systemType.AiConversationFilter) (_ []*systemType.AiConversation, more bool, err error)
- func (s *Store) QueryApigwFilters(ctx context.Context, f systemType.ApigwFilterFilter) (_ []*systemType.ApigwFilter, more bool, err error)
- func (s *Store) QueryApigwRoutes(ctx context.Context, f systemType.ApigwRouteFilter) (_ []*systemType.ApigwRoute, more bool, err error)
- func (s *Store) QueryApplications(ctx context.Context, f systemType.ApplicationFilter) (_ []*systemType.Application, more bool, err error)
- func (s *Store) QueryAttachments(ctx context.Context, f systemType.AttachmentFilter) (_ []*systemType.Attachment, more bool, err error)
- func (s *Store) QueryAuthClients(ctx context.Context, f systemType.AuthClientFilter) (_ []*systemType.AuthClient, more bool, err error)
- func (s *Store) QueryAuthConfirmedClients(ctx context.Context, f systemType.AuthConfirmedClientFilter) (_ []*systemType.AuthConfirmedClient, more bool, err error)
- func (s *Store) QueryAuthOa2tokens(ctx context.Context, f systemType.AuthOa2tokenFilter) (_ []*systemType.AuthOa2token, more bool, err error)
- func (s *Store) QueryAuthSessions(ctx context.Context, f systemType.AuthSessionFilter) (_ []*systemType.AuthSession, more bool, err error)
- func (s *Store) QueryAutomationNgAutomations(ctx context.Context, f automationType.NgAutomationFilter) (_ []*automationType.NgAutomation, more bool, err error)
- func (s *Store) QueryAutomationSessions(ctx context.Context, f automationType.SessionFilter) (_ []*automationType.Session, more bool, err error)
- func (s *Store) QueryAutomationTriggers(ctx context.Context, f automationType.TriggerFilter) (_ []*automationType.Trigger, more bool, err error)
- func (s *Store) QueryAutomationWorkflows(ctx context.Context, f automationType.WorkflowFilter) (_ []*automationType.Workflow, more bool, err error)
- func (s *Store) QueryChatbotSessionHandoffs(ctx context.Context, f systemType.ChatbotSessionHandoffFilter) (_ []*systemType.ChatbotSessionHandoff, more bool, err error)
- func (s *Store) QueryChatbotSessionSteps(ctx context.Context, f systemType.ChatbotSessionStepFilter) (_ []*systemType.ChatbotSessionStep, more bool, err error)
- func (s *Store) QueryChatbotSessions(ctx context.Context, f systemType.ChatbotSessionFilter) (_ []*systemType.ChatbotSession, more bool, err error)
- func (s *Store) QueryChatbots(ctx context.Context, f systemType.ChatbotFilter) (_ []*systemType.Chatbot, more bool, err error)
- func (s *Store) QueryComposeAttachments(ctx context.Context, f composeType.AttachmentFilter) (_ []*composeType.Attachment, more bool, err error)
- func (s *Store) QueryComposeCharts(ctx context.Context, f composeType.ChartFilter) (_ []*composeType.Chart, more bool, err error)
- func (s *Store) QueryComposeModuleFields(ctx context.Context, f composeType.ModuleFieldFilter) (_ []*composeType.ModuleField, more bool, err error)
- func (s *Store) QueryComposeModules(ctx context.Context, f composeType.ModuleFilter) (_ []*composeType.Module, more bool, err error)
- func (s *Store) QueryComposeNamespaces(ctx context.Context, f composeType.NamespaceFilter) (_ []*composeType.Namespace, more bool, err error)
- func (s *Store) QueryComposePageLayouts(ctx context.Context, f composeType.PageLayoutFilter) (_ []*composeType.PageLayout, more bool, err error)
- func (s *Store) QueryComposePages(ctx context.Context, f composeType.PageFilter) (_ []*composeType.Page, more bool, err error)
- func (s *Store) QueryConfiguredConnections(ctx context.Context, f systemType.ConfiguredConnectionFilter) (_ []*systemType.ConfiguredConnection, more bool, err error)
- func (s *Store) QueryConnections(ctx context.Context, f systemType.ConnectionFilter) (_ []*systemType.Connection, more bool, err error)
- func (s *Store) QueryCredentials(ctx context.Context, f systemType.CredentialFilter) (_ []*systemType.Credential, more bool, err error)
- func (s *Store) QueryDalConnections(ctx context.Context, f systemType.DalConnectionFilter) (_ []*systemType.DalConnection, more bool, err error)
- func (s *Store) QueryDalSchemaAlterations(ctx context.Context, f systemType.DalSchemaAlterationFilter) (_ []*systemType.DalSchemaAlteration, more bool, err error)
- func (s *Store) QueryDalSensitivityLevels(ctx context.Context, f systemType.DalSensitivityLevelFilter) (_ []*systemType.DalSensitivityLevel, more bool, err error)
- func (s *Store) QueryDataPrivacyRequestComments(ctx context.Context, f systemType.DataPrivacyRequestCommentFilter) (_ []*systemType.DataPrivacyRequestComment, more bool, err error)
- func (s *Store) QueryDataPrivacyRequests(ctx context.Context, f systemType.DataPrivacyRequestFilter) (_ []*systemType.DataPrivacyRequest, more bool, err error)
- func (s *Store) QueryFederationExposedModules(ctx context.Context, f federationType.ExposedModuleFilter) (_ []*federationType.ExposedModule, more bool, err error)
- func (s *Store) QueryFederationModuleMappings(ctx context.Context, f federationType.ModuleMappingFilter) (_ []*federationType.ModuleMapping, more bool, err error)
- func (s *Store) QueryFederationNodeSyncs(ctx context.Context, f federationType.NodeSyncFilter) (_ []*federationType.NodeSync, more bool, err error)
- func (s *Store) QueryFederationNodes(ctx context.Context, f federationType.NodeFilter) (_ []*federationType.Node, more bool, err error)
- func (s *Store) QueryFederationSharedModules(ctx context.Context, f federationType.SharedModuleFilter) (_ []*federationType.SharedModule, more bool, err error)
- func (s *Store) QueryFlags(ctx context.Context, f flagType.FlagFilter) (_ []*flagType.Flag, more bool, err error)
- func (s *Store) QueryKnowledgeBases(ctx context.Context, f systemType.KnowledgeBaseFilter) (_ []*systemType.KnowledgeBase, more bool, err error)
- func (s *Store) QueryLabels(ctx context.Context, f labelsType.LabelFilter) (_ []*labelsType.Label, more bool, err error)
- func (s *Store) QueryLlmProviders(ctx context.Context, f systemType.LlmProviderFilter) (_ []*systemType.LlmProvider, more bool, err error)
- func (s *Store) QueryNotifications(ctx context.Context, f systemType.NotificationFilter) (_ []*systemType.Notification, more bool, err error)
- func (s Store) QueryOne(ctx context.Context, q sqlizer, dst interface{}) (err error)
- func (s *Store) QueryQueueMessages(ctx context.Context, f systemType.QueueMessageFilter) (_ []*systemType.QueueMessage, more bool, err error)
- func (s *Store) QueryQueues(ctx context.Context, f systemType.QueueFilter) (_ []*systemType.Queue, more bool, err error)
- func (s *Store) QueryRbacRules(ctx context.Context, f rbacType.RuleFilter) (_ []*rbacType.Rule, more bool, err error)
- func (s *Store) QueryReminders(ctx context.Context, f systemType.ReminderFilter) (_ []*systemType.Reminder, more bool, err error)
- func (s *Store) QueryReports(ctx context.Context, f systemType.ReportFilter) (_ []*systemType.Report, more bool, err error)
- func (s *Store) QueryResourceActivitys(ctx context.Context, f discoveryType.ResourceActivityFilter) (_ []*discoveryType.ResourceActivity, more bool, err error)
- func (s *Store) QueryResourceTranslations(ctx context.Context, f systemType.ResourceTranslationFilter) (_ []*systemType.ResourceTranslation, more bool, err error)
- func (s *Store) QueryRoleMembers(ctx context.Context, f systemType.RoleMemberFilter) (_ []*systemType.RoleMember, more bool, err error)
- func (s *Store) QueryRoles(ctx context.Context, f systemType.RoleFilter) (_ []*systemType.Role, more bool, err error)
- func (s *Store) QuerySettingValues(ctx context.Context, f systemType.SettingsFilter) (_ []*systemType.SettingValue, more bool, err error)
- func (s *Store) QueryTemplates(ctx context.Context, f systemType.TemplateFilter) (_ []*systemType.Template, more bool, err error)
- func (s *Store) QueryUserGroups(ctx context.Context, f systemType.UserGroupFilter) (_ []*systemType.UserGroup, more bool, err error)
- func (s *Store) QueryUsers(ctx context.Context, f systemType.UserFilter) (_ []*systemType.User, more bool, err error)
- func (s Store) ReorderApplications(ctx context.Context, order []uint64) (err error)
- func (s Store) ReorderComposePageLayouts(ctx context.Context, namespaceID uint64, pageID uint64, ...) (err error)
- func (s Store) ReorderComposePages(ctx context.Context, namespaceID uint64, parentID uint64, pageIDs []uint64) (err error)
- func (s Store) RoleMetrics(ctx context.Context) (m *systemType.RoleMetrics, err error)
- func (s *Store) SearchActionlogs(ctx context.Context, f actionlogType.Filter) (set actionlogType.ActionSet, _ actionlogType.Filter, err error)
- func (s *Store) SearchAgents(ctx context.Context, f systemType.AgentFilter) (set systemType.AgentSet, _ systemType.AgentFilter, err error)
- func (s *Store) SearchAiConversations(ctx context.Context, f systemType.AiConversationFilter) (set systemType.AiConversationSet, _ systemType.AiConversationFilter, err error)
- func (s *Store) SearchApigwFilters(ctx context.Context, f systemType.ApigwFilterFilter) (set systemType.ApigwFilterSet, _ systemType.ApigwFilterFilter, err error)
- func (s *Store) SearchApigwRoutes(ctx context.Context, f systemType.ApigwRouteFilter) (set systemType.ApigwRouteSet, _ systemType.ApigwRouteFilter, err error)
- func (s *Store) SearchApplications(ctx context.Context, f systemType.ApplicationFilter) (set systemType.ApplicationSet, _ systemType.ApplicationFilter, err error)
- func (s *Store) SearchAttachments(ctx context.Context, f systemType.AttachmentFilter) (set systemType.AttachmentSet, _ systemType.AttachmentFilter, err error)
- func (s *Store) SearchAuthClients(ctx context.Context, f systemType.AuthClientFilter) (set systemType.AuthClientSet, _ systemType.AuthClientFilter, err error)
- func (s *Store) SearchAuthConfirmedClients(ctx context.Context, f systemType.AuthConfirmedClientFilter) (set systemType.AuthConfirmedClientSet, _ systemType.AuthConfirmedClientFilter, ...)
- func (s *Store) SearchAuthOa2tokens(ctx context.Context, f systemType.AuthOa2tokenFilter) (set systemType.AuthOa2tokenSet, _ systemType.AuthOa2tokenFilter, err error)
- func (s *Store) SearchAuthSessions(ctx context.Context, f systemType.AuthSessionFilter) (set systemType.AuthSessionSet, _ systemType.AuthSessionFilter, err error)
- func (s *Store) SearchAutomationNgAutomations(ctx context.Context, f automationType.NgAutomationFilter) (set automationType.NgAutomationSet, _ automationType.NgAutomationFilter, ...)
- func (s *Store) SearchAutomationSessions(ctx context.Context, f automationType.SessionFilter) (set automationType.SessionSet, _ automationType.SessionFilter, err error)
- func (s *Store) SearchAutomationTriggers(ctx context.Context, f automationType.TriggerFilter) (set automationType.TriggerSet, _ automationType.TriggerFilter, err error)
- func (s *Store) SearchAutomationWorkflows(ctx context.Context, f automationType.WorkflowFilter) (set automationType.WorkflowSet, _ automationType.WorkflowFilter, err error)
- func (s *Store) SearchChatbotSessionHandoffs(ctx context.Context, f systemType.ChatbotSessionHandoffFilter) (set systemType.ChatbotSessionHandoffSet, ...)
- func (s *Store) SearchChatbotSessionSteps(ctx context.Context, f systemType.ChatbotSessionStepFilter) (set systemType.ChatbotSessionStepSet, _ systemType.ChatbotSessionStepFilter, ...)
- func (s *Store) SearchChatbotSessions(ctx context.Context, f systemType.ChatbotSessionFilter) (set systemType.ChatbotSessionSet, _ systemType.ChatbotSessionFilter, err error)
- func (s *Store) SearchChatbots(ctx context.Context, f systemType.ChatbotFilter) (set systemType.ChatbotSet, _ systemType.ChatbotFilter, err error)
- func (s *Store) SearchComposeAttachments(ctx context.Context, f composeType.AttachmentFilter) (set composeType.AttachmentSet, _ composeType.AttachmentFilter, err error)
- func (s *Store) SearchComposeCharts(ctx context.Context, f composeType.ChartFilter) (set composeType.ChartSet, _ composeType.ChartFilter, err error)
- func (s *Store) SearchComposeModuleFields(ctx context.Context, f composeType.ModuleFieldFilter) (set composeType.ModuleFieldSet, _ composeType.ModuleFieldFilter, err error)
- func (s *Store) SearchComposeModules(ctx context.Context, f composeType.ModuleFilter) (set composeType.ModuleSet, _ composeType.ModuleFilter, err error)
- func (s *Store) SearchComposeNamespaces(ctx context.Context, f composeType.NamespaceFilter) (set composeType.NamespaceSet, _ composeType.NamespaceFilter, err error)
- func (s *Store) SearchComposePageLayouts(ctx context.Context, f composeType.PageLayoutFilter) (set composeType.PageLayoutSet, _ composeType.PageLayoutFilter, err error)
- func (s *Store) SearchComposePages(ctx context.Context, f composeType.PageFilter) (set composeType.PageSet, _ composeType.PageFilter, err error)
- func (s *Store) SearchConfiguredConnections(ctx context.Context, f systemType.ConfiguredConnectionFilter) (set systemType.ConfiguredConnectionSet, ...)
- func (s *Store) SearchConnections(ctx context.Context, f systemType.ConnectionFilter) (set systemType.ConnectionSet, _ systemType.ConnectionFilter, err error)
- func (s *Store) SearchCredentials(ctx context.Context, f systemType.CredentialFilter) (set systemType.CredentialSet, _ systemType.CredentialFilter, err error)
- func (s *Store) SearchDalConnections(ctx context.Context, f systemType.DalConnectionFilter) (set systemType.DalConnectionSet, _ systemType.DalConnectionFilter, err error)
- func (s *Store) SearchDalSchemaAlterations(ctx context.Context, f systemType.DalSchemaAlterationFilter) (set systemType.DalSchemaAlterationSet, _ systemType.DalSchemaAlterationFilter, ...)
- func (s *Store) SearchDalSensitivityLevels(ctx context.Context, f systemType.DalSensitivityLevelFilter) (set systemType.DalSensitivityLevelSet, _ systemType.DalSensitivityLevelFilter, ...)
- func (s *Store) SearchDataPrivacyRequestComments(ctx context.Context, f systemType.DataPrivacyRequestCommentFilter) (set systemType.DataPrivacyRequestCommentSet, ...)
- func (s *Store) SearchDataPrivacyRequests(ctx context.Context, f systemType.DataPrivacyRequestFilter) (set systemType.DataPrivacyRequestSet, _ systemType.DataPrivacyRequestFilter, ...)
- func (s *Store) SearchFederationExposedModules(ctx context.Context, f federationType.ExposedModuleFilter) (set federationType.ExposedModuleSet, _ federationType.ExposedModuleFilter, ...)
- func (s *Store) SearchFederationModuleMappings(ctx context.Context, f federationType.ModuleMappingFilter) (set federationType.ModuleMappingSet, _ federationType.ModuleMappingFilter, ...)
- func (s *Store) SearchFederationNodeSyncs(ctx context.Context, f federationType.NodeSyncFilter) (set federationType.NodeSyncSet, _ federationType.NodeSyncFilter, err error)
- func (s *Store) SearchFederationNodes(ctx context.Context, f federationType.NodeFilter) (set federationType.NodeSet, _ federationType.NodeFilter, err error)
- func (s *Store) SearchFederationSharedModules(ctx context.Context, f federationType.SharedModuleFilter) (set federationType.SharedModuleSet, _ federationType.SharedModuleFilter, ...)
- func (s *Store) SearchFlags(ctx context.Context, f flagType.FlagFilter) (set flagType.FlagSet, _ flagType.FlagFilter, err error)
- func (s *Store) SearchKnowledgeBases(ctx context.Context, f systemType.KnowledgeBaseFilter) (set systemType.KnowledgeBaseSet, _ systemType.KnowledgeBaseFilter, err error)
- func (s *Store) SearchLabels(ctx context.Context, f labelsType.LabelFilter) (set labelsType.LabelSet, _ labelsType.LabelFilter, err error)
- func (s *Store) SearchLlmProviders(ctx context.Context, f systemType.LlmProviderFilter) (set systemType.LlmProviderSet, _ systemType.LlmProviderFilter, err error)
- func (s *Store) SearchNotifications(ctx context.Context, f systemType.NotificationFilter) (set systemType.NotificationSet, _ systemType.NotificationFilter, err error)
- func (s *Store) SearchQueueMessages(ctx context.Context, f systemType.QueueMessageFilter) (set systemType.QueueMessageSet, _ systemType.QueueMessageFilter, err error)
- func (s *Store) SearchQueues(ctx context.Context, f systemType.QueueFilter) (set systemType.QueueSet, _ systemType.QueueFilter, err error)
- func (s *Store) SearchRbacRules(ctx context.Context, f rbacType.RuleFilter) (set rbacType.RuleSet, _ rbacType.RuleFilter, err error)
- func (s *Store) SearchReminders(ctx context.Context, f systemType.ReminderFilter) (set systemType.ReminderSet, _ systemType.ReminderFilter, err error)
- func (s *Store) SearchReports(ctx context.Context, f systemType.ReportFilter) (set systemType.ReportSet, _ systemType.ReportFilter, err error)
- func (s *Store) SearchResourceActivitys(ctx context.Context, f discoveryType.ResourceActivityFilter) (set discoveryType.ResourceActivitySet, _ discoveryType.ResourceActivityFilter, ...)
- func (s *Store) SearchResourceTranslations(ctx context.Context, f systemType.ResourceTranslationFilter) (set systemType.ResourceTranslationSet, _ systemType.ResourceTranslationFilter, ...)
- func (s *Store) SearchRoleMembers(ctx context.Context, f systemType.RoleMemberFilter) (set systemType.RoleMemberSet, _ systemType.RoleMemberFilter, err error)
- func (s *Store) SearchRoles(ctx context.Context, f systemType.RoleFilter) (set systemType.RoleSet, _ systemType.RoleFilter, err error)
- func (s *Store) SearchSettingValues(ctx context.Context, f systemType.SettingsFilter) (set systemType.SettingValueSet, _ systemType.SettingsFilter, err error)
- func (s *Store) SearchTemplates(ctx context.Context, f systemType.TemplateFilter) (set systemType.TemplateSet, _ systemType.TemplateFilter, err error)
- func (s *Store) SearchUserGroups(ctx context.Context, f systemType.UserGroupFilter) (set systemType.UserGroupSet, _ systemType.UserGroupFilter, err error)
- func (s *Store) SearchUsers(ctx context.Context, f systemType.UserFilter) (set systemType.UserSet, _ systemType.UserFilter, err error)
- func (s *Store) SetDefaults()
- func (s Store) SetLogger(logger *zap.Logger)
- func (s Store) ToDalConn() dal.Connection
- func (s Store) TransferRbacRules(ctx context.Context, src, dst uint64) (err error)
- func (s Store) TransferRoleMembers(ctx context.Context, src, dst uint64) (err error)
- func (s Store) TransformResource(ctx context.Context, lang language.Tag) (out map[string]map[string]*locale.ResourceTranslation, err error)
- func (s *Store) TruncateActionlogs(ctx context.Context) error
- func (s *Store) TruncateAgents(ctx context.Context) error
- func (s *Store) TruncateAiConversations(ctx context.Context) error
- func (s *Store) TruncateApigwFilters(ctx context.Context) error
- func (s *Store) TruncateApigwRoutes(ctx context.Context) error
- func (s *Store) TruncateApplications(ctx context.Context) error
- func (s *Store) TruncateAttachments(ctx context.Context) error
- func (s *Store) TruncateAuthClients(ctx context.Context) error
- func (s *Store) TruncateAuthConfirmedClients(ctx context.Context) error
- func (s *Store) TruncateAuthOa2tokens(ctx context.Context) error
- func (s *Store) TruncateAuthSessions(ctx context.Context) error
- func (s *Store) TruncateAutomationNgAutomations(ctx context.Context) error
- func (s *Store) TruncateAutomationSessions(ctx context.Context) error
- func (s *Store) TruncateAutomationTriggers(ctx context.Context) error
- func (s *Store) TruncateAutomationWorkflows(ctx context.Context) error
- func (s *Store) TruncateChatbotSessionHandoffs(ctx context.Context) error
- func (s *Store) TruncateChatbotSessionSteps(ctx context.Context) error
- func (s *Store) TruncateChatbotSessions(ctx context.Context) error
- func (s *Store) TruncateChatbots(ctx context.Context) error
- func (s *Store) TruncateComposeAttachments(ctx context.Context) error
- func (s *Store) TruncateComposeCharts(ctx context.Context) error
- func (s *Store) TruncateComposeModuleFields(ctx context.Context) error
- func (s *Store) TruncateComposeModules(ctx context.Context) error
- func (s *Store) TruncateComposeNamespaces(ctx context.Context) error
- func (s *Store) TruncateComposePageLayouts(ctx context.Context) error
- func (s *Store) TruncateComposePages(ctx context.Context) error
- func (s *Store) TruncateConfiguredConnections(ctx context.Context) error
- func (s *Store) TruncateConnections(ctx context.Context) error
- func (s *Store) TruncateCredentials(ctx context.Context) error
- func (s *Store) TruncateDalConnections(ctx context.Context) error
- func (s *Store) TruncateDalSchemaAlterations(ctx context.Context) error
- func (s *Store) TruncateDalSensitivityLevels(ctx context.Context) error
- func (s *Store) TruncateDataPrivacyRequestComments(ctx context.Context) error
- func (s *Store) TruncateDataPrivacyRequests(ctx context.Context) error
- func (s *Store) TruncateFederationExposedModules(ctx context.Context) error
- func (s *Store) TruncateFederationModuleMappings(ctx context.Context) error
- func (s *Store) TruncateFederationNodeSyncs(ctx context.Context) error
- func (s *Store) TruncateFederationNodes(ctx context.Context) error
- func (s *Store) TruncateFederationSharedModules(ctx context.Context) error
- func (s *Store) TruncateFlags(ctx context.Context) error
- func (s *Store) TruncateKnowledgeBases(ctx context.Context) error
- func (s *Store) TruncateLabels(ctx context.Context) error
- func (s *Store) TruncateLlmProviders(ctx context.Context) error
- func (s *Store) TruncateNotifications(ctx context.Context) error
- func (s *Store) TruncateQueueMessages(ctx context.Context) error
- func (s *Store) TruncateQueues(ctx context.Context) error
- func (s *Store) TruncateRbacRules(ctx context.Context) error
- func (s *Store) TruncateReminders(ctx context.Context) error
- func (s *Store) TruncateReports(ctx context.Context) error
- func (s *Store) TruncateResourceActivitys(ctx context.Context) error
- func (s *Store) TruncateResourceTranslations(ctx context.Context) error
- func (s *Store) TruncateRoleMembers(ctx context.Context) error
- func (s *Store) TruncateRoles(ctx context.Context) error
- func (s *Store) TruncateSettingValues(ctx context.Context) error
- func (s *Store) TruncateTemplates(ctx context.Context) error
- func (s *Store) TruncateUserGroups(ctx context.Context) error
- func (s *Store) TruncateUsers(ctx context.Context) error
- func (s *Store) Tx(ctx context.Context, fn func(context.Context, store.Storer) error) error
- func (s *Store) UpdateActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)
- func (s *Store) UpdateAgent(ctx context.Context, rr ...*systemType.Agent) (err error)
- func (s *Store) UpdateAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
- func (s *Store) UpdateApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
- func (s *Store) UpdateApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
- func (s *Store) UpdateApplication(ctx context.Context, rr ...*systemType.Application) (err error)
- func (s *Store) UpdateAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
- func (s *Store) UpdateAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
- func (s *Store) UpdateAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
- func (s *Store) UpdateAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
- func (s *Store) UpdateAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
- func (s *Store) UpdateAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
- func (s *Store) UpdateAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
- func (s *Store) UpdateAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
- func (s *Store) UpdateAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
- func (s *Store) UpdateChatbot(ctx context.Context, rr ...*systemType.Chatbot) (err error)
- func (s *Store) UpdateChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
- func (s *Store) UpdateChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
- func (s *Store) UpdateChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
- func (s *Store) UpdateComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
- func (s *Store) UpdateComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)
- func (s *Store) UpdateComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)
- func (s *Store) UpdateComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
- func (s *Store) UpdateComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
- func (s *Store) UpdateComposePage(ctx context.Context, rr ...*composeType.Page) (err error)
- func (s *Store) UpdateComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
- func (s *Store) UpdateConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
- func (s *Store) UpdateConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
- func (s *Store) UpdateCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
- func (s *Store) UpdateDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
- func (s *Store) UpdateDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
- func (s *Store) UpdateDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
- func (s *Store) UpdateDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
- func (s *Store) UpdateDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
- func (s *Store) UpdateFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
- func (s *Store) UpdateFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
- func (s *Store) UpdateFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)
- func (s *Store) UpdateFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
- func (s *Store) UpdateFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
- func (s *Store) UpdateFlag(ctx context.Context, rr ...*flagType.Flag) (err error)
- func (s *Store) UpdateKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
- func (s *Store) UpdateLabel(ctx context.Context, rr ...*labelsType.Label) (err error)
- func (s *Store) UpdateLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
- func (s *Store) UpdateNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
- func (s *Store) UpdateQueue(ctx context.Context, rr ...*systemType.Queue) (err error)
- func (s *Store) UpdateQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
- func (s *Store) UpdateRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)
- func (s *Store) UpdateReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)
- func (s *Store) UpdateReport(ctx context.Context, rr ...*systemType.Report) (err error)
- func (s *Store) UpdateResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
- func (s *Store) UpdateResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
- func (s *Store) UpdateRole(ctx context.Context, rr ...*systemType.Role) (err error)
- func (s *Store) UpdateRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
- func (s *Store) UpdateSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
- func (s *Store) UpdateTemplate(ctx context.Context, rr ...*systemType.Template) (err error)
- func (s *Store) UpdateUser(ctx context.Context, rr ...*systemType.User) (err error)
- func (s *Store) UpdateUserGroup(ctx context.Context, rr ...*systemType.UserGroup) (err error)
- func (s *Store) Upgrade(ctx context.Context) (err error)
- func (s *Store) UpsertActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)
- func (s *Store) UpsertAgent(ctx context.Context, rr ...*systemType.Agent) (err error)
- func (s *Store) UpsertAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
- func (s *Store) UpsertApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
- func (s *Store) UpsertApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
- func (s *Store) UpsertApplication(ctx context.Context, rr ...*systemType.Application) (err error)
- func (s *Store) UpsertAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
- func (s *Store) UpsertAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
- func (s *Store) UpsertAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
- func (s *Store) UpsertAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
- func (s *Store) UpsertAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
- func (s *Store) UpsertAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
- func (s *Store) UpsertAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
- func (s *Store) UpsertAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
- func (s *Store) UpsertAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
- func (s *Store) UpsertChatbot(ctx context.Context, rr ...*systemType.Chatbot) (err error)
- func (s *Store) UpsertChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
- func (s *Store) UpsertChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
- func (s *Store) UpsertChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
- func (s *Store) UpsertComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
- func (s *Store) UpsertComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)
- func (s *Store) UpsertComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)
- func (s *Store) UpsertComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
- func (s *Store) UpsertComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
- func (s *Store) UpsertComposePage(ctx context.Context, rr ...*composeType.Page) (err error)
- func (s *Store) UpsertComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
- func (s *Store) UpsertConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
- func (s *Store) UpsertConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
- func (s *Store) UpsertCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
- func (s *Store) UpsertDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
- func (s *Store) UpsertDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
- func (s *Store) UpsertDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
- func (s *Store) UpsertDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
- func (s *Store) UpsertDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
- func (s *Store) UpsertFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
- func (s *Store) UpsertFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
- func (s *Store) UpsertFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)
- func (s *Store) UpsertFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
- func (s *Store) UpsertFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
- func (s *Store) UpsertFlag(ctx context.Context, rr ...*flagType.Flag) (err error)
- func (s *Store) UpsertKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
- func (s *Store) UpsertLabel(ctx context.Context, rr ...*labelsType.Label) (err error)
- func (s *Store) UpsertLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
- func (s *Store) UpsertNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
- func (s *Store) UpsertQueue(ctx context.Context, rr ...*systemType.Queue) (err error)
- func (s *Store) UpsertQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
- func (s *Store) UpsertRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)
- func (s *Store) UpsertReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)
- func (s *Store) UpsertReport(ctx context.Context, rr ...*systemType.Report) (err error)
- func (s *Store) UpsertResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
- func (s *Store) UpsertResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
- func (s *Store) UpsertRole(ctx context.Context, rr ...*systemType.Role) (err error)
- func (s *Store) UpsertRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
- func (s *Store) UpsertSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
- func (s *Store) UpsertTemplate(ctx context.Context, rr ...*systemType.Template) (err error)
- func (s *Store) UpsertUser(ctx context.Context, rr ...*systemType.User) (err error)
- func (s *Store) UpsertUserGroup(ctx context.Context, rr ...*systemType.UserGroup) (err error)
- func (s *Store) UserMetrics(ctx context.Context) (m *systemType.UserMetrics, err error)
Constants ¶
const ( // TxRetryHardLimit is the absolute maximum retries we'll allow TxRetryHardLimit = 100 DefaultSliceCapacity = 1000 MinEnsureFetchLimit = 10 MaxRefetches = 100 MaxLimit = 1000 )
Variables ¶
This section is empty.
Functions ¶
func ActionlogFilter ¶
func ActionlogFilter(d drivers.Dialect, f actionlogType.Filter) (ee []goqu.Expression, _ actionlogType.Filter, err error)
ActionlogFilter returns logical expressions
This function is called from Store.QueryActionlogs() and can be extended by setting Store.Filters.Actionlog. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AgentFilter ¶
func AgentFilter(d drivers.Dialect, f systemType.AgentFilter) (ee []goqu.Expression, _ systemType.AgentFilter, err error)
AgentFilter returns logical expressions
This function is called from Store.QueryAgents() and can be extended by setting Store.Filters.Agent. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AiConversationFilter ¶
func AiConversationFilter(d drivers.Dialect, f systemType.AiConversationFilter) (ee []goqu.Expression, _ systemType.AiConversationFilter, err error)
AiConversationFilter returns logical expressions
This function is called from Store.QueryAiConversations() and can be extended by setting Store.Filters.AiConversation. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ApigwFilterFilter ¶
func ApigwFilterFilter(d drivers.Dialect, f systemType.ApigwFilterFilter) (ee []goqu.Expression, _ systemType.ApigwFilterFilter, err error)
ApigwFilterFilter returns logical expressions
This function is called from Store.QueryApigwFilters() and can be extended by setting Store.Filters.ApigwFilter. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ApigwRouteFilter ¶
func ApigwRouteFilter(d drivers.Dialect, f systemType.ApigwRouteFilter) (ee []goqu.Expression, _ systemType.ApigwRouteFilter, err error)
ApigwRouteFilter returns logical expressions
This function is called from Store.QueryApigwRoutes() and can be extended by setting Store.Filters.ApigwRoute. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ApplicationFilter ¶
func ApplicationFilter(d drivers.Dialect, f systemType.ApplicationFilter) (ee []goqu.Expression, _ systemType.ApplicationFilter, err error)
ApplicationFilter returns logical expressions
This function is called from Store.QueryApplications() and can be extended by setting Store.Filters.Application. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AttachmentFilter ¶
func AttachmentFilter(d drivers.Dialect, f systemType.AttachmentFilter) (ee []goqu.Expression, _ systemType.AttachmentFilter, err error)
AttachmentFilter returns logical expressions
This function is called from Store.QueryAttachments() and can be extended by setting Store.Filters.Attachment. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AuthClientFilter ¶
func AuthClientFilter(d drivers.Dialect, f systemType.AuthClientFilter) (ee []goqu.Expression, _ systemType.AuthClientFilter, err error)
AuthClientFilter returns logical expressions
This function is called from Store.QueryAuthClients() and can be extended by setting Store.Filters.AuthClient. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AuthConfirmedClientFilter ¶
func AuthConfirmedClientFilter(d drivers.Dialect, f systemType.AuthConfirmedClientFilter) (ee []goqu.Expression, _ systemType.AuthConfirmedClientFilter, err error)
AuthConfirmedClientFilter returns logical expressions
This function is called from Store.QueryAuthConfirmedClients() and can be extended by setting Store.Filters.AuthConfirmedClient. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AuthOa2tokenFilter ¶
func AuthOa2tokenFilter(d drivers.Dialect, f systemType.AuthOa2tokenFilter) (ee []goqu.Expression, _ systemType.AuthOa2tokenFilter, err error)
AuthOa2tokenFilter returns logical expressions
This function is called from Store.QueryAuthOa2tokens() and can be extended by setting Store.Filters.AuthOa2token. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AuthSessionFilter ¶
func AuthSessionFilter(d drivers.Dialect, f systemType.AuthSessionFilter) (ee []goqu.Expression, _ systemType.AuthSessionFilter, err error)
AuthSessionFilter returns logical expressions
This function is called from Store.QueryAuthSessions() and can be extended by setting Store.Filters.AuthSession. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AutomationNgAutomationFilter ¶
func AutomationNgAutomationFilter(d drivers.Dialect, f automationType.NgAutomationFilter) (ee []goqu.Expression, _ automationType.NgAutomationFilter, err error)
AutomationNgAutomationFilter returns logical expressions
This function is called from Store.QueryAutomationNgAutomations() and can be extended by setting Store.Filters.AutomationNgAutomation. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AutomationSessionFilter ¶
func AutomationSessionFilter(d drivers.Dialect, f automationType.SessionFilter) (ee []goqu.Expression, _ automationType.SessionFilter, err error)
AutomationSessionFilter returns logical expressions
This function is called from Store.QueryAutomationSessions() and can be extended by setting Store.Filters.AutomationSession. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AutomationTriggerFilter ¶
func AutomationTriggerFilter(d drivers.Dialect, f automationType.TriggerFilter) (ee []goqu.Expression, _ automationType.TriggerFilter, err error)
AutomationTriggerFilter returns logical expressions
This function is called from Store.QueryAutomationTriggers() and can be extended by setting Store.Filters.AutomationTrigger. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func AutomationWorkflowFilter ¶
func AutomationWorkflowFilter(d drivers.Dialect, f automationType.WorkflowFilter) (ee []goqu.Expression, _ automationType.WorkflowFilter, err error)
AutomationWorkflowFilter returns logical expressions
This function is called from Store.QueryAutomationWorkflows() and can be extended by setting Store.Filters.AutomationWorkflow. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ChatbotFilter ¶
func ChatbotFilter(d drivers.Dialect, f systemType.ChatbotFilter) (ee []goqu.Expression, _ systemType.ChatbotFilter, err error)
ChatbotFilter returns logical expressions
This function is called from Store.QueryChatbots() and can be extended by setting Store.Filters.Chatbot. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ChatbotSessionFilter ¶
func ChatbotSessionFilter(d drivers.Dialect, f systemType.ChatbotSessionFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionFilter, err error)
ChatbotSessionFilter returns logical expressions
This function is called from Store.QueryChatbotSessions() and can be extended by setting Store.Filters.ChatbotSession. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ChatbotSessionHandoffFilter ¶
func ChatbotSessionHandoffFilter(d drivers.Dialect, f systemType.ChatbotSessionHandoffFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionHandoffFilter, err error)
ChatbotSessionHandoffFilter returns logical expressions
This function is called from Store.QueryChatbotSessionHandoffs() and can be extended by setting Store.Filters.ChatbotSessionHandoff. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ChatbotSessionStepFilter ¶
func ChatbotSessionStepFilter(d drivers.Dialect, f systemType.ChatbotSessionStepFilter) (ee []goqu.Expression, _ systemType.ChatbotSessionStepFilter, err error)
ChatbotSessionStepFilter returns logical expressions
This function is called from Store.QueryChatbotSessionSteps() and can be extended by setting Store.Filters.ChatbotSessionStep. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposeAttachmentFilter ¶
func ComposeAttachmentFilter(d drivers.Dialect, f composeType.AttachmentFilter) (ee []goqu.Expression, _ composeType.AttachmentFilter, err error)
ComposeAttachmentFilter returns logical expressions
This function is called from Store.QueryComposeAttachments() and can be extended by setting Store.Filters.ComposeAttachment. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposeChartFilter ¶
func ComposeChartFilter(d drivers.Dialect, f composeType.ChartFilter) (ee []goqu.Expression, _ composeType.ChartFilter, err error)
ComposeChartFilter returns logical expressions
This function is called from Store.QueryComposeCharts() and can be extended by setting Store.Filters.ComposeChart. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposeModuleFieldFilter ¶
func ComposeModuleFieldFilter(d drivers.Dialect, f composeType.ModuleFieldFilter) (ee []goqu.Expression, _ composeType.ModuleFieldFilter, err error)
ComposeModuleFieldFilter returns logical expressions
This function is called from Store.QueryComposeModuleFields() and can be extended by setting Store.Filters.ComposeModuleField. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposeModuleFilter ¶
func ComposeModuleFilter(d drivers.Dialect, f composeType.ModuleFilter) (ee []goqu.Expression, _ composeType.ModuleFilter, err error)
ComposeModuleFilter returns logical expressions
This function is called from Store.QueryComposeModules() and can be extended by setting Store.Filters.ComposeModule. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposeNamespaceFilter ¶
func ComposeNamespaceFilter(d drivers.Dialect, f composeType.NamespaceFilter) (ee []goqu.Expression, _ composeType.NamespaceFilter, err error)
ComposeNamespaceFilter returns logical expressions
This function is called from Store.QueryComposeNamespaces() and can be extended by setting Store.Filters.ComposeNamespace. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposePageFilter ¶
func ComposePageFilter(d drivers.Dialect, f composeType.PageFilter) (ee []goqu.Expression, _ composeType.PageFilter, err error)
ComposePageFilter returns logical expressions
This function is called from Store.QueryComposePages() and can be extended by setting Store.Filters.ComposePage. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ComposePageLayoutFilter ¶
func ComposePageLayoutFilter(d drivers.Dialect, f composeType.PageLayoutFilter) (ee []goqu.Expression, _ composeType.PageLayoutFilter, err error)
ComposePageLayoutFilter returns logical expressions
This function is called from Store.QueryComposePageLayouts() and can be extended by setting Store.Filters.ComposePageLayout. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ConfiguredConnectionFilter ¶
func ConfiguredConnectionFilter(d drivers.Dialect, f systemType.ConfiguredConnectionFilter) (ee []goqu.Expression, _ systemType.ConfiguredConnectionFilter, err error)
ConfiguredConnectionFilter returns logical expressions
This function is called from Store.QueryConfiguredConnections() and can be extended by setting Store.Filters.ConfiguredConnection. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func Connect ¶
Connect is rdbms' package connector
Function is called from (store) driver's required connection function to open connection and bind it with
func ConnectionFilter ¶
func ConnectionFilter(d drivers.Dialect, f systemType.ConnectionFilter) (ee []goqu.Expression, _ systemType.ConnectionFilter, err error)
ConnectionFilter returns logical expressions
This function is called from Store.QueryConnections() and can be extended by setting Store.Filters.Connection. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func CredentialFilter ¶
func CredentialFilter(d drivers.Dialect, f systemType.CredentialFilter) (ee []goqu.Expression, _ systemType.CredentialFilter, err error)
CredentialFilter returns logical expressions
This function is called from Store.QueryCredentials() and can be extended by setting Store.Filters.Credential. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func CursorCondition ¶
func CursorCondition(pc pagingCursor, keyMapper cursorKeyMapper, sortableCols map[string]string) *cursorCondition
CursorCondition builds a complex condition to filter rows before/after row that the paging cursor points to
func CursorExpression ¶
func CursorExpression( cur *filter.PagingCursor, identLookup func(i string) (exp.Expression, error), castFn func(i string, val any) (exp.Expression, error), ) (e exp.Expression, err error)
CursorExpression builds cursor SQL expression using goqu/exp package
this could be simple (f1, f2, ...) < (v1, v2, ...) but we need to be a bit careful with NULL values So we need (f1 < v1 OR (f1 = v1 AND f2 < v2) pattern, extended to: ((f1 IS NULL AND v1 IS NOT NULL) OR f1 < v1 OR (((f1 IS NULL AND v1 IS NULL) OR f1 = v1) AND (f2...)
Due to issues with param biding & types in Postgres (using ? IS NULL results in an error), we need do check (on app-side) if value is nil to replace "? IS (NOT) NULL" check with TRUE/FALSE constants.
func DalConnectionFilter ¶
func DalConnectionFilter(d drivers.Dialect, f systemType.DalConnectionFilter) (ee []goqu.Expression, _ systemType.DalConnectionFilter, err error)
DalConnectionFilter returns logical expressions
This function is called from Store.QueryDalConnections() and can be extended by setting Store.Filters.DalConnection. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func DalSchemaAlterationFilter ¶
func DalSchemaAlterationFilter(d drivers.Dialect, f systemType.DalSchemaAlterationFilter) (ee []goqu.Expression, _ systemType.DalSchemaAlterationFilter, err error)
DalSchemaAlterationFilter returns logical expressions
This function is called from Store.QueryDalSchemaAlterations() and can be extended by setting Store.Filters.DalSchemaAlteration. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func DalSensitivityLevelFilter ¶
func DalSensitivityLevelFilter(d drivers.Dialect, f systemType.DalSensitivityLevelFilter) (ee []goqu.Expression, _ systemType.DalSensitivityLevelFilter, err error)
DalSensitivityLevelFilter returns logical expressions
This function is called from Store.QueryDalSensitivityLevels() and can be extended by setting Store.Filters.DalSensitivityLevel. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func DataPrivacyRequestCommentFilter ¶
func DataPrivacyRequestCommentFilter(d drivers.Dialect, f systemType.DataPrivacyRequestCommentFilter) (ee []goqu.Expression, _ systemType.DataPrivacyRequestCommentFilter, err error)
DataPrivacyRequestCommentFilter returns logical expressions
This function is called from Store.QueryDataPrivacyRequestComments() and can be extended by setting Store.Filters.DataPrivacyRequestComment. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func DataPrivacyRequestFilter ¶
func DataPrivacyRequestFilter(d drivers.Dialect, f systemType.DataPrivacyRequestFilter) (ee []goqu.Expression, _ systemType.DataPrivacyRequestFilter, err error)
DataPrivacyRequestFilter returns logical expressions
This function is called from Store.QueryDataPrivacyRequests() and can be extended by setting Store.Filters.DataPrivacyRequest. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func DefaultFilters ¶
func DefaultFilters() (f *extendedFilters)
func FederationExposedModuleFilter ¶
func FederationExposedModuleFilter(d drivers.Dialect, f federationType.ExposedModuleFilter) (ee []goqu.Expression, _ federationType.ExposedModuleFilter, err error)
FederationExposedModuleFilter returns logical expressions
This function is called from Store.QueryFederationExposedModules() and can be extended by setting Store.Filters.FederationExposedModule. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func FederationModuleMappingFilter ¶
func FederationModuleMappingFilter(d drivers.Dialect, f federationType.ModuleMappingFilter) (ee []goqu.Expression, _ federationType.ModuleMappingFilter, err error)
FederationModuleMappingFilter returns logical expressions
This function is called from Store.QueryFederationModuleMappings() and can be extended by setting Store.Filters.FederationModuleMapping. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func FederationNodeFilter ¶
func FederationNodeFilter(d drivers.Dialect, f federationType.NodeFilter) (ee []goqu.Expression, _ federationType.NodeFilter, err error)
FederationNodeFilter returns logical expressions
This function is called from Store.QueryFederationNodes() and can be extended by setting Store.Filters.FederationNode. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func FederationNodeSyncFilter ¶
func FederationNodeSyncFilter(d drivers.Dialect, f federationType.NodeSyncFilter) (ee []goqu.Expression, _ federationType.NodeSyncFilter, err error)
FederationNodeSyncFilter returns logical expressions
This function is called from Store.QueryFederationNodeSyncs() and can be extended by setting Store.Filters.FederationNodeSync. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func FederationSharedModuleFilter ¶
func FederationSharedModuleFilter(d drivers.Dialect, f federationType.SharedModuleFilter) (ee []goqu.Expression, _ federationType.SharedModuleFilter, err error)
FederationSharedModuleFilter returns logical expressions
This function is called from Store.QueryFederationSharedModules() and can be extended by setting Store.Filters.FederationSharedModule. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func FlagFilter ¶
func FlagFilter(d drivers.Dialect, f flagType.FlagFilter) (ee []goqu.Expression, _ flagType.FlagFilter, err error)
FlagFilter returns logical expressions
This function is called from Store.QueryFlags() and can be extended by setting Store.Filters.Flag. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func KnowledgeBaseFilter ¶
func KnowledgeBaseFilter(d drivers.Dialect, f systemType.KnowledgeBaseFilter) (ee []goqu.Expression, _ systemType.KnowledgeBaseFilter, err error)
KnowledgeBaseFilter returns logical expressions
This function is called from Store.QueryKnowledgeBases() and can be extended by setting Store.Filters.KnowledgeBase. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func LabelFilter ¶
func LabelFilter(d drivers.Dialect, f labelsType.LabelFilter) (ee []goqu.Expression, _ labelsType.LabelFilter, err error)
LabelFilter returns logical expressions
This function is called from Store.QueryLabels() and can be extended by setting Store.Filters.Label. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func LlmProviderFilter ¶
func LlmProviderFilter(d drivers.Dialect, f systemType.LlmProviderFilter) (ee []goqu.Expression, _ systemType.LlmProviderFilter, err error)
LlmProviderFilter returns logical expressions
This function is called from Store.QueryLlmProviders() and can be extended by setting Store.Filters.LlmProvider. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func NotificationFilter ¶
func NotificationFilter(d drivers.Dialect, f systemType.NotificationFilter) (ee []goqu.Expression, _ systemType.NotificationFilter, err error)
NotificationFilter returns logical expressions
This function is called from Store.QueryNotifications() and can be extended by setting Store.Filters.Notification. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func Order ¶
func Order(dialect drivers.Dialect, sort filter.SortExprSet, sortables map[string]string) (oo []exp.OrderedExpression, err error)
func QueueFilter ¶
func QueueFilter(d drivers.Dialect, f systemType.QueueFilter) (ee []goqu.Expression, _ systemType.QueueFilter, err error)
QueueFilter returns logical expressions
This function is called from Store.QueryQueues() and can be extended by setting Store.Filters.Queue. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func QueueMessageFilter ¶
func QueueMessageFilter(d drivers.Dialect, f systemType.QueueMessageFilter) (ee []goqu.Expression, _ systemType.QueueMessageFilter, err error)
QueueMessageFilter returns logical expressions
This function is called from Store.QueryQueueMessages() and can be extended by setting Store.Filters.QueueMessage. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func RbacRuleFilter ¶
func RbacRuleFilter(d drivers.Dialect, f rbacType.RuleFilter) (ee []goqu.Expression, _ rbacType.RuleFilter, err error)
RbacRuleFilter returns logical expressions
This function is called from Store.QueryRbacRules() and can be extended by setting Store.Filters.RbacRule. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ReminderFilter ¶
func ReminderFilter(d drivers.Dialect, f systemType.ReminderFilter) (ee []goqu.Expression, _ systemType.ReminderFilter, err error)
ReminderFilter returns logical expressions
This function is called from Store.QueryReminders() and can be extended by setting Store.Filters.Reminder. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ReportFilter ¶
func ReportFilter(d drivers.Dialect, f systemType.ReportFilter) (ee []goqu.Expression, _ systemType.ReportFilter, err error)
ReportFilter returns logical expressions
This function is called from Store.QueryReports() and can be extended by setting Store.Filters.Report. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ResourceActivityFilter ¶
func ResourceActivityFilter(d drivers.Dialect, f discoveryType.ResourceActivityFilter) (ee []goqu.Expression, _ discoveryType.ResourceActivityFilter, err error)
ResourceActivityFilter returns logical expressions
This function is called from Store.QueryResourceActivitys() and can be extended by setting Store.Filters.ResourceActivity. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func ResourceTranslationFilter ¶
func ResourceTranslationFilter(d drivers.Dialect, f systemType.ResourceTranslationFilter) (ee []goqu.Expression, _ systemType.ResourceTranslationFilter, err error)
ResourceTranslationFilter returns logical expressions
This function is called from Store.QueryResourceTranslations() and can be extended by setting Store.Filters.ResourceTranslation. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func RoleFilter ¶
func RoleFilter(d drivers.Dialect, f systemType.RoleFilter) (ee []goqu.Expression, _ systemType.RoleFilter, err error)
RoleFilter returns logical expressions
This function is called from Store.QueryRoles() and can be extended by setting Store.Filters.Role. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func RoleMemberFilter ¶
func RoleMemberFilter(d drivers.Dialect, f systemType.RoleMemberFilter) (ee []goqu.Expression, _ systemType.RoleMemberFilter, err error)
RoleMemberFilter returns logical expressions
This function is called from Store.QueryRoleMembers() and can be extended by setting Store.Filters.RoleMember. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func SettingValueFilter ¶
func SettingValueFilter(d drivers.Dialect, f systemType.SettingsFilter) (ee []goqu.Expression, _ systemType.SettingsFilter, err error)
SettingValueFilter returns logical expressions
This function is called from Store.QuerySettingValues() and can be extended by setting Store.Filters.SettingValue. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func TemplateFilter ¶
func TemplateFilter(d drivers.Dialect, f systemType.TemplateFilter) (ee []goqu.Expression, _ systemType.TemplateFilter, err error)
TemplateFilter returns logical expressions
This function is called from Store.QueryTemplates() and can be extended by setting Store.Filters.Template. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func UserFilter ¶
func UserFilter(d drivers.Dialect, f systemType.UserFilter) (ee []goqu.Expression, _ systemType.UserFilter, err error)
UserFilter returns logical expressions
This function is called from Store.QueryUsers() and can be extended by setting Store.Filters.User. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
func UserGroupFilter ¶
func UserGroupFilter(d drivers.Dialect, f systemType.UserGroupFilter) (ee []goqu.Expression, _ systemType.UserGroupFilter, err error)
UserGroupFilter returns logical expressions
This function is called from Store.QueryUserGroups() and can be extended by setting Store.Filters.UserGroup. Extension is called after all expressions are generated and can choose to ignore or alter them.
This function is auto-generated
Types ¶
type ConnConfig ¶
type ConnConfig struct {
DriverName string
DataSourceName string
DBName string
// MaskedDSN is a DSN with sensitive data masked
// each connection is handling that independently
MaskedDSN string
// MaxOpenConns sets maximum number of open connections to the database
// defaults to same value as set in the db/sql
MaxOpenConns int
// ConnMaxLifetime sets the maximum amount of time a connection may be reused
// defaults to same value as set in the db/sql
ConnMaxLifetime time.Duration
// MaxIdleConns sets the maximum number of connections in the idle connection pool
// defaults to same value as set in the db/sql
MaxIdleConns int
// ConnTryPatience sets time window in which we do not complaining about failed connection tries
ConnTryPatience time.Duration
// ConnTryBackoffDelay sets backoff delay after failed try
ConnTryBackoffDelay time.Duration
// ConnTryTimeout sets timeout per try
ConnTryTimeout time.Duration
// ConnTryMax maximum number of retries for getting the connection
ConnTryMax int
}
func (*ConnConfig) ParseExtra ¶
func (c *ConnConfig) ParseExtra() (err error)
ParseExtra parses extra params (params starting with *) from DSN's querystring (after ?)
func (*ConnConfig) SetDefaults ¶
func (c *ConnConfig) SetDefaults()
type Functions ¶
type Functions struct {
// returns lower case text
LOWER func(interface{}) exp.SQLFunctionExpression
// returns date part of the input (YYYY-MM-DD)
DATE func(interface{}) exp.SQLFunctionExpression
}
func DefaultFunctions ¶
func DefaultFunctions() *Functions
type Store ¶
type Store struct {
DB sqlx.ExtContext
// DAL connection
DAL dal.Connection
// Logger for connection
Logger *zap.Logger
// data definer interface use for schema information lookups and modification
DataDefiner ddl.DataDefiner
Dialect drivers.Dialect
// set to -1 to disable transactions
TxRetryLimit int
// TxRetryErrHandler should return true if transaction should be retried
//
// Because retry algorithm varies between concrete rdbms implementations
//
// Handler must return true if failed transaction should be replied
// and false if we're safe to terminate it
TxRetryErrHandler txRetryOnErrHandler
ErrorHandler store.ErrorHandler
Functions *Functions
// additional (per-resource-type) filters used when searching
// these filters can modify expression used for querying the database
Filters *extendedFilters
Ping func(ctx context.Context) error
}
func (Store) ApplicationMetrics ¶
func (s Store) ApplicationMetrics(ctx context.Context) (_ *systemType.ApplicationMetrics, err error)
func (*Store) CountUsers ¶
func (s *Store) CountUsers(ctx context.Context, f systemType.UserFilter) (c uint, _ error)
func (*Store) CreateActionlog ¶
CreateActionlog creates one or more rows in actionlog collection
This function is auto-generated
func (*Store) CreateAgent ¶
CreateAgent creates one or more rows in agent collection
This function is auto-generated
func (*Store) CreateAiConversation ¶
func (s *Store) CreateAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
CreateAiConversation creates one or more rows in aiConversation collection
This function is auto-generated
func (*Store) CreateApigwFilter ¶
func (s *Store) CreateApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
CreateApigwFilter creates one or more rows in apigwFilter collection
This function is auto-generated
func (*Store) CreateApigwRoute ¶
func (s *Store) CreateApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
CreateApigwRoute creates one or more rows in apigwRoute collection
This function is auto-generated
func (*Store) CreateApplication ¶
func (s *Store) CreateApplication(ctx context.Context, rr ...*systemType.Application) (err error)
CreateApplication creates one or more rows in application collection
This function is auto-generated
func (*Store) CreateAttachment ¶
func (s *Store) CreateAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
CreateAttachment creates one or more rows in attachment collection
This function is auto-generated
func (*Store) CreateAuthClient ¶
func (s *Store) CreateAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
CreateAuthClient creates one or more rows in authClient collection
This function is auto-generated
func (*Store) CreateAuthConfirmedClient ¶
func (s *Store) CreateAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
CreateAuthConfirmedClient creates one or more rows in authConfirmedClient collection
This function is auto-generated
func (*Store) CreateAuthOa2token ¶
func (s *Store) CreateAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
CreateAuthOa2token creates one or more rows in authOa2token collection
This function is auto-generated
func (*Store) CreateAuthSession ¶
func (s *Store) CreateAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
CreateAuthSession creates one or more rows in authSession collection
This function is auto-generated
func (*Store) CreateAutomationNgAutomation ¶
func (s *Store) CreateAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
CreateAutomationNgAutomation creates one or more rows in automationNgAutomation collection
This function is auto-generated
func (*Store) CreateAutomationSession ¶
func (s *Store) CreateAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
CreateAutomationSession creates one or more rows in automationSession collection
This function is auto-generated
func (*Store) CreateAutomationTrigger ¶
func (s *Store) CreateAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
CreateAutomationTrigger creates one or more rows in automationTrigger collection
This function is auto-generated
func (*Store) CreateAutomationWorkflow ¶
func (s *Store) CreateAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
CreateAutomationWorkflow creates one or more rows in automationWorkflow collection
This function is auto-generated
func (*Store) CreateChatbot ¶
CreateChatbot creates one or more rows in chatbot collection
This function is auto-generated
func (*Store) CreateChatbotSession ¶
func (s *Store) CreateChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
CreateChatbotSession creates one or more rows in chatbotSession collection
This function is auto-generated
func (*Store) CreateChatbotSessionHandoff ¶
func (s *Store) CreateChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
CreateChatbotSessionHandoff creates one or more rows in chatbotSessionHandoff collection
This function is auto-generated
func (*Store) CreateChatbotSessionStep ¶
func (s *Store) CreateChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
CreateChatbotSessionStep creates one or more rows in chatbotSessionStep collection
This function is auto-generated
func (*Store) CreateComposeAttachment ¶
func (s *Store) CreateComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
CreateComposeAttachment creates one or more rows in composeAttachment collection
This function is auto-generated
func (*Store) CreateComposeChart ¶
CreateComposeChart creates one or more rows in composeChart collection
This function is auto-generated
func (*Store) CreateComposeModule ¶
CreateComposeModule creates one or more rows in composeModule collection
This function is auto-generated
func (*Store) CreateComposeModuleField ¶
func (s *Store) CreateComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
CreateComposeModuleField creates one or more rows in composeModuleField collection
This function is auto-generated
func (*Store) CreateComposeNamespace ¶
func (s *Store) CreateComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
CreateComposeNamespace creates one or more rows in composeNamespace collection
This function is auto-generated
func (*Store) CreateComposePage ¶
CreateComposePage creates one or more rows in composePage collection
This function is auto-generated
func (*Store) CreateComposePageLayout ¶
func (s *Store) CreateComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
CreateComposePageLayout creates one or more rows in composePageLayout collection
This function is auto-generated
func (*Store) CreateConfiguredConnection ¶
func (s *Store) CreateConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
CreateConfiguredConnection creates one or more rows in configuredConnection collection
This function is auto-generated
func (*Store) CreateConnection ¶
func (s *Store) CreateConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
CreateConnection creates one or more rows in connection collection
This function is auto-generated
func (*Store) CreateCredential ¶
func (s *Store) CreateCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
CreateCredential creates one or more rows in credential collection
This function is auto-generated
func (*Store) CreateDalConnection ¶
func (s *Store) CreateDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
CreateDalConnection creates one or more rows in dalConnection collection
This function is auto-generated
func (*Store) CreateDalSchemaAlteration ¶
func (s *Store) CreateDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
CreateDalSchemaAlteration creates one or more rows in dalSchemaAlteration collection
This function is auto-generated
func (*Store) CreateDalSensitivityLevel ¶
func (s *Store) CreateDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
CreateDalSensitivityLevel creates one or more rows in dalSensitivityLevel collection
This function is auto-generated
func (*Store) CreateDataPrivacyRequest ¶
func (s *Store) CreateDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
CreateDataPrivacyRequest creates one or more rows in dataPrivacyRequest collection
This function is auto-generated
func (*Store) CreateDataPrivacyRequestComment ¶
func (s *Store) CreateDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
CreateDataPrivacyRequestComment creates one or more rows in dataPrivacyRequestComment collection
This function is auto-generated
func (*Store) CreateFederationExposedModule ¶
func (s *Store) CreateFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
CreateFederationExposedModule creates one or more rows in federationExposedModule collection
This function is auto-generated
func (*Store) CreateFederationModuleMapping ¶
func (s *Store) CreateFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
CreateFederationModuleMapping creates one or more rows in federationModuleMapping collection
This function is auto-generated
func (*Store) CreateFederationNode ¶
CreateFederationNode creates one or more rows in federationNode collection
This function is auto-generated
func (*Store) CreateFederationNodeSync ¶
func (s *Store) CreateFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
CreateFederationNodeSync creates one or more rows in federationNodeSync collection
This function is auto-generated
func (*Store) CreateFederationSharedModule ¶
func (s *Store) CreateFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
CreateFederationSharedModule creates one or more rows in federationSharedModule collection
This function is auto-generated
func (*Store) CreateFlag ¶
CreateFlag creates one or more rows in flag collection
This function is auto-generated
func (*Store) CreateKnowledgeBase ¶
func (s *Store) CreateKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
CreateKnowledgeBase creates one or more rows in knowledgeBase collection
This function is auto-generated
func (*Store) CreateLabel ¶
CreateLabel creates one or more rows in label collection
This function is auto-generated
func (*Store) CreateLlmProvider ¶
func (s *Store) CreateLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
CreateLlmProvider creates one or more rows in llmProvider collection
This function is auto-generated
func (*Store) CreateNotification ¶
func (s *Store) CreateNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
CreateNotification creates one or more rows in notification collection
This function is auto-generated
func (*Store) CreateQueue ¶
CreateQueue creates one or more rows in queue collection
This function is auto-generated
func (*Store) CreateQueueMessage ¶
func (s *Store) CreateQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
CreateQueueMessage creates one or more rows in queueMessage collection
This function is auto-generated
func (*Store) CreateRbacRule ¶
CreateRbacRule creates one or more rows in rbacRule collection
This function is auto-generated
func (*Store) CreateReminder ¶
CreateReminder creates one or more rows in reminder collection
This function is auto-generated
func (*Store) CreateReport ¶
CreateReport creates one or more rows in report collection
This function is auto-generated
func (*Store) CreateResourceActivity ¶
func (s *Store) CreateResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
CreateResourceActivity creates one or more rows in resourceActivity collection
This function is auto-generated
func (*Store) CreateResourceTranslation ¶
func (s *Store) CreateResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
CreateResourceTranslation creates one or more rows in resourceTranslation collection
This function is auto-generated
func (*Store) CreateRole ¶
CreateRole creates one or more rows in role collection
This function is auto-generated
func (*Store) CreateRoleMember ¶
func (s *Store) CreateRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
CreateRoleMember creates one or more rows in roleMember collection
This function is auto-generated
func (*Store) CreateSettingValue ¶
func (s *Store) CreateSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
CreateSettingValue creates one or more rows in settingValue collection
This function is auto-generated
func (*Store) CreateTemplate ¶
CreateTemplate creates one or more rows in template collection
This function is auto-generated
func (*Store) CreateUser ¶
CreateUser creates one or more rows in user collection
This function is auto-generated
func (*Store) CreateUserGroup ¶
CreateUserGroup creates one or more rows in userGroup collection
This function is auto-generated
func (*Store) DeleteActionlog ¶
DeleteActionlog Deletes one or more entries from actionlog collection
This function is auto-generated
func (*Store) DeleteActionlogByID ¶
DeleteActionlogByID deletes single entry from actionlog collection
This function is auto-generated
func (*Store) DeleteAgent ¶
DeleteAgent Deletes one or more entries from agent collection
This function is auto-generated
func (*Store) DeleteAgentByID ¶
DeleteAgentByID deletes single entry from agent collection
This function is auto-generated
func (*Store) DeleteAiConversation ¶
func (s *Store) DeleteAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
DeleteAiConversation Deletes one or more entries from aiConversation collection
This function is auto-generated
func (*Store) DeleteAiConversationByID ¶
DeleteAiConversationByID deletes single entry from aiConversation collection
This function is auto-generated
func (*Store) DeleteApigwFilter ¶
func (s *Store) DeleteApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
DeleteApigwFilter Deletes one or more entries from apigwFilter collection
This function is auto-generated
func (*Store) DeleteApigwFilterByID ¶
DeleteApigwFilterByID deletes single entry from apigwFilter collection
This function is auto-generated
func (*Store) DeleteApigwRoute ¶
func (s *Store) DeleteApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
DeleteApigwRoute Deletes one or more entries from apigwRoute collection
This function is auto-generated
func (*Store) DeleteApigwRouteByID ¶
DeleteApigwRouteByID deletes single entry from apigwRoute collection
This function is auto-generated
func (*Store) DeleteApplication ¶
func (s *Store) DeleteApplication(ctx context.Context, rr ...*systemType.Application) (err error)
DeleteApplication Deletes one or more entries from application collection
This function is auto-generated
func (*Store) DeleteApplicationByID ¶
DeleteApplicationByID deletes single entry from application collection
This function is auto-generated
func (*Store) DeleteAttachment ¶
func (s *Store) DeleteAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
DeleteAttachment Deletes one or more entries from attachment collection
This function is auto-generated
func (*Store) DeleteAttachmentByID ¶
DeleteAttachmentByID deletes single entry from attachment collection
This function is auto-generated
func (*Store) DeleteAuthClient ¶
func (s *Store) DeleteAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
DeleteAuthClient Deletes one or more entries from authClient collection
This function is auto-generated
func (*Store) DeleteAuthClientByID ¶
DeleteAuthClientByID deletes single entry from authClient collection
This function is auto-generated
func (*Store) DeleteAuthConfirmedClient ¶
func (s *Store) DeleteAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
DeleteAuthConfirmedClient Deletes one or more entries from authConfirmedClient collection
This function is auto-generated
func (*Store) DeleteAuthConfirmedClientByUserIDClientID ¶
func (s *Store) DeleteAuthConfirmedClientByUserIDClientID(ctx context.Context, userID uint64, clientID uint64) error
DeleteAuthConfirmedClientByUserIDClientID deletes single entry from authConfirmedClient collection
This function is auto-generated
func (Store) DeleteAuthOA2TokenByAccess ¶
func (Store) DeleteAuthOA2TokenByCode ¶
func (Store) DeleteAuthOA2TokenByRefresh ¶
func (Store) DeleteAuthOA2TokenByUserID ¶
func (*Store) DeleteAuthOa2token ¶
func (s *Store) DeleteAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
DeleteAuthOa2token Deletes one or more entries from authOa2token collection
This function is auto-generated
func (*Store) DeleteAuthOa2tokenByID ¶
DeleteAuthOa2tokenByID deletes single entry from authOa2token collection
This function is auto-generated
func (*Store) DeleteAuthSession ¶
func (s *Store) DeleteAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
DeleteAuthSession Deletes one or more entries from authSession collection
This function is auto-generated
func (*Store) DeleteAuthSessionByID ¶
DeleteAuthSessionByID deletes single entry from authSession collection
This function is auto-generated
func (Store) DeleteAuthSessionsByUserID ¶
func (*Store) DeleteAutomationNgAutomation ¶
func (s *Store) DeleteAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
DeleteAutomationNgAutomation Deletes one or more entries from automationNgAutomation collection
This function is auto-generated
func (*Store) DeleteAutomationNgAutomationByID ¶
DeleteAutomationNgAutomationByID deletes single entry from automationNgAutomation collection
This function is auto-generated
func (*Store) DeleteAutomationSession ¶
func (s *Store) DeleteAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
DeleteAutomationSession Deletes one or more entries from automationSession collection
This function is auto-generated
func (*Store) DeleteAutomationSessionByID ¶
DeleteAutomationSessionByID deletes single entry from automationSession collection
This function is auto-generated
func (*Store) DeleteAutomationTrigger ¶
func (s *Store) DeleteAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
DeleteAutomationTrigger Deletes one or more entries from automationTrigger collection
This function is auto-generated
func (*Store) DeleteAutomationTriggerByID ¶
DeleteAutomationTriggerByID deletes single entry from automationTrigger collection
This function is auto-generated
func (*Store) DeleteAutomationWorkflow ¶
func (s *Store) DeleteAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
DeleteAutomationWorkflow Deletes one or more entries from automationWorkflow collection
This function is auto-generated
func (*Store) DeleteAutomationWorkflowByID ¶
DeleteAutomationWorkflowByID deletes single entry from automationWorkflow collection
This function is auto-generated
func (*Store) DeleteChatbot ¶
DeleteChatbot Deletes one or more entries from chatbot collection
This function is auto-generated
func (*Store) DeleteChatbotByID ¶
DeleteChatbotByID deletes single entry from chatbot collection
This function is auto-generated
func (*Store) DeleteChatbotSession ¶
func (s *Store) DeleteChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
DeleteChatbotSession Deletes one or more entries from chatbotSession collection
This function is auto-generated
func (*Store) DeleteChatbotSessionByID ¶
DeleteChatbotSessionByID deletes single entry from chatbotSession collection
This function is auto-generated
func (*Store) DeleteChatbotSessionHandoff ¶
func (s *Store) DeleteChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
DeleteChatbotSessionHandoff Deletes one or more entries from chatbotSessionHandoff collection
This function is auto-generated
func (*Store) DeleteChatbotSessionHandoffByID ¶
DeleteChatbotSessionHandoffByID deletes single entry from chatbotSessionHandoff collection
This function is auto-generated
func (*Store) DeleteChatbotSessionStep ¶
func (s *Store) DeleteChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
DeleteChatbotSessionStep Deletes one or more entries from chatbotSessionStep collection
This function is auto-generated
func (*Store) DeleteChatbotSessionStepByID ¶
DeleteChatbotSessionStepByID deletes single entry from chatbotSessionStep collection
This function is auto-generated
func (*Store) DeleteComposeAttachment ¶
func (s *Store) DeleteComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
DeleteComposeAttachment Deletes one or more entries from composeAttachment collection
This function is auto-generated
func (*Store) DeleteComposeAttachmentByID ¶
DeleteComposeAttachmentByID deletes single entry from composeAttachment collection
This function is auto-generated
func (*Store) DeleteComposeChart ¶
DeleteComposeChart Deletes one or more entries from composeChart collection
This function is auto-generated
func (*Store) DeleteComposeChartByID ¶
DeleteComposeChartByID deletes single entry from composeChart collection
This function is auto-generated
func (*Store) DeleteComposeModule ¶
DeleteComposeModule Deletes one or more entries from composeModule collection
This function is auto-generated
func (*Store) DeleteComposeModuleByID ¶
DeleteComposeModuleByID deletes single entry from composeModule collection
This function is auto-generated
func (*Store) DeleteComposeModuleField ¶
func (s *Store) DeleteComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
DeleteComposeModuleField Deletes one or more entries from composeModuleField collection
This function is auto-generated
func (*Store) DeleteComposeModuleFieldByID ¶
DeleteComposeModuleFieldByID deletes single entry from composeModuleField collection
This function is auto-generated
func (*Store) DeleteComposeNamespace ¶
func (s *Store) DeleteComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
DeleteComposeNamespace Deletes one or more entries from composeNamespace collection
This function is auto-generated
func (*Store) DeleteComposeNamespaceByID ¶
DeleteComposeNamespaceByID deletes single entry from composeNamespace collection
This function is auto-generated
func (*Store) DeleteComposePage ¶
DeleteComposePage Deletes one or more entries from composePage collection
This function is auto-generated
func (*Store) DeleteComposePageByID ¶
DeleteComposePageByID deletes single entry from composePage collection
This function is auto-generated
func (*Store) DeleteComposePageLayout ¶
func (s *Store) DeleteComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
DeleteComposePageLayout Deletes one or more entries from composePageLayout collection
This function is auto-generated
func (*Store) DeleteComposePageLayoutByID ¶
DeleteComposePageLayoutByID deletes single entry from composePageLayout collection
This function is auto-generated
func (*Store) DeleteConfiguredConnection ¶
func (s *Store) DeleteConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
DeleteConfiguredConnection Deletes one or more entries from configuredConnection collection
This function is auto-generated
func (*Store) DeleteConfiguredConnectionByID ¶
DeleteConfiguredConnectionByID deletes single entry from configuredConnection collection
This function is auto-generated
func (*Store) DeleteConnection ¶
func (s *Store) DeleteConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
DeleteConnection Deletes one or more entries from connection collection
This function is auto-generated
func (*Store) DeleteConnectionByID ¶
DeleteConnectionByID deletes single entry from connection collection
This function is auto-generated
func (*Store) DeleteCredential ¶
func (s *Store) DeleteCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
DeleteCredential Deletes one or more entries from credential collection
This function is auto-generated
func (*Store) DeleteCredentialByID ¶
DeleteCredentialByID deletes single entry from credential collection
This function is auto-generated
func (*Store) DeleteDalConnection ¶
func (s *Store) DeleteDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
DeleteDalConnection Deletes one or more entries from dalConnection collection
This function is auto-generated
func (*Store) DeleteDalConnectionByID ¶
DeleteDalConnectionByID deletes single entry from dalConnection collection
This function is auto-generated
func (*Store) DeleteDalSchemaAlteration ¶
func (s *Store) DeleteDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
DeleteDalSchemaAlteration Deletes one or more entries from dalSchemaAlteration collection
This function is auto-generated
func (*Store) DeleteDalSchemaAlterationByID ¶
DeleteDalSchemaAlterationByID deletes single entry from dalSchemaAlteration collection
This function is auto-generated
func (*Store) DeleteDalSensitivityLevel ¶
func (s *Store) DeleteDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
DeleteDalSensitivityLevel Deletes one or more entries from dalSensitivityLevel collection
This function is auto-generated
func (*Store) DeleteDalSensitivityLevelByID ¶
DeleteDalSensitivityLevelByID deletes single entry from dalSensitivityLevel collection
This function is auto-generated
func (*Store) DeleteDataPrivacyRequest ¶
func (s *Store) DeleteDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
DeleteDataPrivacyRequest Deletes one or more entries from dataPrivacyRequest collection
This function is auto-generated
func (*Store) DeleteDataPrivacyRequestByID ¶
DeleteDataPrivacyRequestByID deletes single entry from dataPrivacyRequest collection
This function is auto-generated
func (*Store) DeleteDataPrivacyRequestComment ¶
func (s *Store) DeleteDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
DeleteDataPrivacyRequestComment Deletes one or more entries from dataPrivacyRequestComment collection
This function is auto-generated
func (*Store) DeleteDataPrivacyRequestCommentByID ¶
DeleteDataPrivacyRequestCommentByID deletes single entry from dataPrivacyRequestComment collection
This function is auto-generated
func (Store) DeleteExpiredAuthOA2Tokens ¶
func (Store) DeleteExpiredAuthSessions ¶
func (Store) DeleteExtraLabels ¶
func (*Store) DeleteFederationExposedModule ¶
func (s *Store) DeleteFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
DeleteFederationExposedModule Deletes one or more entries from federationExposedModule collection
This function is auto-generated
func (*Store) DeleteFederationExposedModuleByID ¶
DeleteFederationExposedModuleByID deletes single entry from federationExposedModule collection
This function is auto-generated
func (*Store) DeleteFederationModuleMapping ¶
func (s *Store) DeleteFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
DeleteFederationModuleMapping Deletes one or more entries from federationModuleMapping collection
This function is auto-generated
func (*Store) DeleteFederationNode ¶
DeleteFederationNode Deletes one or more entries from federationNode collection
This function is auto-generated
func (*Store) DeleteFederationNodeByID ¶
DeleteFederationNodeByID deletes single entry from federationNode collection
This function is auto-generated
func (*Store) DeleteFederationNodeSync ¶
func (s *Store) DeleteFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
DeleteFederationNodeSync Deletes one or more entries from federationNodeSync collection
This function is auto-generated
func (*Store) DeleteFederationSharedModule ¶
func (s *Store) DeleteFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
DeleteFederationSharedModule Deletes one or more entries from federationSharedModule collection
This function is auto-generated
func (*Store) DeleteFederationSharedModuleByID ¶
DeleteFederationSharedModuleByID deletes single entry from federationSharedModule collection
This function is auto-generated
func (*Store) DeleteFlag ¶
DeleteFlag Deletes one or more entries from flag collection
This function is auto-generated
func (*Store) DeleteFlagByKindResourceIDOwnedByName ¶
func (s *Store) DeleteFlagByKindResourceIDOwnedByName(ctx context.Context, kind string, resourceID uint64, ownedBy uint64, name string) error
DeleteFlagByKindResourceIDOwnedByName deletes single entry from flag collection
This function is auto-generated
func (*Store) DeleteKnowledgeBase ¶
func (s *Store) DeleteKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
DeleteKnowledgeBase Deletes one or more entries from knowledgeBase collection
This function is auto-generated
func (*Store) DeleteKnowledgeBaseByID ¶
DeleteKnowledgeBaseByID deletes single entry from knowledgeBase collection
This function is auto-generated
func (*Store) DeleteLabel ¶
DeleteLabel Deletes one or more entries from label collection
This function is auto-generated
func (*Store) DeleteLabelByKindResourceIDName ¶
func (s *Store) DeleteLabelByKindResourceIDName(ctx context.Context, kind string, resourceID uint64, name string) error
DeleteLabelByKindResourceIDName deletes single entry from label collection
This function is auto-generated
func (*Store) DeleteLlmProvider ¶
func (s *Store) DeleteLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
DeleteLlmProvider Deletes one or more entries from llmProvider collection
This function is auto-generated
func (*Store) DeleteLlmProviderByID ¶
DeleteLlmProviderByID deletes single entry from llmProvider collection
This function is auto-generated
func (*Store) DeleteNotification ¶
func (s *Store) DeleteNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
DeleteNotification Deletes one or more entries from notification collection
This function is auto-generated
func (*Store) DeleteNotificationByID ¶
DeleteNotificationByID deletes single entry from notification collection
This function is auto-generated
func (*Store) DeleteQueue ¶
DeleteQueue Deletes one or more entries from queue collection
This function is auto-generated
func (*Store) DeleteQueueByID ¶
DeleteQueueByID deletes single entry from queue collection
This function is auto-generated
func (*Store) DeleteQueueMessage ¶
func (s *Store) DeleteQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
DeleteQueueMessage Deletes one or more entries from queueMessage collection
This function is auto-generated
func (*Store) DeleteQueueMessageByID ¶
DeleteQueueMessageByID deletes single entry from queueMessage collection
This function is auto-generated
func (*Store) DeleteRbacRule ¶
DeleteRbacRule Deletes one or more entries from rbacRule collection
This function is auto-generated
func (*Store) DeleteRbacRuleByRoleIDResourceOperation ¶
func (s *Store) DeleteRbacRuleByRoleIDResourceOperation(ctx context.Context, roleID uint64, resource string, operation string) error
DeleteRbacRuleByRoleIDResourceOperation deletes single entry from rbacRule collection
This function is auto-generated
func (*Store) DeleteReminder ¶
DeleteReminder Deletes one or more entries from reminder collection
This function is auto-generated
func (*Store) DeleteReminderByID ¶
DeleteReminderByID deletes single entry from reminder collection
This function is auto-generated
func (*Store) DeleteReport ¶
DeleteReport Deletes one or more entries from report collection
This function is auto-generated
func (*Store) DeleteReportByID ¶
DeleteReportByID deletes single entry from report collection
This function is auto-generated
func (*Store) DeleteResourceActivity ¶
func (s *Store) DeleteResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
DeleteResourceActivity Deletes one or more entries from resourceActivity collection
This function is auto-generated
func (*Store) DeleteResourceActivityByID ¶
DeleteResourceActivityByID deletes single entry from resourceActivity collection
This function is auto-generated
func (*Store) DeleteResourceTranslation ¶
func (s *Store) DeleteResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
DeleteResourceTranslation Deletes one or more entries from resourceTranslation collection
This function is auto-generated
func (*Store) DeleteResourceTranslationByID ¶
DeleteResourceTranslationByID deletes single entry from resourceTranslation collection
This function is auto-generated
func (*Store) DeleteRole ¶
DeleteRole Deletes one or more entries from role collection
This function is auto-generated
func (*Store) DeleteRoleByID ¶
DeleteRoleByID deletes single entry from role collection
This function is auto-generated
func (*Store) DeleteRoleMember ¶
func (s *Store) DeleteRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
DeleteRoleMember Deletes one or more entries from roleMember collection
This function is auto-generated
func (*Store) DeleteRoleMemberByResourceRoleID ¶
func (s *Store) DeleteRoleMemberByResourceRoleID(ctx context.Context, resource string, roleID uint64) error
DeleteRoleMemberByResourceRoleID deletes single entry from roleMember collection
This function is auto-generated
func (*Store) DeleteSettingValue ¶
func (s *Store) DeleteSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
DeleteSettingValue Deletes one or more entries from settingValue collection
This function is auto-generated
func (*Store) DeleteSettingValueByOwnedByName ¶
func (s *Store) DeleteSettingValueByOwnedByName(ctx context.Context, ownedBy uint64, name string) error
DeleteSettingValueByOwnedByName deletes single entry from settingValue collection
This function is auto-generated
func (*Store) DeleteTemplate ¶
DeleteTemplate Deletes one or more entries from template collection
This function is auto-generated
func (*Store) DeleteTemplateByID ¶
DeleteTemplateByID deletes single entry from template collection
This function is auto-generated
func (*Store) DeleteUser ¶
DeleteUser Deletes one or more entries from user collection
This function is auto-generated
func (*Store) DeleteUserByID ¶
DeleteUserByID deletes single entry from user collection
This function is auto-generated
func (*Store) DeleteUserGroup ¶
DeleteUserGroup Deletes one or more entries from userGroup collection
This function is auto-generated
func (*Store) DeleteUserGroupByID ¶
DeleteUserGroupByID deletes single entry from userGroup collection
This function is auto-generated
func (*Store) LookupActionlogByID ¶
func (s *Store) LookupActionlogByID(ctx context.Context, id uint64) (_ *actionlogType.Action, err error)
LookupActionlogByID searches for action log by ID
This function is auto-generated
func (*Store) LookupAgentByHandle ¶
func (s *Store) LookupAgentByHandle(ctx context.Context, handle string) (_ *systemType.Agent, err error)
LookupAgentByHandle searches for agent by handle
It returns only valid agents (not deleted)
This function is auto-generated
func (*Store) LookupAgentByID ¶
LookupAgentByID searches for agent by ID
It also returns deleted agents.
This function is auto-generated
func (*Store) LookupAiConversationByID ¶
func (s *Store) LookupAiConversationByID(ctx context.Context, id uint64) (_ *systemType.AiConversation, err error)
LookupAiConversationByID searches for AI conversation by ID
It also returns deleted conversations.
This function is auto-generated
func (*Store) LookupApigwFilterByID ¶
func (s *Store) LookupApigwFilterByID(ctx context.Context, id uint64) (_ *systemType.ApigwFilter, err error)
LookupApigwFilterByID searches for filter by ID
This function is auto-generated
func (*Store) LookupApigwFilterByRoute ¶
func (s *Store) LookupApigwFilterByRoute(ctx context.Context, route uint64) (_ *systemType.ApigwFilter, err error)
LookupApigwFilterByRoute searches for filter by route
This function is auto-generated
func (*Store) LookupApigwRouteByEndpoint ¶
func (s *Store) LookupApigwRouteByEndpoint(ctx context.Context, endpoint string) (_ *systemType.ApigwRoute, err error)
LookupApigwRouteByEndpoint searches for route by endpoint
It returns route even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupApigwRouteByID ¶
func (s *Store) LookupApigwRouteByID(ctx context.Context, id uint64) (_ *systemType.ApigwRoute, err error)
LookupApigwRouteByID searches for route by ID
It returns route even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupApplicationByID ¶
func (s *Store) LookupApplicationByID(ctx context.Context, id uint64) (_ *systemType.Application, err error)
LookupApplicationByID searches for role by ID
It returns role even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupAttachmentByID ¶
func (s *Store) LookupAttachmentByID(ctx context.Context, id uint64) (_ *systemType.Attachment, err error)
LookupAttachmentByID
This function is auto-generated
func (*Store) LookupAuthClientByHandle ¶
func (s *Store) LookupAuthClientByHandle(ctx context.Context, handle string) (_ *systemType.AuthClient, err error)
LookupAuthClientByHandle searches for auth client by ID
It returns auth clint even if deleted ¶
This function is auto-generated
func (*Store) LookupAuthClientByID ¶
func (s *Store) LookupAuthClientByID(ctx context.Context, id uint64) (_ *systemType.AuthClient, err error)
LookupAuthClientByID searches for auth client by ID
It returns auth clint even if deleted
This function is auto-generated
func (*Store) LookupAuthConfirmedClientByUserIDClientID ¶
func (s *Store) LookupAuthConfirmedClientByUserIDClientID(ctx context.Context, userID uint64, clientID uint64) (_ *systemType.AuthConfirmedClient, err error)
LookupAuthConfirmedClientByUserIDClientID
This function is auto-generated
func (*Store) LookupAuthOa2tokenByAccess ¶
func (s *Store) LookupAuthOa2tokenByAccess(ctx context.Context, access string) (_ *systemType.AuthOa2token, err error)
LookupAuthOa2tokenByAccess
This function is auto-generated
func (*Store) LookupAuthOa2tokenByCode ¶
func (s *Store) LookupAuthOa2tokenByCode(ctx context.Context, code string) (_ *systemType.AuthOa2token, err error)
LookupAuthOa2tokenByCode
This function is auto-generated
func (*Store) LookupAuthOa2tokenByID ¶
func (s *Store) LookupAuthOa2tokenByID(ctx context.Context, id uint64) (_ *systemType.AuthOa2token, err error)
LookupAuthOa2tokenByID
This function is auto-generated
func (*Store) LookupAuthOa2tokenByRefresh ¶
func (s *Store) LookupAuthOa2tokenByRefresh(ctx context.Context, refresh string) (_ *systemType.AuthOa2token, err error)
LookupAuthOa2tokenByRefresh
This function is auto-generated
func (*Store) LookupAuthSessionByID ¶
func (s *Store) LookupAuthSessionByID(ctx context.Context, id string) (_ *systemType.AuthSession, err error)
LookupAuthSessionByID
This function is auto-generated
func (*Store) LookupAutomationNgAutomationByHandle ¶
func (s *Store) LookupAutomationNgAutomationByHandle(ctx context.Context, handle string) (_ *automationType.NgAutomation, err error)
LookupAutomationNgAutomationByHandle searches for automation by their handle
It returns only valid automations ¶
This function is auto-generated
func (*Store) LookupAutomationNgAutomationByID ¶
func (s *Store) LookupAutomationNgAutomationByID(ctx context.Context, id uint64) (_ *automationType.NgAutomation, err error)
LookupAutomationNgAutomationByID searches for automation by ID
It returns automation even if deleted ¶
This function is auto-generated
func (*Store) LookupAutomationSessionByID ¶
func (s *Store) LookupAutomationSessionByID(ctx context.Context, id uint64) (_ *automationType.Session, err error)
LookupAutomationSessionByID searches for session by ID
It returns session even if deleted ¶
This function is auto-generated
func (*Store) LookupAutomationTriggerByID ¶
func (s *Store) LookupAutomationTriggerByID(ctx context.Context, id uint64) (_ *automationType.Trigger, err error)
LookupAutomationTriggerByID searches for trigger by ID
It returns trigger even if deleted ¶
This function is auto-generated
func (*Store) LookupAutomationWorkflowByHandle ¶
func (s *Store) LookupAutomationWorkflowByHandle(ctx context.Context, handle string) (_ *automationType.Workflow, err error)
LookupAutomationWorkflowByHandle searches for workflow by their handle
It returns only valid workflows ¶
This function is auto-generated
func (*Store) LookupAutomationWorkflowByID ¶
func (s *Store) LookupAutomationWorkflowByID(ctx context.Context, id uint64) (_ *automationType.Workflow, err error)
LookupAutomationWorkflowByID searches for workflow by ID
It returns workflow even if deleted ¶
This function is auto-generated
func (*Store) LookupChatbotByHandle ¶
func (s *Store) LookupChatbotByHandle(ctx context.Context, handle string) (_ *systemType.Chatbot, err error)
LookupChatbotByHandle searches for chatbot by handle
It returns only valid chatbots (not deleted)
This function is auto-generated
func (*Store) LookupChatbotByID ¶
func (s *Store) LookupChatbotByID(ctx context.Context, id uint64) (_ *systemType.Chatbot, err error)
LookupChatbotByID searches for chatbot by ID
It also returns deleted chatbots.
This function is auto-generated
func (*Store) LookupChatbotByWidgetKey ¶
func (s *Store) LookupChatbotByWidgetKey(ctx context.Context, widgetKey string) (_ *systemType.Chatbot, err error)
LookupChatbotByWidgetKey searches for chatbot by widget key
It returns only valid chatbots (not deleted)
This function is auto-generated
func (*Store) LookupChatbotSessionByChatbotID ¶
func (s *Store) LookupChatbotSessionByChatbotID(ctx context.Context, chatbotID uint64) (_ *systemType.ChatbotSession, err error)
LookupChatbotSessionByChatbotID searches for chatbot sessions by chatbot ID
This function is auto-generated
func (*Store) LookupChatbotSessionByID ¶
func (s *Store) LookupChatbotSessionByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSession, err error)
LookupChatbotSessionByID searches for chatbot session by ID
It also returns deleted sessions.
This function is auto-generated
func (*Store) LookupChatbotSessionHandoffByID ¶
func (s *Store) LookupChatbotSessionHandoffByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSessionHandoff, err error)
LookupChatbotSessionHandoffByID searches for chatbot session handoff by ID
It also returns deleted handoffs.
This function is auto-generated
func (*Store) LookupChatbotSessionHandoffBySessionID ¶
func (s *Store) LookupChatbotSessionHandoffBySessionID(ctx context.Context, sessionID uint64) (_ *systemType.ChatbotSessionHandoff, err error)
LookupChatbotSessionHandoffBySessionID searches for chatbot session handoff by session ID
This function is auto-generated
func (*Store) LookupChatbotSessionHandoffByStatus ¶
func (s *Store) LookupChatbotSessionHandoffByStatus(ctx context.Context, status string) (_ *systemType.ChatbotSessionHandoff, err error)
LookupChatbotSessionHandoffByStatus searches for chatbot session handoffs by status
This function is auto-generated
func (*Store) LookupChatbotSessionStepByConversationID ¶
func (s *Store) LookupChatbotSessionStepByConversationID(ctx context.Context, conversationID uint64) (_ *systemType.ChatbotSessionStep, err error)
LookupChatbotSessionStepByConversationID searches for chatbot session step by conversation ID
This function is auto-generated
func (*Store) LookupChatbotSessionStepByID ¶
func (s *Store) LookupChatbotSessionStepByID(ctx context.Context, id uint64) (_ *systemType.ChatbotSessionStep, err error)
LookupChatbotSessionStepByID searches for chatbot session step by ID
It also returns deleted steps.
This function is auto-generated
func (*Store) LookupChatbotSessionStepBySessionID ¶
func (s *Store) LookupChatbotSessionStepBySessionID(ctx context.Context, sessionID uint64) (_ *systemType.ChatbotSessionStep, err error)
LookupChatbotSessionStepBySessionID searches for chatbot session steps by session ID
This function is auto-generated
func (*Store) LookupComposeAttachmentByID ¶
func (s *Store) LookupComposeAttachmentByID(ctx context.Context, id uint64) (_ *composeType.Attachment, err error)
LookupComposeAttachmentByID
This function is auto-generated
func (*Store) LookupComposeChartByID ¶
func (s *Store) LookupComposeChartByID(ctx context.Context, id uint64) (_ *composeType.Chart, err error)
LookupComposeChartByID searches for compose chart by ID
It returns compose chart even if deleted ¶
This function is auto-generated
func (*Store) LookupComposeChartByNamespaceIDHandle ¶
func (s *Store) LookupComposeChartByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Chart, err error)
LookupComposeChartByNamespaceIDHandle searches for compose chart by handle (case-insensitive)
This function is auto-generated
func (*Store) LookupComposeModuleByID ¶
func (s *Store) LookupComposeModuleByID(ctx context.Context, id uint64) (_ *composeType.Module, err error)
LookupComposeModuleByID searches for compose module by ID
It returns compose module even if deleted ¶
This function is auto-generated
func (*Store) LookupComposeModuleByNamespaceIDHandle ¶
func (s *Store) LookupComposeModuleByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Module, err error)
LookupComposeModuleByNamespaceIDHandle searches for compose module by handle (case-insensitive)
This function is auto-generated
func (*Store) LookupComposeModuleByNamespaceIDName ¶
func (s *Store) LookupComposeModuleByNamespaceIDName(ctx context.Context, namespaceID uint64, name string) (_ *composeType.Module, err error)
LookupComposeModuleByNamespaceIDName searches for compose module by name (case-insensitive)
This function is auto-generated
func (*Store) LookupComposeModuleFieldByID ¶
func (s *Store) LookupComposeModuleFieldByID(ctx context.Context, id uint64) (_ *composeType.ModuleField, err error)
LookupComposeModuleFieldByID searches for compose module field by ID
This function is auto-generated
func (*Store) LookupComposeModuleFieldByModuleIDName ¶
func (s *Store) LookupComposeModuleFieldByModuleIDName(ctx context.Context, moduleID uint64, name string) (_ *composeType.ModuleField, err error)
LookupComposeModuleFieldByModuleIDName searches for compose module field by name (case-insensitive)
This function is auto-generated
func (*Store) LookupComposeNamespaceByID ¶
func (s *Store) LookupComposeNamespaceByID(ctx context.Context, id uint64) (_ *composeType.Namespace, err error)
LookupComposeNamespaceByID searches for compose namespace by ID
It returns compose namespace even if deleted ¶
This function is auto-generated
func (*Store) LookupComposeNamespaceBySlug ¶
func (s *Store) LookupComposeNamespaceBySlug(ctx context.Context, slug string) (_ *composeType.Namespace, err error)
LookupComposeNamespaceBySlug searches for namespace by slug (case-insensitive)
This function is auto-generated
func (*Store) LookupComposePageByID ¶
func (s *Store) LookupComposePageByID(ctx context.Context, id uint64) (_ *composeType.Page, err error)
LookupComposePageByID searches for compose page by ID
It returns compose page even if deleted ¶
This function is auto-generated
func (*Store) LookupComposePageByNamespaceIDHandle ¶
func (s *Store) LookupComposePageByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.Page, err error)
LookupComposePageByNamespaceIDHandle searches for page by handle (case-insensitive)
This function is auto-generated
func (*Store) LookupComposePageByNamespaceIDModuleID ¶
func (s *Store) LookupComposePageByNamespaceIDModuleID(ctx context.Context, namespaceID uint64, moduleID uint64) (_ *composeType.Page, err error)
LookupComposePageByNamespaceIDModuleID searches for page by moduleID
This function is auto-generated
func (*Store) LookupComposePageLayoutByID ¶
func (s *Store) LookupComposePageLayoutByID(ctx context.Context, id uint64) (_ *composeType.PageLayout, err error)
LookupComposePageLayoutByID searches for compose page layour by ID
It returns compose page layour even if deleted ¶
This function is auto-generated
func (*Store) LookupComposePageLayoutByNamespaceIDHandle ¶
func (s *Store) LookupComposePageLayoutByNamespaceIDHandle(ctx context.Context, namespaceID uint64, handle string) (_ *composeType.PageLayout, err error)
LookupComposePageLayoutByNamespaceIDHandle searches for page layour by handle (case-insensitive)
This function is auto-generated
func (*Store) LookupComposePageLayoutByNamespaceIDPageIDHandle ¶
func (s *Store) LookupComposePageLayoutByNamespaceIDPageIDHandle(ctx context.Context, namespaceID uint64, pageID uint64, handle string) (_ *composeType.PageLayout, err error)
LookupComposePageLayoutByNamespaceIDPageIDHandle searches for page layour by handle (case-insensitive)
This function is auto-generated
func (*Store) LookupConfiguredConnectionByID ¶
func (s *Store) LookupConfiguredConnectionByID(ctx context.Context, id uint64) (_ *systemType.ConfiguredConnection, err error)
LookupConfiguredConnectionByID searches for connection connection by ID
It returns connection connection even if deleted ¶
This function is auto-generated
func (*Store) LookupConnectionByHandle ¶
func (s *Store) LookupConnectionByHandle(ctx context.Context, handle string) (_ *systemType.Connection, err error)
LookupConnectionByHandle searches for connection by handle
It returns only valid connection (not deleted)
This function is auto-generated
func (*Store) LookupConnectionByID ¶
func (s *Store) LookupConnectionByID(ctx context.Context, id uint64) (_ *systemType.Connection, err error)
LookupConnectionByID searches for connection by ID
It returns connection even if deleted ¶
This function is auto-generated
func (*Store) LookupCredentialByID ¶
func (s *Store) LookupCredentialByID(ctx context.Context, id uint64) (_ *systemType.Credential, err error)
LookupCredentialByID searches for credentials by ID
It returns credentials even if deleted ¶
This function is auto-generated
func (*Store) LookupDalConnectionByHandle ¶
func (s *Store) LookupDalConnectionByHandle(ctx context.Context, handle string) (_ *systemType.DalConnection, err error)
LookupDalConnectionByHandle searches for connection by handle
It returns only valid connection (not deleted)
This function is auto-generated
func (*Store) LookupDalConnectionByID ¶
func (s *Store) LookupDalConnectionByID(ctx context.Context, id uint64) (_ *systemType.DalConnection, err error)
LookupDalConnectionByID searches for connection by ID
It returns connection even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupDalSchemaAlterationByID ¶
func (s *Store) LookupDalSchemaAlterationByID(ctx context.Context, id uint64) (_ *systemType.DalSchemaAlteration, err error)
LookupDalSchemaAlterationByID searches for resource translation by ID It also returns deleted resource translations.
This function is auto-generated
func (*Store) LookupDalSensitivityLevelByID ¶
func (s *Store) LookupDalSensitivityLevelByID(ctx context.Context, id uint64) (_ *systemType.DalSensitivityLevel, err error)
LookupDalSensitivityLevelByID searches for user by ID
It returns user even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupDataPrivacyRequestByID ¶
func (s *Store) LookupDataPrivacyRequestByID(ctx context.Context, id uint64) (_ *systemType.DataPrivacyRequest, err error)
LookupDataPrivacyRequestByID searches for data privacy request by ID
It returns data privacy request even if deleted ¶
This function is auto-generated
func (*Store) LookupFederationExposedModuleByID ¶
func (s *Store) LookupFederationExposedModuleByID(ctx context.Context, id uint64) (_ *federationType.ExposedModule, err error)
LookupFederationExposedModuleByID searches for federation module by ID
It returns federation module ¶
This function is auto-generated
func (*Store) LookupFederationModuleMappingByFederationModuleID ¶
func (s *Store) LookupFederationModuleMappingByFederationModuleID(ctx context.Context, federationModuleID uint64) (_ *federationType.ModuleMapping, err error)
LookupFederationModuleMappingByFederationModuleID searches for module mapping by federation module id
It returns module mapping ¶
This function is auto-generated
func (*Store) LookupFederationModuleMappingByFederationModuleIDComposeModuleIDComposeNamespaceID ¶
func (s *Store) LookupFederationModuleMappingByFederationModuleIDComposeModuleIDComposeNamespaceID(ctx context.Context, federationModuleID uint64, composeModuleID uint64, composeNamespaceID uint64) (_ *federationType.ModuleMapping, err error)
LookupFederationModuleMappingByFederationModuleIDComposeModuleIDComposeNamespaceID searches for module mapping by federation module id and compose module id
It returns module mapping ¶
This function is auto-generated
func (*Store) LookupFederationNodeByBaseURLSharedNodeID ¶
func (s *Store) LookupFederationNodeByBaseURLSharedNodeID(ctx context.Context, baseURL string, sharedNodeID uint64) (_ *federationType.Node, err error)
LookupFederationNodeByBaseURLSharedNodeID searches for node by shared-node-id and base-url
This function is auto-generated
func (*Store) LookupFederationNodeByID ¶
func (s *Store) LookupFederationNodeByID(ctx context.Context, id uint64) (_ *federationType.Node, err error)
LookupFederationNodeByID searches for federation node by ID
It returns federation node ¶
This function is auto-generated
func (*Store) LookupFederationNodeBySharedNodeID ¶
func (s *Store) LookupFederationNodeBySharedNodeID(ctx context.Context, sharedNodeID uint64) (_ *federationType.Node, err error)
LookupFederationNodeBySharedNodeID searches for node by shared-node-id
This function is auto-generated
func (*Store) LookupFederationNodeSyncByNodeID ¶
func (s *Store) LookupFederationNodeSyncByNodeID(ctx context.Context, nodeID uint64) (_ *federationType.NodeSync, err error)
LookupFederationNodeSyncByNodeID searches for sync activity by node ID
It returns sync activity ¶
This function is auto-generated
func (*Store) LookupFederationNodeSyncByNodeIDModuleIDSyncTypeSyncStatus ¶
func (s *Store) LookupFederationNodeSyncByNodeIDModuleIDSyncTypeSyncStatus(ctx context.Context, nodeID uint64, moduleID uint64, syncType string, syncStatus string) (_ *federationType.NodeSync, err error)
LookupFederationNodeSyncByNodeIDModuleIDSyncTypeSyncStatus searches for activity by node, type and status
It returns sync activity ¶
This function is auto-generated
func (*Store) LookupFederationSharedModuleByID ¶
func (s *Store) LookupFederationSharedModuleByID(ctx context.Context, id uint64) (_ *federationType.SharedModule, err error)
LookupFederationSharedModuleByID searches for shared federation module by ID
It returns shared federation module ¶
This function is auto-generated
func (*Store) LookupFlagByKindResourceIDOwnedByName ¶
func (s *Store) LookupFlagByKindResourceIDOwnedByName(ctx context.Context, kind string, resourceID uint64, ownedBy uint64, name string) (_ *flagType.Flag, err error)
LookupFlagByKindResourceIDOwnedByName searches for flag by kind, resource ID, owner and name
This function is auto-generated
func (*Store) LookupKnowledgeBaseByHandle ¶
func (s *Store) LookupKnowledgeBaseByHandle(ctx context.Context, handle string) (_ *systemType.KnowledgeBase, err error)
LookupKnowledgeBaseByHandle searches for knowledge base by handle
It returns only valid knowledge bases (not deleted)
This function is auto-generated
func (*Store) LookupKnowledgeBaseByID ¶
func (s *Store) LookupKnowledgeBaseByID(ctx context.Context, id uint64) (_ *systemType.KnowledgeBase, err error)
LookupKnowledgeBaseByID searches for knowledge base by ID
It also returns deleted knowledge bases.
This function is auto-generated
func (*Store) LookupLabelByKindResourceIDName ¶
func (s *Store) LookupLabelByKindResourceIDName(ctx context.Context, kind string, resourceID uint64, name string) (_ *labelsType.Label, err error)
LookupLabelByKindResourceIDName searches for label by kind, resource ID and name
This function is auto-generated
func (*Store) LookupLlmProviderByHandle ¶
func (s *Store) LookupLlmProviderByHandle(ctx context.Context, handle string) (_ *systemType.LlmProvider, err error)
LookupLlmProviderByHandle searches for LLM provider by handle
It returns only valid LLM provider (not deleted)
This function is auto-generated
func (*Store) LookupLlmProviderByID ¶
func (s *Store) LookupLlmProviderByID(ctx context.Context, id uint64) (_ *systemType.LlmProvider, err error)
LookupLlmProviderByID searches for LLM provider by ID
It returns LLM provider even if deleted ¶
This function is auto-generated
func (*Store) LookupNotificationByID ¶
func (s *Store) LookupNotificationByID(ctx context.Context, id uint64) (_ *systemType.Notification, err error)
LookupNotificationByID
This function is auto-generated
func (*Store) LookupQueueByID ¶
LookupQueueByID searches for queue by ID
This function is auto-generated
func (*Store) LookupQueueByQueue ¶
func (s *Store) LookupQueueByQueue(ctx context.Context, queue string) (_ *systemType.Queue, err error)
LookupQueueByQueue searches for queue by queue name
This function is auto-generated
func (*Store) LookupReminderByID ¶
func (s *Store) LookupReminderByID(ctx context.Context, id uint64) (_ *systemType.Reminder, err error)
LookupReminderByID
This function is auto-generated
func (*Store) LookupReportByHandle ¶
func (s *Store) LookupReportByHandle(ctx context.Context, handle string) (_ *systemType.Report, err error)
LookupReportByHandle searches for report by handle
It returns report if deleted ¶
This function is auto-generated
func (*Store) LookupReportByID ¶
LookupReportByID searches for report by ID
It returns report even if deleted ¶
This function is auto-generated
func (*Store) LookupResourceTranslationByID ¶
func (s *Store) LookupResourceTranslationByID(ctx context.Context, id uint64) (_ *systemType.ResourceTranslation, err error)
LookupResourceTranslationByID searches for resource translation by ID It also returns deleted resource translations.
This function is auto-generated
func (*Store) LookupRoleByHandle ¶
func (s *Store) LookupRoleByHandle(ctx context.Context, handle string) (_ *systemType.Role, err error)
LookupRoleByHandle searches for role by handle
It returns only valid role (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupRoleByID ¶
LookupRoleByID searches for role by ID
It returns role even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupRoleByName ¶
LookupRoleByName searches for role by name
It returns only valid role (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupSettingValueByNameOwnedBy ¶
func (s *Store) LookupSettingValueByNameOwnedBy(ctx context.Context, name string, ownedBy uint64) (_ *systemType.SettingValue, err error)
LookupSettingValueByNameOwnedBy searches for settings by name and owner
This function is auto-generated
func (*Store) LookupTemplateByHandle ¶
func (s *Store) LookupTemplateByHandle(ctx context.Context, handle string) (_ *systemType.Template, err error)
LookupTemplateByHandle searches for template by handle
It returns only valid templates (not deleted)
This function is auto-generated
func (*Store) LookupTemplateByID ¶
func (s *Store) LookupTemplateByID(ctx context.Context, id uint64) (_ *systemType.Template, err error)
LookupTemplateByID searches for template by ID
It also returns deleted templates.
This function is auto-generated
func (*Store) LookupUserByEmail ¶
func (s *Store) LookupUserByEmail(ctx context.Context, email string) (_ *systemType.User, err error)
LookupUserByEmail searches for user by email
It returns only valid user (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupUserByHandle ¶
func (s *Store) LookupUserByHandle(ctx context.Context, handle string) (_ *systemType.User, err error)
LookupUserByHandle searches for user by handle
It returns only valid user (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupUserByID ¶
LookupUserByID searches for user by ID
It returns user even if deleted or suspended ¶
This function is auto-generated
func (*Store) LookupUserByUsername ¶
func (s *Store) LookupUserByUsername(ctx context.Context, username string) (_ *systemType.User, err error)
LookupUserByUsername searches for user by username
It returns only valid user (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupUserGroupByHandle ¶
func (s *Store) LookupUserGroupByHandle(ctx context.Context, handle string) (_ *systemType.UserGroup, err error)
LookupUserGroupByHandle searches for user group by handle
It returns only valid user group (not deleted, not suspended)
This function is auto-generated
func (*Store) LookupUserGroupByID ¶
func (s *Store) LookupUserGroupByID(ctx context.Context, id uint64) (_ *systemType.UserGroup, err error)
LookupUserGroupByID searches for user group by ID
It returns user group even if deleted or suspended ¶
This function is auto-generated
func (*Store) QueryActionlogs ¶
func (s *Store) QueryActionlogs( ctx context.Context, f actionlogType.Filter, ) (_ []*actionlogType.Action, more bool, err error)
QueryActionlogs queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAgents ¶
func (s *Store) QueryAgents( ctx context.Context, f systemType.AgentFilter, ) (_ []*systemType.Agent, more bool, err error)
QueryAgents queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAiConversations ¶
func (s *Store) QueryAiConversations( ctx context.Context, f systemType.AiConversationFilter, ) (_ []*systemType.AiConversation, more bool, err error)
QueryAiConversations queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryApigwFilters ¶
func (s *Store) QueryApigwFilters( ctx context.Context, f systemType.ApigwFilterFilter, ) (_ []*systemType.ApigwFilter, more bool, err error)
QueryApigwFilters queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryApigwRoutes ¶
func (s *Store) QueryApigwRoutes( ctx context.Context, f systemType.ApigwRouteFilter, ) (_ []*systemType.ApigwRoute, more bool, err error)
QueryApigwRoutes queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryApplications ¶
func (s *Store) QueryApplications( ctx context.Context, f systemType.ApplicationFilter, ) (_ []*systemType.Application, more bool, err error)
QueryApplications queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAttachments ¶
func (s *Store) QueryAttachments( ctx context.Context, f systemType.AttachmentFilter, ) (_ []*systemType.Attachment, more bool, err error)
QueryAttachments queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAuthClients ¶
func (s *Store) QueryAuthClients( ctx context.Context, f systemType.AuthClientFilter, ) (_ []*systemType.AuthClient, more bool, err error)
QueryAuthClients queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAuthConfirmedClients ¶
func (s *Store) QueryAuthConfirmedClients( ctx context.Context, f systemType.AuthConfirmedClientFilter, ) (_ []*systemType.AuthConfirmedClient, more bool, err error)
QueryAuthConfirmedClients queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAuthOa2tokens ¶
func (s *Store) QueryAuthOa2tokens( ctx context.Context, f systemType.AuthOa2tokenFilter, ) (_ []*systemType.AuthOa2token, more bool, err error)
QueryAuthOa2tokens queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAuthSessions ¶
func (s *Store) QueryAuthSessions( ctx context.Context, f systemType.AuthSessionFilter, ) (_ []*systemType.AuthSession, more bool, err error)
QueryAuthSessions queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAutomationNgAutomations ¶
func (s *Store) QueryAutomationNgAutomations( ctx context.Context, f automationType.NgAutomationFilter, ) (_ []*automationType.NgAutomation, more bool, err error)
QueryAutomationNgAutomations queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAutomationSessions ¶
func (s *Store) QueryAutomationSessions( ctx context.Context, f automationType.SessionFilter, ) (_ []*automationType.Session, more bool, err error)
QueryAutomationSessions queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAutomationTriggers ¶
func (s *Store) QueryAutomationTriggers( ctx context.Context, f automationType.TriggerFilter, ) (_ []*automationType.Trigger, more bool, err error)
QueryAutomationTriggers queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryAutomationWorkflows ¶
func (s *Store) QueryAutomationWorkflows( ctx context.Context, f automationType.WorkflowFilter, ) (_ []*automationType.Workflow, more bool, err error)
QueryAutomationWorkflows queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryChatbotSessionHandoffs ¶
func (s *Store) QueryChatbotSessionHandoffs( ctx context.Context, f systemType.ChatbotSessionHandoffFilter, ) (_ []*systemType.ChatbotSessionHandoff, more bool, err error)
QueryChatbotSessionHandoffs queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryChatbotSessionSteps ¶
func (s *Store) QueryChatbotSessionSteps( ctx context.Context, f systemType.ChatbotSessionStepFilter, ) (_ []*systemType.ChatbotSessionStep, more bool, err error)
QueryChatbotSessionSteps queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryChatbotSessions ¶
func (s *Store) QueryChatbotSessions( ctx context.Context, f systemType.ChatbotSessionFilter, ) (_ []*systemType.ChatbotSession, more bool, err error)
QueryChatbotSessions queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryChatbots ¶
func (s *Store) QueryChatbots( ctx context.Context, f systemType.ChatbotFilter, ) (_ []*systemType.Chatbot, more bool, err error)
QueryChatbots queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposeAttachments ¶
func (s *Store) QueryComposeAttachments( ctx context.Context, f composeType.AttachmentFilter, ) (_ []*composeType.Attachment, more bool, err error)
QueryComposeAttachments queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposeCharts ¶
func (s *Store) QueryComposeCharts( ctx context.Context, f composeType.ChartFilter, ) (_ []*composeType.Chart, more bool, err error)
QueryComposeCharts queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposeModuleFields ¶
func (s *Store) QueryComposeModuleFields( ctx context.Context, f composeType.ModuleFieldFilter, ) (_ []*composeType.ModuleField, more bool, err error)
QueryComposeModuleFields queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposeModules ¶
func (s *Store) QueryComposeModules( ctx context.Context, f composeType.ModuleFilter, ) (_ []*composeType.Module, more bool, err error)
QueryComposeModules queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposeNamespaces ¶
func (s *Store) QueryComposeNamespaces( ctx context.Context, f composeType.NamespaceFilter, ) (_ []*composeType.Namespace, more bool, err error)
QueryComposeNamespaces queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposePageLayouts ¶
func (s *Store) QueryComposePageLayouts( ctx context.Context, f composeType.PageLayoutFilter, ) (_ []*composeType.PageLayout, more bool, err error)
QueryComposePageLayouts queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryComposePages ¶
func (s *Store) QueryComposePages( ctx context.Context, f composeType.PageFilter, ) (_ []*composeType.Page, more bool, err error)
QueryComposePages queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryConfiguredConnections ¶
func (s *Store) QueryConfiguredConnections( ctx context.Context, f systemType.ConfiguredConnectionFilter, ) (_ []*systemType.ConfiguredConnection, more bool, err error)
QueryConfiguredConnections queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryConnections ¶
func (s *Store) QueryConnections( ctx context.Context, f systemType.ConnectionFilter, ) (_ []*systemType.Connection, more bool, err error)
QueryConnections queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryCredentials ¶
func (s *Store) QueryCredentials( ctx context.Context, f systemType.CredentialFilter, ) (_ []*systemType.Credential, more bool, err error)
QueryCredentials queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryDalConnections ¶
func (s *Store) QueryDalConnections( ctx context.Context, f systemType.DalConnectionFilter, ) (_ []*systemType.DalConnection, more bool, err error)
QueryDalConnections queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryDalSchemaAlterations ¶
func (s *Store) QueryDalSchemaAlterations( ctx context.Context, f systemType.DalSchemaAlterationFilter, ) (_ []*systemType.DalSchemaAlteration, more bool, err error)
QueryDalSchemaAlterations queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryDalSensitivityLevels ¶
func (s *Store) QueryDalSensitivityLevels( ctx context.Context, f systemType.DalSensitivityLevelFilter, ) (_ []*systemType.DalSensitivityLevel, more bool, err error)
QueryDalSensitivityLevels queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryDataPrivacyRequestComments ¶
func (s *Store) QueryDataPrivacyRequestComments( ctx context.Context, f systemType.DataPrivacyRequestCommentFilter, ) (_ []*systemType.DataPrivacyRequestComment, more bool, err error)
QueryDataPrivacyRequestComments queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryDataPrivacyRequests ¶
func (s *Store) QueryDataPrivacyRequests( ctx context.Context, f systemType.DataPrivacyRequestFilter, ) (_ []*systemType.DataPrivacyRequest, more bool, err error)
QueryDataPrivacyRequests queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFederationExposedModules ¶
func (s *Store) QueryFederationExposedModules( ctx context.Context, f federationType.ExposedModuleFilter, ) (_ []*federationType.ExposedModule, more bool, err error)
QueryFederationExposedModules queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFederationModuleMappings ¶
func (s *Store) QueryFederationModuleMappings( ctx context.Context, f federationType.ModuleMappingFilter, ) (_ []*federationType.ModuleMapping, more bool, err error)
QueryFederationModuleMappings queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFederationNodeSyncs ¶
func (s *Store) QueryFederationNodeSyncs( ctx context.Context, f federationType.NodeSyncFilter, ) (_ []*federationType.NodeSync, more bool, err error)
QueryFederationNodeSyncs queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFederationNodes ¶
func (s *Store) QueryFederationNodes( ctx context.Context, f federationType.NodeFilter, ) (_ []*federationType.Node, more bool, err error)
QueryFederationNodes queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFederationSharedModules ¶
func (s *Store) QueryFederationSharedModules( ctx context.Context, f federationType.SharedModuleFilter, ) (_ []*federationType.SharedModule, more bool, err error)
QueryFederationSharedModules queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryFlags ¶
func (s *Store) QueryFlags( ctx context.Context, f flagType.FlagFilter, ) (_ []*flagType.Flag, more bool, err error)
QueryFlags queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryKnowledgeBases ¶
func (s *Store) QueryKnowledgeBases( ctx context.Context, f systemType.KnowledgeBaseFilter, ) (_ []*systemType.KnowledgeBase, more bool, err error)
QueryKnowledgeBases queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryLabels ¶
func (s *Store) QueryLabels( ctx context.Context, f labelsType.LabelFilter, ) (_ []*labelsType.Label, more bool, err error)
QueryLabels queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryLlmProviders ¶
func (s *Store) QueryLlmProviders( ctx context.Context, f systemType.LlmProviderFilter, ) (_ []*systemType.LlmProvider, more bool, err error)
QueryLlmProviders queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryNotifications ¶
func (s *Store) QueryNotifications( ctx context.Context, f systemType.NotificationFilter, ) (_ []*systemType.Notification, more bool, err error)
QueryNotifications queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryQueueMessages ¶
func (s *Store) QueryQueueMessages( ctx context.Context, f systemType.QueueMessageFilter, ) (_ []*systemType.QueueMessage, more bool, err error)
QueryQueueMessages queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryQueues ¶
func (s *Store) QueryQueues( ctx context.Context, f systemType.QueueFilter, ) (_ []*systemType.Queue, more bool, err error)
QueryQueues queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryRbacRules ¶
func (s *Store) QueryRbacRules( ctx context.Context, f rbacType.RuleFilter, ) (_ []*rbacType.Rule, more bool, err error)
QueryRbacRules queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryReminders ¶
func (s *Store) QueryReminders( ctx context.Context, f systemType.ReminderFilter, ) (_ []*systemType.Reminder, more bool, err error)
QueryReminders queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryReports ¶
func (s *Store) QueryReports( ctx context.Context, f systemType.ReportFilter, ) (_ []*systemType.Report, more bool, err error)
QueryReports queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryResourceActivitys ¶
func (s *Store) QueryResourceActivitys( ctx context.Context, f discoveryType.ResourceActivityFilter, ) (_ []*discoveryType.ResourceActivity, more bool, err error)
QueryResourceActivitys queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryResourceTranslations ¶
func (s *Store) QueryResourceTranslations( ctx context.Context, f systemType.ResourceTranslationFilter, ) (_ []*systemType.ResourceTranslation, more bool, err error)
QueryResourceTranslations queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryRoleMembers ¶
func (s *Store) QueryRoleMembers( ctx context.Context, f systemType.RoleMemberFilter, ) (_ []*systemType.RoleMember, more bool, err error)
QueryRoleMembers queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryRoles ¶
func (s *Store) QueryRoles( ctx context.Context, f systemType.RoleFilter, ) (_ []*systemType.Role, more bool, err error)
QueryRoles queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QuerySettingValues ¶
func (s *Store) QuerySettingValues( ctx context.Context, f systemType.SettingsFilter, ) (_ []*systemType.SettingValue, more bool, err error)
QuerySettingValues queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryTemplates ¶
func (s *Store) QueryTemplates( ctx context.Context, f systemType.TemplateFilter, ) (_ []*systemType.Template, more bool, err error)
QueryTemplates queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryUserGroups ¶
func (s *Store) QueryUserGroups( ctx context.Context, f systemType.UserGroupFilter, ) (_ []*systemType.UserGroup, more bool, err error)
QueryUserGroups queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (*Store) QueryUsers ¶
func (s *Store) QueryUsers( ctx context.Context, f systemType.UserFilter, ) (_ []*systemType.User, more bool, err error)
QueryUsers queries the database, converts and checks each row and returns collected set
With generics, we can remove this per-resource-generated function and replace it with a single utility fetcher
This function is auto-generated
func (Store) ReorderApplications ¶
func (Store) ReorderComposePageLayouts ¶
func (Store) ReorderComposePages ¶
func (Store) RoleMetrics ¶
func (s Store) RoleMetrics(ctx context.Context) (m *systemType.RoleMetrics, err error)
func (*Store) SearchActionlogs ¶
func (s *Store) SearchActionlogs(ctx context.Context, f actionlogType.Filter) (set actionlogType.ActionSet, _ actionlogType.Filter, err error)
SearchActionlogs returns (filtered) set of Actionlogs
This function is auto-generated
func (*Store) SearchAgents ¶
func (s *Store) SearchAgents(ctx context.Context, f systemType.AgentFilter) (set systemType.AgentSet, _ systemType.AgentFilter, err error)
SearchAgents returns (filtered) set of Agents
This function is auto-generated
func (*Store) SearchAiConversations ¶
func (s *Store) SearchAiConversations(ctx context.Context, f systemType.AiConversationFilter) (set systemType.AiConversationSet, _ systemType.AiConversationFilter, err error)
SearchAiConversations returns (filtered) set of AiConversations
This function is auto-generated
func (*Store) SearchApigwFilters ¶
func (s *Store) SearchApigwFilters(ctx context.Context, f systemType.ApigwFilterFilter) (set systemType.ApigwFilterSet, _ systemType.ApigwFilterFilter, err error)
SearchApigwFilters returns (filtered) set of ApigwFilters
This function is auto-generated
func (*Store) SearchApigwRoutes ¶
func (s *Store) SearchApigwRoutes(ctx context.Context, f systemType.ApigwRouteFilter) (set systemType.ApigwRouteSet, _ systemType.ApigwRouteFilter, err error)
SearchApigwRoutes returns (filtered) set of ApigwRoutes
This function is auto-generated
func (*Store) SearchApplications ¶
func (s *Store) SearchApplications(ctx context.Context, f systemType.ApplicationFilter) (set systemType.ApplicationSet, _ systemType.ApplicationFilter, err error)
SearchApplications returns (filtered) set of Applications
This function is auto-generated
func (*Store) SearchAttachments ¶
func (s *Store) SearchAttachments(ctx context.Context, f systemType.AttachmentFilter) (set systemType.AttachmentSet, _ systemType.AttachmentFilter, err error)
SearchAttachments returns (filtered) set of Attachments
This function is auto-generated
func (*Store) SearchAuthClients ¶
func (s *Store) SearchAuthClients(ctx context.Context, f systemType.AuthClientFilter) (set systemType.AuthClientSet, _ systemType.AuthClientFilter, err error)
SearchAuthClients returns (filtered) set of AuthClients
This function is auto-generated
func (*Store) SearchAuthConfirmedClients ¶
func (s *Store) SearchAuthConfirmedClients(ctx context.Context, f systemType.AuthConfirmedClientFilter) (set systemType.AuthConfirmedClientSet, _ systemType.AuthConfirmedClientFilter, err error)
SearchAuthConfirmedClients returns (filtered) set of AuthConfirmedClients
This function is auto-generated
func (*Store) SearchAuthOa2tokens ¶
func (s *Store) SearchAuthOa2tokens(ctx context.Context, f systemType.AuthOa2tokenFilter) (set systemType.AuthOa2tokenSet, _ systemType.AuthOa2tokenFilter, err error)
SearchAuthOa2tokens returns (filtered) set of AuthOa2tokens
This function is auto-generated
func (*Store) SearchAuthSessions ¶
func (s *Store) SearchAuthSessions(ctx context.Context, f systemType.AuthSessionFilter) (set systemType.AuthSessionSet, _ systemType.AuthSessionFilter, err error)
SearchAuthSessions returns (filtered) set of AuthSessions
This function is auto-generated
func (*Store) SearchAutomationNgAutomations ¶
func (s *Store) SearchAutomationNgAutomations(ctx context.Context, f automationType.NgAutomationFilter) (set automationType.NgAutomationSet, _ automationType.NgAutomationFilter, err error)
SearchAutomationNgAutomations returns (filtered) set of AutomationNgAutomations
This function is auto-generated
func (*Store) SearchAutomationSessions ¶
func (s *Store) SearchAutomationSessions(ctx context.Context, f automationType.SessionFilter) (set automationType.SessionSet, _ automationType.SessionFilter, err error)
SearchAutomationSessions returns (filtered) set of AutomationSessions
This function is auto-generated
func (*Store) SearchAutomationTriggers ¶
func (s *Store) SearchAutomationTriggers(ctx context.Context, f automationType.TriggerFilter) (set automationType.TriggerSet, _ automationType.TriggerFilter, err error)
SearchAutomationTriggers returns (filtered) set of AutomationTriggers
This function is auto-generated
func (*Store) SearchAutomationWorkflows ¶
func (s *Store) SearchAutomationWorkflows(ctx context.Context, f automationType.WorkflowFilter) (set automationType.WorkflowSet, _ automationType.WorkflowFilter, err error)
SearchAutomationWorkflows returns (filtered) set of AutomationWorkflows
This function is auto-generated
func (*Store) SearchChatbotSessionHandoffs ¶
func (s *Store) SearchChatbotSessionHandoffs(ctx context.Context, f systemType.ChatbotSessionHandoffFilter) (set systemType.ChatbotSessionHandoffSet, _ systemType.ChatbotSessionHandoffFilter, err error)
SearchChatbotSessionHandoffs returns (filtered) set of ChatbotSessionHandoffs
This function is auto-generated
func (*Store) SearchChatbotSessionSteps ¶
func (s *Store) SearchChatbotSessionSteps(ctx context.Context, f systemType.ChatbotSessionStepFilter) (set systemType.ChatbotSessionStepSet, _ systemType.ChatbotSessionStepFilter, err error)
SearchChatbotSessionSteps returns (filtered) set of ChatbotSessionSteps
This function is auto-generated
func (*Store) SearchChatbotSessions ¶
func (s *Store) SearchChatbotSessions(ctx context.Context, f systemType.ChatbotSessionFilter) (set systemType.ChatbotSessionSet, _ systemType.ChatbotSessionFilter, err error)
SearchChatbotSessions returns (filtered) set of ChatbotSessions
This function is auto-generated
func (*Store) SearchChatbots ¶
func (s *Store) SearchChatbots(ctx context.Context, f systemType.ChatbotFilter) (set systemType.ChatbotSet, _ systemType.ChatbotFilter, err error)
SearchChatbots returns (filtered) set of Chatbots
This function is auto-generated
func (*Store) SearchComposeAttachments ¶
func (s *Store) SearchComposeAttachments(ctx context.Context, f composeType.AttachmentFilter) (set composeType.AttachmentSet, _ composeType.AttachmentFilter, err error)
SearchComposeAttachments returns (filtered) set of ComposeAttachments
This function is auto-generated
func (*Store) SearchComposeCharts ¶
func (s *Store) SearchComposeCharts(ctx context.Context, f composeType.ChartFilter) (set composeType.ChartSet, _ composeType.ChartFilter, err error)
SearchComposeCharts returns (filtered) set of ComposeCharts
This function is auto-generated
func (*Store) SearchComposeModuleFields ¶
func (s *Store) SearchComposeModuleFields(ctx context.Context, f composeType.ModuleFieldFilter) (set composeType.ModuleFieldSet, _ composeType.ModuleFieldFilter, err error)
SearchComposeModuleFields returns (filtered) set of ComposeModuleFields
This function is auto-generated
func (*Store) SearchComposeModules ¶
func (s *Store) SearchComposeModules(ctx context.Context, f composeType.ModuleFilter) (set composeType.ModuleSet, _ composeType.ModuleFilter, err error)
SearchComposeModules returns (filtered) set of ComposeModules
This function is auto-generated
func (*Store) SearchComposeNamespaces ¶
func (s *Store) SearchComposeNamespaces(ctx context.Context, f composeType.NamespaceFilter) (set composeType.NamespaceSet, _ composeType.NamespaceFilter, err error)
SearchComposeNamespaces returns (filtered) set of ComposeNamespaces
This function is auto-generated
func (*Store) SearchComposePageLayouts ¶
func (s *Store) SearchComposePageLayouts(ctx context.Context, f composeType.PageLayoutFilter) (set composeType.PageLayoutSet, _ composeType.PageLayoutFilter, err error)
SearchComposePageLayouts returns (filtered) set of ComposePageLayouts
This function is auto-generated
func (*Store) SearchComposePages ¶
func (s *Store) SearchComposePages(ctx context.Context, f composeType.PageFilter) (set composeType.PageSet, _ composeType.PageFilter, err error)
SearchComposePages returns (filtered) set of ComposePages
This function is auto-generated
func (*Store) SearchConfiguredConnections ¶
func (s *Store) SearchConfiguredConnections(ctx context.Context, f systemType.ConfiguredConnectionFilter) (set systemType.ConfiguredConnectionSet, _ systemType.ConfiguredConnectionFilter, err error)
SearchConfiguredConnections returns (filtered) set of ConfiguredConnections
This function is auto-generated
func (*Store) SearchConnections ¶
func (s *Store) SearchConnections(ctx context.Context, f systemType.ConnectionFilter) (set systemType.ConnectionSet, _ systemType.ConnectionFilter, err error)
SearchConnections returns (filtered) set of Connections
This function is auto-generated
func (*Store) SearchCredentials ¶
func (s *Store) SearchCredentials(ctx context.Context, f systemType.CredentialFilter) (set systemType.CredentialSet, _ systemType.CredentialFilter, err error)
SearchCredentials returns (filtered) set of Credentials
This function is auto-generated
func (*Store) SearchDalConnections ¶
func (s *Store) SearchDalConnections(ctx context.Context, f systemType.DalConnectionFilter) (set systemType.DalConnectionSet, _ systemType.DalConnectionFilter, err error)
SearchDalConnections returns (filtered) set of DalConnections
This function is auto-generated
func (*Store) SearchDalSchemaAlterations ¶
func (s *Store) SearchDalSchemaAlterations(ctx context.Context, f systemType.DalSchemaAlterationFilter) (set systemType.DalSchemaAlterationSet, _ systemType.DalSchemaAlterationFilter, err error)
SearchDalSchemaAlterations returns (filtered) set of DalSchemaAlterations
This function is auto-generated
func (*Store) SearchDalSensitivityLevels ¶
func (s *Store) SearchDalSensitivityLevels(ctx context.Context, f systemType.DalSensitivityLevelFilter) (set systemType.DalSensitivityLevelSet, _ systemType.DalSensitivityLevelFilter, err error)
SearchDalSensitivityLevels returns (filtered) set of DalSensitivityLevels
This function is auto-generated
func (*Store) SearchDataPrivacyRequestComments ¶
func (s *Store) SearchDataPrivacyRequestComments(ctx context.Context, f systemType.DataPrivacyRequestCommentFilter) (set systemType.DataPrivacyRequestCommentSet, _ systemType.DataPrivacyRequestCommentFilter, err error)
SearchDataPrivacyRequestComments returns (filtered) set of DataPrivacyRequestComments
This function is auto-generated
func (*Store) SearchDataPrivacyRequests ¶
func (s *Store) SearchDataPrivacyRequests(ctx context.Context, f systemType.DataPrivacyRequestFilter) (set systemType.DataPrivacyRequestSet, _ systemType.DataPrivacyRequestFilter, err error)
SearchDataPrivacyRequests returns (filtered) set of DataPrivacyRequests
This function is auto-generated
func (*Store) SearchFederationExposedModules ¶
func (s *Store) SearchFederationExposedModules(ctx context.Context, f federationType.ExposedModuleFilter) (set federationType.ExposedModuleSet, _ federationType.ExposedModuleFilter, err error)
SearchFederationExposedModules returns (filtered) set of FederationExposedModules
This function is auto-generated
func (*Store) SearchFederationModuleMappings ¶
func (s *Store) SearchFederationModuleMappings(ctx context.Context, f federationType.ModuleMappingFilter) (set federationType.ModuleMappingSet, _ federationType.ModuleMappingFilter, err error)
SearchFederationModuleMappings returns (filtered) set of FederationModuleMappings
This function is auto-generated
func (*Store) SearchFederationNodeSyncs ¶
func (s *Store) SearchFederationNodeSyncs(ctx context.Context, f federationType.NodeSyncFilter) (set federationType.NodeSyncSet, _ federationType.NodeSyncFilter, err error)
SearchFederationNodeSyncs returns (filtered) set of FederationNodeSyncs
This function is auto-generated
func (*Store) SearchFederationNodes ¶
func (s *Store) SearchFederationNodes(ctx context.Context, f federationType.NodeFilter) (set federationType.NodeSet, _ federationType.NodeFilter, err error)
SearchFederationNodes returns (filtered) set of FederationNodes
This function is auto-generated
func (*Store) SearchFederationSharedModules ¶
func (s *Store) SearchFederationSharedModules(ctx context.Context, f federationType.SharedModuleFilter) (set federationType.SharedModuleSet, _ federationType.SharedModuleFilter, err error)
SearchFederationSharedModules returns (filtered) set of FederationSharedModules
This function is auto-generated
func (*Store) SearchFlags ¶
func (s *Store) SearchFlags(ctx context.Context, f flagType.FlagFilter) (set flagType.FlagSet, _ flagType.FlagFilter, err error)
SearchFlags returns (filtered) set of Flags
This function is auto-generated
func (*Store) SearchKnowledgeBases ¶
func (s *Store) SearchKnowledgeBases(ctx context.Context, f systemType.KnowledgeBaseFilter) (set systemType.KnowledgeBaseSet, _ systemType.KnowledgeBaseFilter, err error)
SearchKnowledgeBases returns (filtered) set of KnowledgeBases
This function is auto-generated
func (*Store) SearchLabels ¶
func (s *Store) SearchLabels(ctx context.Context, f labelsType.LabelFilter) (set labelsType.LabelSet, _ labelsType.LabelFilter, err error)
SearchLabels returns (filtered) set of Labels
This function is auto-generated
func (*Store) SearchLlmProviders ¶
func (s *Store) SearchLlmProviders(ctx context.Context, f systemType.LlmProviderFilter) (set systemType.LlmProviderSet, _ systemType.LlmProviderFilter, err error)
SearchLlmProviders returns (filtered) set of LlmProviders
This function is auto-generated
func (*Store) SearchNotifications ¶
func (s *Store) SearchNotifications(ctx context.Context, f systemType.NotificationFilter) (set systemType.NotificationSet, _ systemType.NotificationFilter, err error)
SearchNotifications returns (filtered) set of Notifications
This function is auto-generated
func (*Store) SearchQueueMessages ¶
func (s *Store) SearchQueueMessages(ctx context.Context, f systemType.QueueMessageFilter) (set systemType.QueueMessageSet, _ systemType.QueueMessageFilter, err error)
SearchQueueMessages returns (filtered) set of QueueMessages
This function is auto-generated
func (*Store) SearchQueues ¶
func (s *Store) SearchQueues(ctx context.Context, f systemType.QueueFilter) (set systemType.QueueSet, _ systemType.QueueFilter, err error)
SearchQueues returns (filtered) set of Queues
This function is auto-generated
func (*Store) SearchRbacRules ¶
func (s *Store) SearchRbacRules(ctx context.Context, f rbacType.RuleFilter) (set rbacType.RuleSet, _ rbacType.RuleFilter, err error)
SearchRbacRules returns (filtered) set of RbacRules
This function is auto-generated
func (*Store) SearchReminders ¶
func (s *Store) SearchReminders(ctx context.Context, f systemType.ReminderFilter) (set systemType.ReminderSet, _ systemType.ReminderFilter, err error)
SearchReminders returns (filtered) set of Reminders
This function is auto-generated
func (*Store) SearchReports ¶
func (s *Store) SearchReports(ctx context.Context, f systemType.ReportFilter) (set systemType.ReportSet, _ systemType.ReportFilter, err error)
SearchReports returns (filtered) set of Reports
This function is auto-generated
func (*Store) SearchResourceActivitys ¶
func (s *Store) SearchResourceActivitys(ctx context.Context, f discoveryType.ResourceActivityFilter) (set discoveryType.ResourceActivitySet, _ discoveryType.ResourceActivityFilter, err error)
SearchResourceActivitys returns (filtered) set of ResourceActivitys
This function is auto-generated
func (*Store) SearchResourceTranslations ¶
func (s *Store) SearchResourceTranslations(ctx context.Context, f systemType.ResourceTranslationFilter) (set systemType.ResourceTranslationSet, _ systemType.ResourceTranslationFilter, err error)
SearchResourceTranslations returns (filtered) set of ResourceTranslations
This function is auto-generated
func (*Store) SearchRoleMembers ¶
func (s *Store) SearchRoleMembers(ctx context.Context, f systemType.RoleMemberFilter) (set systemType.RoleMemberSet, _ systemType.RoleMemberFilter, err error)
SearchRoleMembers returns (filtered) set of RoleMembers
This function is auto-generated
func (*Store) SearchRoles ¶
func (s *Store) SearchRoles(ctx context.Context, f systemType.RoleFilter) (set systemType.RoleSet, _ systemType.RoleFilter, err error)
SearchRoles returns (filtered) set of Roles
This function is auto-generated
func (*Store) SearchSettingValues ¶
func (s *Store) SearchSettingValues(ctx context.Context, f systemType.SettingsFilter) (set systemType.SettingValueSet, _ systemType.SettingsFilter, err error)
SearchSettingValues returns (filtered) set of SettingValues
This function is auto-generated
func (*Store) SearchTemplates ¶
func (s *Store) SearchTemplates(ctx context.Context, f systemType.TemplateFilter) (set systemType.TemplateSet, _ systemType.TemplateFilter, err error)
SearchTemplates returns (filtered) set of Templates
This function is auto-generated
func (*Store) SearchUserGroups ¶
func (s *Store) SearchUserGroups(ctx context.Context, f systemType.UserGroupFilter) (set systemType.UserGroupSet, _ systemType.UserGroupFilter, err error)
SearchUserGroups returns (filtered) set of UserGroups
This function is auto-generated
func (*Store) SearchUsers ¶
func (s *Store) SearchUsers(ctx context.Context, f systemType.UserFilter) (set systemType.UserSet, _ systemType.UserFilter, err error)
SearchUsers returns (filtered) set of Users
This function is auto-generated
func (*Store) SetDefaults ¶
func (s *Store) SetDefaults()
SetDefaults fn sets all defaults that need to be set
func (Store) ToDalConn ¶
func (s Store) ToDalConn() dal.Connection
ToDalConn uses store as DAL connection
func (Store) TransferRbacRules ¶
func (Store) TransferRoleMembers ¶
func (Store) TransformResource ¶
func (*Store) TruncateActionlogs ¶
TruncateActionlogs Deletes all rows from the actionlog collection
func (*Store) TruncateAgents ¶
TruncateAgents Deletes all rows from the agent collection
func (*Store) TruncateAiConversations ¶
TruncateAiConversations Deletes all rows from the aiConversation collection
func (*Store) TruncateApigwFilters ¶
TruncateApigwFilters Deletes all rows from the apigwFilter collection
func (*Store) TruncateApigwRoutes ¶
TruncateApigwRoutes Deletes all rows from the apigwRoute collection
func (*Store) TruncateApplications ¶
TruncateApplications Deletes all rows from the application collection
func (*Store) TruncateAttachments ¶
TruncateAttachments Deletes all rows from the attachment collection
func (*Store) TruncateAuthClients ¶
TruncateAuthClients Deletes all rows from the authClient collection
func (*Store) TruncateAuthConfirmedClients ¶
TruncateAuthConfirmedClients Deletes all rows from the authConfirmedClient collection
func (*Store) TruncateAuthOa2tokens ¶
TruncateAuthOa2tokens Deletes all rows from the authOa2token collection
func (*Store) TruncateAuthSessions ¶
TruncateAuthSessions Deletes all rows from the authSession collection
func (*Store) TruncateAutomationNgAutomations ¶
TruncateAutomationNgAutomations Deletes all rows from the automationNgAutomation collection
func (*Store) TruncateAutomationSessions ¶
TruncateAutomationSessions Deletes all rows from the automationSession collection
func (*Store) TruncateAutomationTriggers ¶
TruncateAutomationTriggers Deletes all rows from the automationTrigger collection
func (*Store) TruncateAutomationWorkflows ¶
TruncateAutomationWorkflows Deletes all rows from the automationWorkflow collection
func (*Store) TruncateChatbotSessionHandoffs ¶
TruncateChatbotSessionHandoffs Deletes all rows from the chatbotSessionHandoff collection
func (*Store) TruncateChatbotSessionSteps ¶
TruncateChatbotSessionSteps Deletes all rows from the chatbotSessionStep collection
func (*Store) TruncateChatbotSessions ¶
TruncateChatbotSessions Deletes all rows from the chatbotSession collection
func (*Store) TruncateChatbots ¶
TruncateChatbots Deletes all rows from the chatbot collection
func (*Store) TruncateComposeAttachments ¶
TruncateComposeAttachments Deletes all rows from the composeAttachment collection
func (*Store) TruncateComposeCharts ¶
TruncateComposeCharts Deletes all rows from the composeChart collection
func (*Store) TruncateComposeModuleFields ¶
TruncateComposeModuleFields Deletes all rows from the composeModuleField collection
func (*Store) TruncateComposeModules ¶
TruncateComposeModules Deletes all rows from the composeModule collection
func (*Store) TruncateComposeNamespaces ¶
TruncateComposeNamespaces Deletes all rows from the composeNamespace collection
func (*Store) TruncateComposePageLayouts ¶
TruncateComposePageLayouts Deletes all rows from the composePageLayout collection
func (*Store) TruncateComposePages ¶
TruncateComposePages Deletes all rows from the composePage collection
func (*Store) TruncateConfiguredConnections ¶
TruncateConfiguredConnections Deletes all rows from the configuredConnection collection
func (*Store) TruncateConnections ¶
TruncateConnections Deletes all rows from the connection collection
func (*Store) TruncateCredentials ¶
TruncateCredentials Deletes all rows from the credential collection
func (*Store) TruncateDalConnections ¶
TruncateDalConnections Deletes all rows from the dalConnection collection
func (*Store) TruncateDalSchemaAlterations ¶
TruncateDalSchemaAlterations Deletes all rows from the dalSchemaAlteration collection
func (*Store) TruncateDalSensitivityLevels ¶
TruncateDalSensitivityLevels Deletes all rows from the dalSensitivityLevel collection
func (*Store) TruncateDataPrivacyRequestComments ¶
TruncateDataPrivacyRequestComments Deletes all rows from the dataPrivacyRequestComment collection
func (*Store) TruncateDataPrivacyRequests ¶
TruncateDataPrivacyRequests Deletes all rows from the dataPrivacyRequest collection
func (*Store) TruncateFederationExposedModules ¶
TruncateFederationExposedModules Deletes all rows from the federationExposedModule collection
func (*Store) TruncateFederationModuleMappings ¶
TruncateFederationModuleMappings Deletes all rows from the federationModuleMapping collection
func (*Store) TruncateFederationNodeSyncs ¶
TruncateFederationNodeSyncs Deletes all rows from the federationNodeSync collection
func (*Store) TruncateFederationNodes ¶
TruncateFederationNodes Deletes all rows from the federationNode collection
func (*Store) TruncateFederationSharedModules ¶
TruncateFederationSharedModules Deletes all rows from the federationSharedModule collection
func (*Store) TruncateFlags ¶
TruncateFlags Deletes all rows from the flag collection
func (*Store) TruncateKnowledgeBases ¶
TruncateKnowledgeBases Deletes all rows from the knowledgeBase collection
func (*Store) TruncateLabels ¶
TruncateLabels Deletes all rows from the label collection
func (*Store) TruncateLlmProviders ¶
TruncateLlmProviders Deletes all rows from the llmProvider collection
func (*Store) TruncateNotifications ¶
TruncateNotifications Deletes all rows from the notification collection
func (*Store) TruncateQueueMessages ¶
TruncateQueueMessages Deletes all rows from the queueMessage collection
func (*Store) TruncateQueues ¶
TruncateQueues Deletes all rows from the queue collection
func (*Store) TruncateRbacRules ¶
TruncateRbacRules Deletes all rows from the rbacRule collection
func (*Store) TruncateReminders ¶
TruncateReminders Deletes all rows from the reminder collection
func (*Store) TruncateReports ¶
TruncateReports Deletes all rows from the report collection
func (*Store) TruncateResourceActivitys ¶
TruncateResourceActivitys Deletes all rows from the resourceActivity collection
func (*Store) TruncateResourceTranslations ¶
TruncateResourceTranslations Deletes all rows from the resourceTranslation collection
func (*Store) TruncateRoleMembers ¶
TruncateRoleMembers Deletes all rows from the roleMember collection
func (*Store) TruncateRoles ¶
TruncateRoles Deletes all rows from the role collection
func (*Store) TruncateSettingValues ¶
TruncateSettingValues Deletes all rows from the settingValue collection
func (*Store) TruncateTemplates ¶
TruncateTemplates Deletes all rows from the template collection
func (*Store) TruncateUserGroups ¶
TruncateUserGroups Deletes all rows from the userGroup collection
func (*Store) TruncateUsers ¶
TruncateUsers Deletes all rows from the user collection
func (*Store) UpdateActionlog ¶
UpdateActionlog updates one or more existing entries in actionlog collection
This function is auto-generated
func (*Store) UpdateAgent ¶
UpdateAgent updates one or more existing entries in agent collection
This function is auto-generated
func (*Store) UpdateAiConversation ¶
func (s *Store) UpdateAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
UpdateAiConversation updates one or more existing entries in aiConversation collection
This function is auto-generated
func (*Store) UpdateApigwFilter ¶
func (s *Store) UpdateApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
UpdateApigwFilter updates one or more existing entries in apigwFilter collection
This function is auto-generated
func (*Store) UpdateApigwRoute ¶
func (s *Store) UpdateApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
UpdateApigwRoute updates one or more existing entries in apigwRoute collection
This function is auto-generated
func (*Store) UpdateApplication ¶
func (s *Store) UpdateApplication(ctx context.Context, rr ...*systemType.Application) (err error)
UpdateApplication updates one or more existing entries in application collection
This function is auto-generated
func (*Store) UpdateAttachment ¶
func (s *Store) UpdateAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
UpdateAttachment updates one or more existing entries in attachment collection
This function is auto-generated
func (*Store) UpdateAuthClient ¶
func (s *Store) UpdateAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
UpdateAuthClient updates one or more existing entries in authClient collection
This function is auto-generated
func (*Store) UpdateAuthConfirmedClient ¶
func (s *Store) UpdateAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
UpdateAuthConfirmedClient updates one or more existing entries in authConfirmedClient collection
This function is auto-generated
func (*Store) UpdateAuthOa2token ¶
func (s *Store) UpdateAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
UpdateAuthOa2token updates one or more existing entries in authOa2token collection
This function is auto-generated
func (*Store) UpdateAuthSession ¶
func (s *Store) UpdateAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
UpdateAuthSession updates one or more existing entries in authSession collection
This function is auto-generated
func (*Store) UpdateAutomationNgAutomation ¶
func (s *Store) UpdateAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
UpdateAutomationNgAutomation updates one or more existing entries in automationNgAutomation collection
This function is auto-generated
func (*Store) UpdateAutomationSession ¶
func (s *Store) UpdateAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
UpdateAutomationSession updates one or more existing entries in automationSession collection
This function is auto-generated
func (*Store) UpdateAutomationTrigger ¶
func (s *Store) UpdateAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
UpdateAutomationTrigger updates one or more existing entries in automationTrigger collection
This function is auto-generated
func (*Store) UpdateAutomationWorkflow ¶
func (s *Store) UpdateAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
UpdateAutomationWorkflow updates one or more existing entries in automationWorkflow collection
This function is auto-generated
func (*Store) UpdateChatbot ¶
UpdateChatbot updates one or more existing entries in chatbot collection
This function is auto-generated
func (*Store) UpdateChatbotSession ¶
func (s *Store) UpdateChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
UpdateChatbotSession updates one or more existing entries in chatbotSession collection
This function is auto-generated
func (*Store) UpdateChatbotSessionHandoff ¶
func (s *Store) UpdateChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
UpdateChatbotSessionHandoff updates one or more existing entries in chatbotSessionHandoff collection
This function is auto-generated
func (*Store) UpdateChatbotSessionStep ¶
func (s *Store) UpdateChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
UpdateChatbotSessionStep updates one or more existing entries in chatbotSessionStep collection
This function is auto-generated
func (*Store) UpdateComposeAttachment ¶
func (s *Store) UpdateComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
UpdateComposeAttachment updates one or more existing entries in composeAttachment collection
This function is auto-generated
func (*Store) UpdateComposeChart ¶
UpdateComposeChart updates one or more existing entries in composeChart collection
This function is auto-generated
func (*Store) UpdateComposeModule ¶
UpdateComposeModule updates one or more existing entries in composeModule collection
This function is auto-generated
func (*Store) UpdateComposeModuleField ¶
func (s *Store) UpdateComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
UpdateComposeModuleField updates one or more existing entries in composeModuleField collection
This function is auto-generated
func (*Store) UpdateComposeNamespace ¶
func (s *Store) UpdateComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
UpdateComposeNamespace updates one or more existing entries in composeNamespace collection
This function is auto-generated
func (*Store) UpdateComposePage ¶
UpdateComposePage updates one or more existing entries in composePage collection
This function is auto-generated
func (*Store) UpdateComposePageLayout ¶
func (s *Store) UpdateComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
UpdateComposePageLayout updates one or more existing entries in composePageLayout collection
This function is auto-generated
func (*Store) UpdateConfiguredConnection ¶
func (s *Store) UpdateConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
UpdateConfiguredConnection updates one or more existing entries in configuredConnection collection
This function is auto-generated
func (*Store) UpdateConnection ¶
func (s *Store) UpdateConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
UpdateConnection updates one or more existing entries in connection collection
This function is auto-generated
func (*Store) UpdateCredential ¶
func (s *Store) UpdateCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
UpdateCredential updates one or more existing entries in credential collection
This function is auto-generated
func (*Store) UpdateDalConnection ¶
func (s *Store) UpdateDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
UpdateDalConnection updates one or more existing entries in dalConnection collection
This function is auto-generated
func (*Store) UpdateDalSchemaAlteration ¶
func (s *Store) UpdateDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
UpdateDalSchemaAlteration updates one or more existing entries in dalSchemaAlteration collection
This function is auto-generated
func (*Store) UpdateDalSensitivityLevel ¶
func (s *Store) UpdateDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
UpdateDalSensitivityLevel updates one or more existing entries in dalSensitivityLevel collection
This function is auto-generated
func (*Store) UpdateDataPrivacyRequest ¶
func (s *Store) UpdateDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
UpdateDataPrivacyRequest updates one or more existing entries in dataPrivacyRequest collection
This function is auto-generated
func (*Store) UpdateDataPrivacyRequestComment ¶
func (s *Store) UpdateDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
UpdateDataPrivacyRequestComment updates one or more existing entries in dataPrivacyRequestComment collection
This function is auto-generated
func (*Store) UpdateFederationExposedModule ¶
func (s *Store) UpdateFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
UpdateFederationExposedModule updates one or more existing entries in federationExposedModule collection
This function is auto-generated
func (*Store) UpdateFederationModuleMapping ¶
func (s *Store) UpdateFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
UpdateFederationModuleMapping updates one or more existing entries in federationModuleMapping collection
This function is auto-generated
func (*Store) UpdateFederationNode ¶
UpdateFederationNode updates one or more existing entries in federationNode collection
This function is auto-generated
func (*Store) UpdateFederationNodeSync ¶
func (s *Store) UpdateFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
UpdateFederationNodeSync updates one or more existing entries in federationNodeSync collection
This function is auto-generated
func (*Store) UpdateFederationSharedModule ¶
func (s *Store) UpdateFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
UpdateFederationSharedModule updates one or more existing entries in federationSharedModule collection
This function is auto-generated
func (*Store) UpdateFlag ¶
UpdateFlag updates one or more existing entries in flag collection
This function is auto-generated
func (*Store) UpdateKnowledgeBase ¶
func (s *Store) UpdateKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
UpdateKnowledgeBase updates one or more existing entries in knowledgeBase collection
This function is auto-generated
func (*Store) UpdateLabel ¶
UpdateLabel updates one or more existing entries in label collection
This function is auto-generated
func (*Store) UpdateLlmProvider ¶
func (s *Store) UpdateLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
UpdateLlmProvider updates one or more existing entries in llmProvider collection
This function is auto-generated
func (*Store) UpdateNotification ¶
func (s *Store) UpdateNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
UpdateNotification updates one or more existing entries in notification collection
This function is auto-generated
func (*Store) UpdateQueue ¶
UpdateQueue updates one or more existing entries in queue collection
This function is auto-generated
func (*Store) UpdateQueueMessage ¶
func (s *Store) UpdateQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
UpdateQueueMessage updates one or more existing entries in queueMessage collection
This function is auto-generated
func (*Store) UpdateRbacRule ¶
UpdateRbacRule updates one or more existing entries in rbacRule collection
This function is auto-generated
func (*Store) UpdateReminder ¶
UpdateReminder updates one or more existing entries in reminder collection
This function is auto-generated
func (*Store) UpdateReport ¶
UpdateReport updates one or more existing entries in report collection
This function is auto-generated
func (*Store) UpdateResourceActivity ¶
func (s *Store) UpdateResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
UpdateResourceActivity updates one or more existing entries in resourceActivity collection
This function is auto-generated
func (*Store) UpdateResourceTranslation ¶
func (s *Store) UpdateResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
UpdateResourceTranslation updates one or more existing entries in resourceTranslation collection
This function is auto-generated
func (*Store) UpdateRole ¶
UpdateRole updates one or more existing entries in role collection
This function is auto-generated
func (*Store) UpdateRoleMember ¶
func (s *Store) UpdateRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
UpdateRoleMember updates one or more existing entries in roleMember collection
This function is auto-generated
func (*Store) UpdateSettingValue ¶
func (s *Store) UpdateSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
UpdateSettingValue updates one or more existing entries in settingValue collection
This function is auto-generated
func (*Store) UpdateTemplate ¶
UpdateTemplate updates one or more existing entries in template collection
This function is auto-generated
func (*Store) UpdateUser ¶
UpdateUser updates one or more existing entries in user collection
This function is auto-generated
func (*Store) UpdateUserGroup ¶
UpdateUserGroup updates one or more existing entries in userGroup collection
This function is auto-generated
func (*Store) UpsertActionlog ¶
UpsertActionlog updates one or more existing entries in actionlog collection
This function is auto-generated
func (*Store) UpsertAgent ¶
UpsertAgent updates one or more existing entries in agent collection
This function is auto-generated
func (*Store) UpsertAiConversation ¶
func (s *Store) UpsertAiConversation(ctx context.Context, rr ...*systemType.AiConversation) (err error)
UpsertAiConversation updates one or more existing entries in aiConversation collection
This function is auto-generated
func (*Store) UpsertApigwFilter ¶
func (s *Store) UpsertApigwFilter(ctx context.Context, rr ...*systemType.ApigwFilter) (err error)
UpsertApigwFilter updates one or more existing entries in apigwFilter collection
This function is auto-generated
func (*Store) UpsertApigwRoute ¶
func (s *Store) UpsertApigwRoute(ctx context.Context, rr ...*systemType.ApigwRoute) (err error)
UpsertApigwRoute updates one or more existing entries in apigwRoute collection
This function is auto-generated
func (*Store) UpsertApplication ¶
func (s *Store) UpsertApplication(ctx context.Context, rr ...*systemType.Application) (err error)
UpsertApplication updates one or more existing entries in application collection
This function is auto-generated
func (*Store) UpsertAttachment ¶
func (s *Store) UpsertAttachment(ctx context.Context, rr ...*systemType.Attachment) (err error)
UpsertAttachment updates one or more existing entries in attachment collection
This function is auto-generated
func (*Store) UpsertAuthClient ¶
func (s *Store) UpsertAuthClient(ctx context.Context, rr ...*systemType.AuthClient) (err error)
UpsertAuthClient updates one or more existing entries in authClient collection
This function is auto-generated
func (*Store) UpsertAuthConfirmedClient ¶
func (s *Store) UpsertAuthConfirmedClient(ctx context.Context, rr ...*systemType.AuthConfirmedClient) (err error)
UpsertAuthConfirmedClient updates one or more existing entries in authConfirmedClient collection
This function is auto-generated
func (*Store) UpsertAuthOa2token ¶
func (s *Store) UpsertAuthOa2token(ctx context.Context, rr ...*systemType.AuthOa2token) (err error)
UpsertAuthOa2token updates one or more existing entries in authOa2token collection
This function is auto-generated
func (*Store) UpsertAuthSession ¶
func (s *Store) UpsertAuthSession(ctx context.Context, rr ...*systemType.AuthSession) (err error)
UpsertAuthSession updates one or more existing entries in authSession collection
This function is auto-generated
func (*Store) UpsertAutomationNgAutomation ¶
func (s *Store) UpsertAutomationNgAutomation(ctx context.Context, rr ...*automationType.NgAutomation) (err error)
UpsertAutomationNgAutomation updates one or more existing entries in automationNgAutomation collection
This function is auto-generated
func (*Store) UpsertAutomationSession ¶
func (s *Store) UpsertAutomationSession(ctx context.Context, rr ...*automationType.Session) (err error)
UpsertAutomationSession updates one or more existing entries in automationSession collection
This function is auto-generated
func (*Store) UpsertAutomationTrigger ¶
func (s *Store) UpsertAutomationTrigger(ctx context.Context, rr ...*automationType.Trigger) (err error)
UpsertAutomationTrigger updates one or more existing entries in automationTrigger collection
This function is auto-generated
func (*Store) UpsertAutomationWorkflow ¶
func (s *Store) UpsertAutomationWorkflow(ctx context.Context, rr ...*automationType.Workflow) (err error)
UpsertAutomationWorkflow updates one or more existing entries in automationWorkflow collection
This function is auto-generated
func (*Store) UpsertChatbot ¶
UpsertChatbot updates one or more existing entries in chatbot collection
This function is auto-generated
func (*Store) UpsertChatbotSession ¶
func (s *Store) UpsertChatbotSession(ctx context.Context, rr ...*systemType.ChatbotSession) (err error)
UpsertChatbotSession updates one or more existing entries in chatbotSession collection
This function is auto-generated
func (*Store) UpsertChatbotSessionHandoff ¶
func (s *Store) UpsertChatbotSessionHandoff(ctx context.Context, rr ...*systemType.ChatbotSessionHandoff) (err error)
UpsertChatbotSessionHandoff updates one or more existing entries in chatbotSessionHandoff collection
This function is auto-generated
func (*Store) UpsertChatbotSessionStep ¶
func (s *Store) UpsertChatbotSessionStep(ctx context.Context, rr ...*systemType.ChatbotSessionStep) (err error)
UpsertChatbotSessionStep updates one or more existing entries in chatbotSessionStep collection
This function is auto-generated
func (*Store) UpsertComposeAttachment ¶
func (s *Store) UpsertComposeAttachment(ctx context.Context, rr ...*composeType.Attachment) (err error)
UpsertComposeAttachment updates one or more existing entries in composeAttachment collection
This function is auto-generated
func (*Store) UpsertComposeChart ¶
UpsertComposeChart updates one or more existing entries in composeChart collection
This function is auto-generated
func (*Store) UpsertComposeModule ¶
UpsertComposeModule updates one or more existing entries in composeModule collection
This function is auto-generated
func (*Store) UpsertComposeModuleField ¶
func (s *Store) UpsertComposeModuleField(ctx context.Context, rr ...*composeType.ModuleField) (err error)
UpsertComposeModuleField updates one or more existing entries in composeModuleField collection
This function is auto-generated
func (*Store) UpsertComposeNamespace ¶
func (s *Store) UpsertComposeNamespace(ctx context.Context, rr ...*composeType.Namespace) (err error)
UpsertComposeNamespace updates one or more existing entries in composeNamespace collection
This function is auto-generated
func (*Store) UpsertComposePage ¶
UpsertComposePage updates one or more existing entries in composePage collection
This function is auto-generated
func (*Store) UpsertComposePageLayout ¶
func (s *Store) UpsertComposePageLayout(ctx context.Context, rr ...*composeType.PageLayout) (err error)
UpsertComposePageLayout updates one or more existing entries in composePageLayout collection
This function is auto-generated
func (*Store) UpsertConfiguredConnection ¶
func (s *Store) UpsertConfiguredConnection(ctx context.Context, rr ...*systemType.ConfiguredConnection) (err error)
UpsertConfiguredConnection updates one or more existing entries in configuredConnection collection
This function is auto-generated
func (*Store) UpsertConnection ¶
func (s *Store) UpsertConnection(ctx context.Context, rr ...*systemType.Connection) (err error)
UpsertConnection updates one or more existing entries in connection collection
This function is auto-generated
func (*Store) UpsertCredential ¶
func (s *Store) UpsertCredential(ctx context.Context, rr ...*systemType.Credential) (err error)
UpsertCredential updates one or more existing entries in credential collection
This function is auto-generated
func (*Store) UpsertDalConnection ¶
func (s *Store) UpsertDalConnection(ctx context.Context, rr ...*systemType.DalConnection) (err error)
UpsertDalConnection updates one or more existing entries in dalConnection collection
This function is auto-generated
func (*Store) UpsertDalSchemaAlteration ¶
func (s *Store) UpsertDalSchemaAlteration(ctx context.Context, rr ...*systemType.DalSchemaAlteration) (err error)
UpsertDalSchemaAlteration updates one or more existing entries in dalSchemaAlteration collection
This function is auto-generated
func (*Store) UpsertDalSensitivityLevel ¶
func (s *Store) UpsertDalSensitivityLevel(ctx context.Context, rr ...*systemType.DalSensitivityLevel) (err error)
UpsertDalSensitivityLevel updates one or more existing entries in dalSensitivityLevel collection
This function is auto-generated
func (*Store) UpsertDataPrivacyRequest ¶
func (s *Store) UpsertDataPrivacyRequest(ctx context.Context, rr ...*systemType.DataPrivacyRequest) (err error)
UpsertDataPrivacyRequest updates one or more existing entries in dataPrivacyRequest collection
This function is auto-generated
func (*Store) UpsertDataPrivacyRequestComment ¶
func (s *Store) UpsertDataPrivacyRequestComment(ctx context.Context, rr ...*systemType.DataPrivacyRequestComment) (err error)
UpsertDataPrivacyRequestComment updates one or more existing entries in dataPrivacyRequestComment collection
This function is auto-generated
func (*Store) UpsertFederationExposedModule ¶
func (s *Store) UpsertFederationExposedModule(ctx context.Context, rr ...*federationType.ExposedModule) (err error)
UpsertFederationExposedModule updates one or more existing entries in federationExposedModule collection
This function is auto-generated
func (*Store) UpsertFederationModuleMapping ¶
func (s *Store) UpsertFederationModuleMapping(ctx context.Context, rr ...*federationType.ModuleMapping) (err error)
UpsertFederationModuleMapping updates one or more existing entries in federationModuleMapping collection
This function is auto-generated
func (*Store) UpsertFederationNode ¶
UpsertFederationNode updates one or more existing entries in federationNode collection
This function is auto-generated
func (*Store) UpsertFederationNodeSync ¶
func (s *Store) UpsertFederationNodeSync(ctx context.Context, rr ...*federationType.NodeSync) (err error)
UpsertFederationNodeSync updates one or more existing entries in federationNodeSync collection
This function is auto-generated
func (*Store) UpsertFederationSharedModule ¶
func (s *Store) UpsertFederationSharedModule(ctx context.Context, rr ...*federationType.SharedModule) (err error)
UpsertFederationSharedModule updates one or more existing entries in federationSharedModule collection
This function is auto-generated
func (*Store) UpsertFlag ¶
UpsertFlag updates one or more existing entries in flag collection
This function is auto-generated
func (*Store) UpsertKnowledgeBase ¶
func (s *Store) UpsertKnowledgeBase(ctx context.Context, rr ...*systemType.KnowledgeBase) (err error)
UpsertKnowledgeBase updates one or more existing entries in knowledgeBase collection
This function is auto-generated
func (*Store) UpsertLabel ¶
UpsertLabel updates one or more existing entries in label collection
This function is auto-generated
func (*Store) UpsertLlmProvider ¶
func (s *Store) UpsertLlmProvider(ctx context.Context, rr ...*systemType.LlmProvider) (err error)
UpsertLlmProvider updates one or more existing entries in llmProvider collection
This function is auto-generated
func (*Store) UpsertNotification ¶
func (s *Store) UpsertNotification(ctx context.Context, rr ...*systemType.Notification) (err error)
UpsertNotification updates one or more existing entries in notification collection
This function is auto-generated
func (*Store) UpsertQueue ¶
UpsertQueue updates one or more existing entries in queue collection
This function is auto-generated
func (*Store) UpsertQueueMessage ¶
func (s *Store) UpsertQueueMessage(ctx context.Context, rr ...*systemType.QueueMessage) (err error)
UpsertQueueMessage updates one or more existing entries in queueMessage collection
This function is auto-generated
func (*Store) UpsertRbacRule ¶
UpsertRbacRule updates one or more existing entries in rbacRule collection
This function is auto-generated
func (*Store) UpsertReminder ¶
UpsertReminder updates one or more existing entries in reminder collection
This function is auto-generated
func (*Store) UpsertReport ¶
UpsertReport updates one or more existing entries in report collection
This function is auto-generated
func (*Store) UpsertResourceActivity ¶
func (s *Store) UpsertResourceActivity(ctx context.Context, rr ...*discoveryType.ResourceActivity) (err error)
UpsertResourceActivity updates one or more existing entries in resourceActivity collection
This function is auto-generated
func (*Store) UpsertResourceTranslation ¶
func (s *Store) UpsertResourceTranslation(ctx context.Context, rr ...*systemType.ResourceTranslation) (err error)
UpsertResourceTranslation updates one or more existing entries in resourceTranslation collection
This function is auto-generated
func (*Store) UpsertRole ¶
UpsertRole updates one or more existing entries in role collection
This function is auto-generated
func (*Store) UpsertRoleMember ¶
func (s *Store) UpsertRoleMember(ctx context.Context, rr ...*systemType.RoleMember) (err error)
UpsertRoleMember updates one or more existing entries in roleMember collection
This function is auto-generated
func (*Store) UpsertSettingValue ¶
func (s *Store) UpsertSettingValue(ctx context.Context, rr ...*systemType.SettingValue) (err error)
UpsertSettingValue updates one or more existing entries in settingValue collection
This function is auto-generated
func (*Store) UpsertTemplate ¶
UpsertTemplate updates one or more existing entries in template collection
This function is auto-generated
func (*Store) UpsertUser ¶
UpsertUser updates one or more existing entries in user collection
This function is auto-generated
func (*Store) UpsertUserGroup ¶
UpsertUserGroup updates one or more existing entries in userGroup collection
This function is auto-generated
func (*Store) UserMetrics ¶
func (s *Store) UserMetrics(ctx context.Context) (m *systemType.UserMetrics, err error)
Source Files
¶
- aux_types.gen.go
- config.go
- connect.go
- cursor.go
- custom_applications.go
- custom_auth_oa2tokens.go
- custom_auth_sessions.go
- custom_compose_page_layouts.go
- custom_compose_pages.go
- custom_labels.go
- custom_metrics.go
- custom_rbac.go
- custom_resource_translations.go
- custom_roles.go
- custom_users.go
- filter.go
- filters.gen.go
- log.go
- queries.gen.go
- rdbms.gen.go
- rdbms_store.go
- tx.go
- upgrade.go
- upgrade_fixes.go