rdbms

package
v0.0.0-...-2873e01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 43 Imported by: 0

Documentation

Index

Constants

View Source
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 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 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 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 Connect

func Connect(ctx context.Context, log *zap.Logger, cfg *ConnConfig) (db *sqlx.DB, err error)

Connect is rdbms' package connector

Function is called from (store) driver's required connection function to open connection and bind it with

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 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 Order

func Order(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

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 KeyMap

type KeyMap struct {
	FieldCast    string
	TypeCast     string
	TypeCastPtrn string
}

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

func (s *Store) CreateActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)

CreateActionlog creates one or more rows in actionlog 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) 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) 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

func (s *Store) CreateComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)

CreateComposeChart creates one or more rows in composeChart collection

This function is auto-generated

func (*Store) CreateComposeModule

func (s *Store) CreateComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)

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

func (s *Store) CreateComposePage(ctx context.Context, rr ...*composeType.Page) (err error)

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) 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

func (s *Store) CreateFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)

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

func (s *Store) CreateFlag(ctx context.Context, rr ...*flagType.Flag) (err error)

CreateFlag creates one or more rows in flag collection

This function is auto-generated

func (*Store) CreateLabel

func (s *Store) CreateLabel(ctx context.Context, rr ...*labelsType.Label) (err error)

CreateLabel creates one or more rows in label collection

This function is auto-generated

func (*Store) CreateQueue

func (s *Store) CreateQueue(ctx context.Context, rr ...*systemType.Queue) (err error)

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

func (s *Store) CreateRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)

CreateRbacRule creates one or more rows in rbacRule collection

This function is auto-generated

func (*Store) CreateReminder

func (s *Store) CreateReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)

CreateReminder creates one or more rows in reminder collection

This function is auto-generated

func (*Store) CreateReport

func (s *Store) CreateReport(ctx context.Context, rr ...*systemType.Report) (err error)

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

func (s *Store) CreateRole(ctx context.Context, rr ...*systemType.Role) (err error)

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

func (s *Store) CreateTemplate(ctx context.Context, rr ...*systemType.Template) (err error)

CreateTemplate creates one or more rows in template collection

This function is auto-generated

func (*Store) CreateUser

func (s *Store) CreateUser(ctx context.Context, rr ...*systemType.User) (err error)

CreateUser creates one or more rows in user collection

This function is auto-generated

func (*Store) DeleteActionlog

func (s *Store) DeleteActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)

DeleteActionlog Deletes one or more entries from actionlog collection

This function is auto-generated

func (*Store) DeleteActionlogByID

func (s *Store) DeleteActionlogByID(ctx context.Context, id uint64) error

DeleteActionlogByID deletes single entry from actionlog 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

func (s *Store) DeleteApigwFilterByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteApigwRouteByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteApplicationByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteAttachmentByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteAuthClientByID(ctx context.Context, id uint64) error

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 (s Store) DeleteAuthOA2TokenByAccess(ctx context.Context, access string) error

func (Store) DeleteAuthOA2TokenByCode

func (s Store) DeleteAuthOA2TokenByCode(ctx context.Context, code string) error

func (Store) DeleteAuthOA2TokenByRefresh

func (s Store) DeleteAuthOA2TokenByRefresh(ctx context.Context, refresh string) error

func (Store) DeleteAuthOA2TokenByUserID

func (s Store) DeleteAuthOA2TokenByUserID(ctx context.Context, userID uint64) error

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

func (s *Store) DeleteAuthOa2tokenByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteAuthSessionByID(ctx context.Context, id string) error

DeleteAuthSessionByID deletes single entry from authSession collection

This function is auto-generated

func (Store) DeleteAuthSessionsByUserID

func (s Store) DeleteAuthSessionsByUserID(ctx context.Context, userID uint64) error

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

func (s *Store) DeleteAutomationSessionByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteAutomationTriggerByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteAutomationWorkflowByID(ctx context.Context, id uint64) error

DeleteAutomationWorkflowByID deletes single entry from automationWorkflow 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

func (s *Store) DeleteComposeAttachmentByID(ctx context.Context, id uint64) error

DeleteComposeAttachmentByID deletes single entry from composeAttachment collection

This function is auto-generated

func (*Store) DeleteComposeChart

func (s *Store) DeleteComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)

DeleteComposeChart Deletes one or more entries from composeChart collection

This function is auto-generated

func (*Store) DeleteComposeChartByID

func (s *Store) DeleteComposeChartByID(ctx context.Context, id uint64) error

DeleteComposeChartByID deletes single entry from composeChart collection

This function is auto-generated

func (*Store) DeleteComposeModule

func (s *Store) DeleteComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)

DeleteComposeModule Deletes one or more entries from composeModule collection

This function is auto-generated

func (*Store) DeleteComposeModuleByID

func (s *Store) DeleteComposeModuleByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteComposeModuleFieldByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteComposeNamespaceByID(ctx context.Context, id uint64) error

DeleteComposeNamespaceByID deletes single entry from composeNamespace collection

This function is auto-generated

func (*Store) DeleteComposePage

func (s *Store) DeleteComposePage(ctx context.Context, rr ...*composeType.Page) (err error)

DeleteComposePage Deletes one or more entries from composePage collection

This function is auto-generated

func (*Store) DeleteComposePageByID

func (s *Store) DeleteComposePageByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteComposePageLayoutByID(ctx context.Context, id uint64) error

DeleteComposePageLayoutByID deletes single entry from composePageLayout 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

func (s *Store) DeleteCredentialByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteDalConnectionByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteDalSchemaAlterationByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteDalSensitivityLevelByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteDataPrivacyRequestByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteDataPrivacyRequestCommentByID(ctx context.Context, id uint64) error

DeleteDataPrivacyRequestCommentByID deletes single entry from dataPrivacyRequestComment collection

This function is auto-generated

func (Store) DeleteExpiredAuthOA2Tokens

func (s Store) DeleteExpiredAuthOA2Tokens(ctx context.Context) error

func (Store) DeleteExpiredAuthSessions

func (s Store) DeleteExpiredAuthSessions(ctx context.Context) error

func (Store) DeleteExtraLabels

func (s Store) DeleteExtraLabels(ctx context.Context, kind string, resourceId uint64, name ...string) error

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

func (s *Store) DeleteFederationExposedModuleByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)

DeleteFederationNode Deletes one or more entries from federationNode collection

This function is auto-generated

func (*Store) DeleteFederationNodeByID

func (s *Store) DeleteFederationNodeByID(ctx context.Context, id uint64) error

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) DeleteFederationNodeSyncByNodeID

func (s *Store) DeleteFederationNodeSyncByNodeID(ctx context.Context, nodeID uint64) error

DeleteFederationNodeSyncByNodeID deletes single entry 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

func (s *Store) DeleteFederationSharedModuleByID(ctx context.Context, id uint64) error

DeleteFederationSharedModuleByID deletes single entry from federationSharedModule collection

This function is auto-generated

func (*Store) DeleteFlag

func (s *Store) DeleteFlag(ctx context.Context, rr ...*flagType.Flag) (err error)

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) DeleteLabel

func (s *Store) DeleteLabel(ctx context.Context, rr ...*labelsType.Label) (err error)

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) DeleteQueue

func (s *Store) DeleteQueue(ctx context.Context, rr ...*systemType.Queue) (err error)

DeleteQueue Deletes one or more entries from queue collection

This function is auto-generated

func (*Store) DeleteQueueByID

func (s *Store) DeleteQueueByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteQueueMessageByID(ctx context.Context, id uint64) error

DeleteQueueMessageByID deletes single entry from queueMessage collection

This function is auto-generated

func (*Store) DeleteRbacRule

func (s *Store) DeleteRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)

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

func (s *Store) DeleteReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)

DeleteReminder Deletes one or more entries from reminder collection

This function is auto-generated

func (*Store) DeleteReminderByID

func (s *Store) DeleteReminderByID(ctx context.Context, id uint64) error

DeleteReminderByID deletes single entry from reminder collection

This function is auto-generated

func (*Store) DeleteReport

func (s *Store) DeleteReport(ctx context.Context, rr ...*systemType.Report) (err error)

DeleteReport Deletes one or more entries from report collection

This function is auto-generated

func (*Store) DeleteReportByID

func (s *Store) DeleteReportByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteResourceActivityByID(ctx context.Context, id uint64) error

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

func (s *Store) DeleteResourceTranslationByID(ctx context.Context, id uint64) error

DeleteResourceTranslationByID deletes single entry from resourceTranslation collection

This function is auto-generated

func (*Store) DeleteRole

func (s *Store) DeleteRole(ctx context.Context, rr ...*systemType.Role) (err error)

DeleteRole Deletes one or more entries from role collection

This function is auto-generated

func (*Store) DeleteRoleByID

func (s *Store) DeleteRoleByID(ctx context.Context, id uint64) error

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) DeleteRoleMemberByUserIDRoleID

func (s *Store) DeleteRoleMemberByUserIDRoleID(ctx context.Context, userID uint64, roleID uint64) error

DeleteRoleMemberByUserIDRoleID 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

func (s *Store) DeleteTemplate(ctx context.Context, rr ...*systemType.Template) (err error)

DeleteTemplate Deletes one or more entries from template collection

This function is auto-generated

func (*Store) DeleteTemplateByID

func (s *Store) DeleteTemplateByID(ctx context.Context, id uint64) error

DeleteTemplateByID deletes single entry from template collection

This function is auto-generated

func (*Store) DeleteUser

func (s *Store) DeleteUser(ctx context.Context, rr ...*systemType.User) (err error)

DeleteUser Deletes one or more entries from user collection

This function is auto-generated

func (*Store) DeleteUserByID

func (s *Store) DeleteUserByID(ctx context.Context, id uint64) error

DeleteUserByID deletes single entry from user collection

This function is auto-generated

func (Store) Exec

func (s Store) Exec(ctx context.Context, q sqlizer) error

Exec executes the SQL and drops the result

func (Store) ExecR

func (s Store) ExecR(ctx context.Context, q sqlizer) (rs sql.Result, _ error)

ExecR executes the SQL and returns the result

func (Store) Healthcheck

func (s Store) Healthcheck(ctx context.Context) error

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) 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) 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) 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) 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) 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) LookupQueueByID

func (s *Store) LookupQueueByID(ctx context.Context, id uint64) (_ *systemType.Queue, err error)

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

func (s *Store) LookupReportByID(ctx context.Context, id uint64) (_ *systemType.Report, err error)

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

func (s *Store) LookupRoleByID(ctx context.Context, id uint64) (_ *systemType.Role, err error)

LookupRoleByID searches for role by ID

It returns role even if deleted or suspended

This function is auto-generated

func (*Store) LookupRoleByName

func (s *Store) LookupRoleByName(ctx context.Context, name string) (_ *systemType.Role, err error)

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

func (s *Store) LookupUserByID(ctx context.Context, id uint64) (_ *systemType.User, err error)

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) Query

func (s Store) Query(ctx context.Context, q sqlizer) (*sql.Rows, error)

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) 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) 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) 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) 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) 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) QueryOne

func (s Store) QueryOne(ctx context.Context, q sqlizer, dst interface{}) (err error)

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) 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 (s Store) ReorderApplications(ctx context.Context, order []uint64) (err error)

func (Store) ReorderComposePageLayouts

func (s Store) ReorderComposePageLayouts(ctx context.Context, namespaceID uint64, pageID uint64, pageLayoutLayoutIDs []uint64) (err error)

func (Store) ReorderComposePages

func (s Store) ReorderComposePages(ctx context.Context, namespaceID uint64, parentID uint64, pageIDs []uint64) (err error)

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) SearchApigwFilters

SearchApigwFilters returns (filtered) set of ApigwFilters

This function is auto-generated

func (*Store) SearchApigwRoutes

SearchApigwRoutes returns (filtered) set of ApigwRoutes

This function is auto-generated

func (*Store) SearchApplications

SearchApplications returns (filtered) set of Applications

This function is auto-generated

func (*Store) SearchAttachments

SearchAttachments returns (filtered) set of Attachments

This function is auto-generated

func (*Store) SearchAuthClients

SearchAuthClients returns (filtered) set of AuthClients

This function is auto-generated

func (*Store) SearchAuthConfirmedClients

SearchAuthConfirmedClients returns (filtered) set of AuthConfirmedClients

This function is auto-generated

func (*Store) SearchAuthOa2tokens

SearchAuthOa2tokens returns (filtered) set of AuthOa2tokens

This function is auto-generated

func (*Store) SearchAuthSessions

SearchAuthSessions returns (filtered) set of AuthSessions

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

SearchAutomationWorkflows returns (filtered) set of AutomationWorkflows

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

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) SearchCredentials

SearchCredentials returns (filtered) set of Credentials

This function is auto-generated

func (*Store) SearchDalConnections

SearchDalConnections returns (filtered) set of DalConnections

This function is auto-generated

func (*Store) SearchDalSchemaAlterations

SearchDalSchemaAlterations returns (filtered) set of DalSchemaAlterations

This function is auto-generated

func (*Store) SearchDalSensitivityLevels

SearchDalSensitivityLevels returns (filtered) set of DalSensitivityLevels

This function is auto-generated

func (*Store) SearchDataPrivacyRequestComments

SearchDataPrivacyRequestComments returns (filtered) set of DataPrivacyRequestComments

This function is auto-generated

func (*Store) SearchDataPrivacyRequests

SearchDataPrivacyRequests returns (filtered) set of DataPrivacyRequests

This function is auto-generated

func (*Store) SearchFederationExposedModules

SearchFederationExposedModules returns (filtered) set of FederationExposedModules

This function is auto-generated

func (*Store) SearchFederationModuleMappings

SearchFederationModuleMappings returns (filtered) set of FederationModuleMappings

This function is auto-generated

func (*Store) SearchFederationNodeSyncs

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

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) 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) SearchQueueMessages

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

SearchReminders returns (filtered) set of Reminders

This function is auto-generated

func (*Store) SearchReports

SearchReports returns (filtered) set of Reports

This function is auto-generated

func (*Store) SearchResourceActivitys

SearchResourceActivitys returns (filtered) set of ResourceActivitys

This function is auto-generated

func (*Store) SearchResourceTranslations

SearchResourceTranslations returns (filtered) set of ResourceTranslations

This function is auto-generated

func (*Store) SearchRoleMembers

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

SearchSettingValues returns (filtered) set of SettingValues

This function is auto-generated

func (*Store) SearchTemplates

SearchTemplates returns (filtered) set of Templates

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) SetLogger

func (s Store) SetLogger(logger *zap.Logger)

func (Store) ToDalConn

func (s Store) ToDalConn() dal.Connection

ToDalConn uses store as DAL connection

func (Store) TransferRbacRules

func (s Store) TransferRbacRules(ctx context.Context, src, dst uint64) (err error)

func (Store) TransferRoleMembers

func (s Store) TransferRoleMembers(ctx context.Context, src, dst uint64) (err error)

func (Store) TransformResource

func (s Store) TransformResource(ctx context.Context, lang language.Tag) (out map[string]map[string]*locale.ResourceTranslation, err error)

func (*Store) TruncateActionlogs

func (s *Store) TruncateActionlogs(ctx context.Context) error

TruncateActionlogs Deletes all rows from the actionlog collection

func (*Store) TruncateApigwFilters

func (s *Store) TruncateApigwFilters(ctx context.Context) error

TruncateApigwFilters Deletes all rows from the apigwFilter collection

func (*Store) TruncateApigwRoutes

func (s *Store) TruncateApigwRoutes(ctx context.Context) error

TruncateApigwRoutes Deletes all rows from the apigwRoute collection

func (*Store) TruncateApplications

func (s *Store) TruncateApplications(ctx context.Context) error

TruncateApplications Deletes all rows from the application collection

func (*Store) TruncateAttachments

func (s *Store) TruncateAttachments(ctx context.Context) error

TruncateAttachments Deletes all rows from the attachment collection

func (*Store) TruncateAuthClients

func (s *Store) TruncateAuthClients(ctx context.Context) error

TruncateAuthClients Deletes all rows from the authClient collection

func (*Store) TruncateAuthConfirmedClients

func (s *Store) TruncateAuthConfirmedClients(ctx context.Context) error

TruncateAuthConfirmedClients Deletes all rows from the authConfirmedClient collection

func (*Store) TruncateAuthOa2tokens

func (s *Store) TruncateAuthOa2tokens(ctx context.Context) error

TruncateAuthOa2tokens Deletes all rows from the authOa2token collection

func (*Store) TruncateAuthSessions

func (s *Store) TruncateAuthSessions(ctx context.Context) error

TruncateAuthSessions Deletes all rows from the authSession collection

func (*Store) TruncateAutomationSessions

func (s *Store) TruncateAutomationSessions(ctx context.Context) error

TruncateAutomationSessions Deletes all rows from the automationSession collection

func (*Store) TruncateAutomationTriggers

func (s *Store) TruncateAutomationTriggers(ctx context.Context) error

TruncateAutomationTriggers Deletes all rows from the automationTrigger collection

func (*Store) TruncateAutomationWorkflows

func (s *Store) TruncateAutomationWorkflows(ctx context.Context) error

TruncateAutomationWorkflows Deletes all rows from the automationWorkflow collection

func (*Store) TruncateComposeAttachments

func (s *Store) TruncateComposeAttachments(ctx context.Context) error

TruncateComposeAttachments Deletes all rows from the composeAttachment collection

func (*Store) TruncateComposeCharts

func (s *Store) TruncateComposeCharts(ctx context.Context) error

TruncateComposeCharts Deletes all rows from the composeChart collection

func (*Store) TruncateComposeModuleFields

func (s *Store) TruncateComposeModuleFields(ctx context.Context) error

TruncateComposeModuleFields Deletes all rows from the composeModuleField collection

func (*Store) TruncateComposeModules

func (s *Store) TruncateComposeModules(ctx context.Context) error

TruncateComposeModules Deletes all rows from the composeModule collection

func (*Store) TruncateComposeNamespaces

func (s *Store) TruncateComposeNamespaces(ctx context.Context) error

TruncateComposeNamespaces Deletes all rows from the composeNamespace collection

func (*Store) TruncateComposePageLayouts

func (s *Store) TruncateComposePageLayouts(ctx context.Context) error

TruncateComposePageLayouts Deletes all rows from the composePageLayout collection

func (*Store) TruncateComposePages

func (s *Store) TruncateComposePages(ctx context.Context) error

TruncateComposePages Deletes all rows from the composePage collection

func (*Store) TruncateCredentials

func (s *Store) TruncateCredentials(ctx context.Context) error

TruncateCredentials Deletes all rows from the credential collection

func (*Store) TruncateDalConnections

func (s *Store) TruncateDalConnections(ctx context.Context) error

TruncateDalConnections Deletes all rows from the dalConnection collection

func (*Store) TruncateDalSchemaAlterations

func (s *Store) TruncateDalSchemaAlterations(ctx context.Context) error

TruncateDalSchemaAlterations Deletes all rows from the dalSchemaAlteration collection

func (*Store) TruncateDalSensitivityLevels

func (s *Store) TruncateDalSensitivityLevels(ctx context.Context) error

TruncateDalSensitivityLevels Deletes all rows from the dalSensitivityLevel collection

func (*Store) TruncateDataPrivacyRequestComments

func (s *Store) TruncateDataPrivacyRequestComments(ctx context.Context) error

TruncateDataPrivacyRequestComments Deletes all rows from the dataPrivacyRequestComment collection

func (*Store) TruncateDataPrivacyRequests

func (s *Store) TruncateDataPrivacyRequests(ctx context.Context) error

TruncateDataPrivacyRequests Deletes all rows from the dataPrivacyRequest collection

func (*Store) TruncateFederationExposedModules

func (s *Store) TruncateFederationExposedModules(ctx context.Context) error

TruncateFederationExposedModules Deletes all rows from the federationExposedModule collection

func (*Store) TruncateFederationModuleMappings

func (s *Store) TruncateFederationModuleMappings(ctx context.Context) error

TruncateFederationModuleMappings Deletes all rows from the federationModuleMapping collection

func (*Store) TruncateFederationNodeSyncs

func (s *Store) TruncateFederationNodeSyncs(ctx context.Context) error

TruncateFederationNodeSyncs Deletes all rows from the federationNodeSync collection

func (*Store) TruncateFederationNodes

func (s *Store) TruncateFederationNodes(ctx context.Context) error

TruncateFederationNodes Deletes all rows from the federationNode collection

func (*Store) TruncateFederationSharedModules

func (s *Store) TruncateFederationSharedModules(ctx context.Context) error

TruncateFederationSharedModules Deletes all rows from the federationSharedModule collection

func (*Store) TruncateFlags

func (s *Store) TruncateFlags(ctx context.Context) error

TruncateFlags Deletes all rows from the flag collection

func (*Store) TruncateLabels

func (s *Store) TruncateLabels(ctx context.Context) error

TruncateLabels Deletes all rows from the label collection

func (*Store) TruncateQueueMessages

func (s *Store) TruncateQueueMessages(ctx context.Context) error

TruncateQueueMessages Deletes all rows from the queueMessage collection

func (*Store) TruncateQueues

func (s *Store) TruncateQueues(ctx context.Context) error

TruncateQueues Deletes all rows from the queue collection

func (*Store) TruncateRbacRules

func (s *Store) TruncateRbacRules(ctx context.Context) error

TruncateRbacRules Deletes all rows from the rbacRule collection

func (*Store) TruncateReminders

func (s *Store) TruncateReminders(ctx context.Context) error

TruncateReminders Deletes all rows from the reminder collection

func (*Store) TruncateReports

func (s *Store) TruncateReports(ctx context.Context) error

TruncateReports Deletes all rows from the report collection

func (*Store) TruncateResourceActivitys

func (s *Store) TruncateResourceActivitys(ctx context.Context) error

TruncateResourceActivitys Deletes all rows from the resourceActivity collection

func (*Store) TruncateResourceTranslations

func (s *Store) TruncateResourceTranslations(ctx context.Context) error

TruncateResourceTranslations Deletes all rows from the resourceTranslation collection

func (*Store) TruncateRoleMembers

func (s *Store) TruncateRoleMembers(ctx context.Context) error

TruncateRoleMembers Deletes all rows from the roleMember collection

func (*Store) TruncateRoles

func (s *Store) TruncateRoles(ctx context.Context) error

TruncateRoles Deletes all rows from the role collection

func (*Store) TruncateSettingValues

func (s *Store) TruncateSettingValues(ctx context.Context) error

TruncateSettingValues Deletes all rows from the settingValue collection

func (*Store) TruncateTemplates

func (s *Store) TruncateTemplates(ctx context.Context) error

TruncateTemplates Deletes all rows from the template collection

func (*Store) TruncateUsers

func (s *Store) TruncateUsers(ctx context.Context) error

TruncateUsers Deletes all rows from the user collection

func (*Store) Tx

func (s *Store) Tx(ctx context.Context, fn func(context.Context, store.Storer) error) error

func (*Store) UpdateActionlog

func (s *Store) UpdateActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)

UpdateActionlog updates one or more existing entries in actionlog 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) 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) 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

func (s *Store) UpdateComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)

UpdateComposeChart updates one or more existing entries in composeChart collection

This function is auto-generated

func (*Store) UpdateComposeModule

func (s *Store) UpdateComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)

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

func (s *Store) UpdateComposePage(ctx context.Context, rr ...*composeType.Page) (err error)

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) 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

func (s *Store) UpdateFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)

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

func (s *Store) UpdateFlag(ctx context.Context, rr ...*flagType.Flag) (err error)

UpdateFlag updates one or more existing entries in flag collection

This function is auto-generated

func (*Store) UpdateLabel

func (s *Store) UpdateLabel(ctx context.Context, rr ...*labelsType.Label) (err error)

UpdateLabel updates one or more existing entries in label collection

This function is auto-generated

func (*Store) UpdateQueue

func (s *Store) UpdateQueue(ctx context.Context, rr ...*systemType.Queue) (err error)

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

func (s *Store) UpdateRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)

UpdateRbacRule updates one or more existing entries in rbacRule collection

This function is auto-generated

func (*Store) UpdateReminder

func (s *Store) UpdateReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)

UpdateReminder updates one or more existing entries in reminder collection

This function is auto-generated

func (*Store) UpdateReport

func (s *Store) UpdateReport(ctx context.Context, rr ...*systemType.Report) (err error)

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

func (s *Store) UpdateRole(ctx context.Context, rr ...*systemType.Role) (err error)

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

func (s *Store) UpdateTemplate(ctx context.Context, rr ...*systemType.Template) (err error)

UpdateTemplate updates one or more existing entries in template collection

This function is auto-generated

func (*Store) UpdateUser

func (s *Store) UpdateUser(ctx context.Context, rr ...*systemType.User) (err error)

UpdateUser updates one or more existing entries in user collection

This function is auto-generated

func (*Store) Upgrade

func (s *Store) Upgrade(ctx context.Context) (err error)

func (*Store) UpsertActionlog

func (s *Store) UpsertActionlog(ctx context.Context, rr ...*actionlogType.Action) (err error)

UpsertActionlog updates one or more existing entries in actionlog 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) 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) 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

func (s *Store) UpsertComposeChart(ctx context.Context, rr ...*composeType.Chart) (err error)

UpsertComposeChart updates one or more existing entries in composeChart collection

This function is auto-generated

func (*Store) UpsertComposeModule

func (s *Store) UpsertComposeModule(ctx context.Context, rr ...*composeType.Module) (err error)

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

func (s *Store) UpsertComposePage(ctx context.Context, rr ...*composeType.Page) (err error)

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) 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

func (s *Store) UpsertFederationNode(ctx context.Context, rr ...*federationType.Node) (err error)

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

func (s *Store) UpsertFlag(ctx context.Context, rr ...*flagType.Flag) (err error)

UpsertFlag updates one or more existing entries in flag collection

This function is auto-generated

func (*Store) UpsertLabel

func (s *Store) UpsertLabel(ctx context.Context, rr ...*labelsType.Label) (err error)

UpsertLabel updates one or more existing entries in label collection

This function is auto-generated

func (*Store) UpsertQueue

func (s *Store) UpsertQueue(ctx context.Context, rr ...*systemType.Queue) (err error)

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

func (s *Store) UpsertRbacRule(ctx context.Context, rr ...*rbacType.Rule) (err error)

UpsertRbacRule updates one or more existing entries in rbacRule collection

This function is auto-generated

func (*Store) UpsertReminder

func (s *Store) UpsertReminder(ctx context.Context, rr ...*systemType.Reminder) (err error)

UpsertReminder updates one or more existing entries in reminder collection

This function is auto-generated

func (*Store) UpsertReport

func (s *Store) UpsertReport(ctx context.Context, rr ...*systemType.Report) (err error)

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

func (s *Store) UpsertRole(ctx context.Context, rr ...*systemType.Role) (err error)

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

func (s *Store) UpsertTemplate(ctx context.Context, rr ...*systemType.Template) (err error)

UpsertTemplate updates one or more existing entries in template collection

This function is auto-generated

func (*Store) UpsertUser

func (s *Store) UpsertUser(ctx context.Context, rr ...*systemType.User) (err error)

UpsertUser updates one or more existing entries in user collection

This function is auto-generated

func (*Store) UserMetrics

func (s *Store) UserMetrics(ctx context.Context) (m *systemType.UserMetrics, err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL