task

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the task type in the database.
	Label = "task"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldPackageID holds the string denoting the package_id field in the database.
	FieldPackageID = "package_id"
	// FieldPackageName holds the string denoting the package_name field in the database.
	FieldPackageName = "package_name"
	// FieldPackageLatest holds the string denoting the package_latest field in the database.
	FieldPackageLatest = "package_latest"
	// FieldRegistryKey holds the string denoting the registry_key field in the database.
	FieldRegistryKey = "registry_key"
	// FieldRegistryKeyValueName holds the string denoting the registry_key_value_name field in the database.
	FieldRegistryKeyValueName = "registry_key_value_name"
	// FieldRegistryKeyValueType holds the string denoting the registry_key_value_type field in the database.
	FieldRegistryKeyValueType = "registry_key_value_type"
	// FieldRegistryKeyValueData holds the string denoting the registry_key_value_data field in the database.
	FieldRegistryKeyValueData = "registry_key_value_data"
	// FieldRegistryHex holds the string denoting the registry_hex field in the database.
	FieldRegistryHex = "registry_hex"
	// FieldRegistryForce holds the string denoting the registry_force field in the database.
	FieldRegistryForce = "registry_force"
	// FieldLocalUserUsername holds the string denoting the local_user_username field in the database.
	FieldLocalUserUsername = "local_user_username"
	// FieldLocalUserDescription holds the string denoting the local_user_description field in the database.
	FieldLocalUserDescription = "local_user_description"
	// FieldLocalUserDisable holds the string denoting the local_user_disable field in the database.
	FieldLocalUserDisable = "local_user_disable"
	// FieldLocalUserFullname holds the string denoting the local_user_fullname field in the database.
	FieldLocalUserFullname = "local_user_fullname"
	// FieldLocalUserPassword holds the string denoting the local_user_password field in the database.
	FieldLocalUserPassword = "local_user_password"
	// FieldLocalUserPasswordChangeNotAllowed holds the string denoting the local_user_password_change_not_allowed field in the database.
	FieldLocalUserPasswordChangeNotAllowed = "local_user_password_change_not_allowed"
	// FieldLocalUserPasswordChangeRequired holds the string denoting the local_user_password_change_required field in the database.
	FieldLocalUserPasswordChangeRequired = "local_user_password_change_required"
	// FieldLocalUserPasswordNeverExpires holds the string denoting the local_user_password_never_expires field in the database.
	FieldLocalUserPasswordNeverExpires = "local_user_password_never_expires"
	// FieldLocalUserAppend holds the string denoting the local_user_append field in the database.
	FieldLocalUserAppend = "local_user_append"
	// FieldLocalUserCreateHome holds the string denoting the local_user_create_home field in the database.
	FieldLocalUserCreateHome = "local_user_create_home"
	// FieldLocalUserExpires holds the string denoting the local_user_expires field in the database.
	FieldLocalUserExpires = "local_user_expires"
	// FieldLocalUserForce holds the string denoting the local_user_force field in the database.
	FieldLocalUserForce = "local_user_force"
	// FieldLocalUserGenerateSSHKey holds the string denoting the local_user_generate_ssh_key field in the database.
	FieldLocalUserGenerateSSHKey = "local_user_generate_ssh_key"
	// FieldLocalUserGroup holds the string denoting the local_user_group field in the database.
	FieldLocalUserGroup = "local_user_group"
	// FieldLocalUserGroups holds the string denoting the local_user_groups field in the database.
	FieldLocalUserGroups = "local_user_groups"
	// FieldLocalUserHome holds the string denoting the local_user_home field in the database.
	FieldLocalUserHome = "local_user_home"
	// FieldLocalUserMoveHome holds the string denoting the local_user_move_home field in the database.
	FieldLocalUserMoveHome = "local_user_move_home"
	// FieldLocalUserNonunique holds the string denoting the local_user_nonunique field in the database.
	FieldLocalUserNonunique = "local_user_nonunique"
	// FieldLocalUserPasswordExpireAccountDisable holds the string denoting the local_user_password_expire_account_disable field in the database.
	FieldLocalUserPasswordExpireAccountDisable = "local_user_password_expire_account_disable"
	// FieldLocalUserPasswordExpireMax holds the string denoting the local_user_password_expire_max field in the database.
	FieldLocalUserPasswordExpireMax = "local_user_password_expire_max"
	// FieldLocalUserPasswordExpireMin holds the string denoting the local_user_password_expire_min field in the database.
	FieldLocalUserPasswordExpireMin = "local_user_password_expire_min"
	// FieldLocalUserPasswordExpireWarn holds the string denoting the local_user_password_expire_warn field in the database.
	FieldLocalUserPasswordExpireWarn = "local_user_password_expire_warn"
	// FieldLocalUserPasswordLock holds the string denoting the local_user_password_lock field in the database.
	FieldLocalUserPasswordLock = "local_user_password_lock"
	// FieldLocalUserSeuser holds the string denoting the local_user_seuser field in the database.
	FieldLocalUserSeuser = "local_user_seuser"
	// FieldLocalUserShell holds the string denoting the local_user_shell field in the database.
	FieldLocalUserShell = "local_user_shell"
	// FieldLocalUserSkeleton holds the string denoting the local_user_skeleton field in the database.
	FieldLocalUserSkeleton = "local_user_skeleton"
	// FieldLocalUserSystem holds the string denoting the local_user_system field in the database.
	FieldLocalUserSystem = "local_user_system"
	// FieldLocalUserID holds the string denoting the local_user_id field in the database.
	FieldLocalUserID = "local_user_id"
	// FieldLocalUserIDMax holds the string denoting the local_user_id_max field in the database.
	FieldLocalUserIDMax = "local_user_id_max"
	// FieldLocalUserIDMin holds the string denoting the local_user_id_min field in the database.
	FieldLocalUserIDMin = "local_user_id_min"
	// FieldLocalUserSSHKeyBits holds the string denoting the local_user_ssh_key_bits field in the database.
	FieldLocalUserSSHKeyBits = "local_user_ssh_key_bits"
	// FieldLocalUserSSHKeyComment holds the string denoting the local_user_ssh_key_comment field in the database.
	FieldLocalUserSSHKeyComment = "local_user_ssh_key_comment"
	// FieldLocalUserSSHKeyFile holds the string denoting the local_user_ssh_key_file field in the database.
	FieldLocalUserSSHKeyFile = "local_user_ssh_key_file"
	// FieldLocalUserSSHKeyPassphrase holds the string denoting the local_user_ssh_key_passphrase field in the database.
	FieldLocalUserSSHKeyPassphrase = "local_user_ssh_key_passphrase"
	// FieldLocalUserSSHKeyType holds the string denoting the local_user_ssh_key_type field in the database.
	FieldLocalUserSSHKeyType = "local_user_ssh_key_type"
	// FieldLocalUserUmask holds the string denoting the local_user_umask field in the database.
	FieldLocalUserUmask = "local_user_umask"
	// FieldLocalGroupID holds the string denoting the local_group_id field in the database.
	FieldLocalGroupID = "local_group_id"
	// FieldLocalGroupName holds the string denoting the local_group_name field in the database.
	FieldLocalGroupName = "local_group_name"
	// FieldLocalGroupDescription holds the string denoting the local_group_description field in the database.
	FieldLocalGroupDescription = "local_group_description"
	// FieldLocalGroupSystem holds the string denoting the local_group_system field in the database.
	FieldLocalGroupSystem = "local_group_system"
	// FieldLocalGroupForce holds the string denoting the local_group_force field in the database.
	FieldLocalGroupForce = "local_group_force"
	// FieldLocalGroupMembers holds the string denoting the local_group_members field in the database.
	FieldLocalGroupMembers = "local_group_members"
	// FieldLocalGroupMembersToInclude holds the string denoting the local_group_members_to_include field in the database.
	FieldLocalGroupMembersToInclude = "local_group_members_to_include"
	// FieldLocalGroupMembersToExclude holds the string denoting the local_group_members_to_exclude field in the database.
	FieldLocalGroupMembersToExclude = "local_group_members_to_exclude"
	// FieldMsiProductid holds the string denoting the msi_productid field in the database.
	FieldMsiProductid = "msi_productid"
	// FieldMsiPath holds the string denoting the msi_path field in the database.
	FieldMsiPath = "msi_path"
	// FieldMsiArguments holds the string denoting the msi_arguments field in the database.
	FieldMsiArguments = "msi_arguments"
	// FieldMsiFileHash holds the string denoting the msi_file_hash field in the database.
	FieldMsiFileHash = "msi_file_hash"
	// FieldMsiFileHashAlg holds the string denoting the msi_file_hash_alg field in the database.
	FieldMsiFileHashAlg = "msi_file_hash_alg"
	// FieldMsiLogPath holds the string denoting the msi_log_path field in the database.
	FieldMsiLogPath = "msi_log_path"
	// FieldScript holds the string denoting the script field in the database.
	FieldScript = "script"
	// FieldScriptExecutable holds the string denoting the script_executable field in the database.
	FieldScriptExecutable = "script_executable"
	// FieldScriptCreates holds the string denoting the script_creates field in the database.
	FieldScriptCreates = "script_creates"
	// FieldScriptRun holds the string denoting the script_run field in the database.
	FieldScriptRun = "script_run"
	// FieldAgentType holds the string denoting the agent_type field in the database.
	FieldAgentType = "agent_type"
	// FieldWhen holds the string denoting the when field in the database.
	FieldWhen = "when"
	// FieldBrewUpdate holds the string denoting the brew_update field in the database.
	FieldBrewUpdate = "brew_update"
	// FieldBrewUpgradeAll holds the string denoting the brew_upgrade_all field in the database.
	FieldBrewUpgradeAll = "brew_upgrade_all"
	// FieldBrewUpgradeOptions holds the string denoting the brew_upgrade_options field in the database.
	FieldBrewUpgradeOptions = "brew_upgrade_options"
	// FieldBrewInstallOptions holds the string denoting the brew_install_options field in the database.
	FieldBrewInstallOptions = "brew_install_options"
	// FieldBrewGreedy holds the string denoting the brew_greedy field in the database.
	FieldBrewGreedy = "brew_greedy"
	// FieldPackageVersion holds the string denoting the package_version field in the database.
	FieldPackageVersion = "package_version"
	// FieldAptAllowDowngrade holds the string denoting the apt_allow_downgrade field in the database.
	FieldAptAllowDowngrade = "apt_allow_downgrade"
	// FieldAptDeb holds the string denoting the apt_deb field in the database.
	FieldAptDeb = "apt_deb"
	// FieldAptDpkgOptions holds the string denoting the apt_dpkg_options field in the database.
	FieldAptDpkgOptions = "apt_dpkg_options"
	// FieldAptFailOnAutoremove holds the string denoting the apt_fail_on_autoremove field in the database.
	FieldAptFailOnAutoremove = "apt_fail_on_autoremove"
	// FieldAptForce holds the string denoting the apt_force field in the database.
	FieldAptForce = "apt_force"
	// FieldAptInstallRecommends holds the string denoting the apt_install_recommends field in the database.
	FieldAptInstallRecommends = "apt_install_recommends"
	// FieldAptName holds the string denoting the apt_name field in the database.
	FieldAptName = "apt_name"
	// FieldAptOnlyUpgrade holds the string denoting the apt_only_upgrade field in the database.
	FieldAptOnlyUpgrade = "apt_only_upgrade"
	// FieldAptPurge holds the string denoting the apt_purge field in the database.
	FieldAptPurge = "apt_purge"
	// FieldAptUpdateCache holds the string denoting the apt_update_cache field in the database.
	FieldAptUpdateCache = "apt_update_cache"
	// FieldAptUpgradeType holds the string denoting the apt_upgrade_type field in the database.
	FieldAptUpgradeType = "apt_upgrade_type"
	// FieldVersion holds the string denoting the version field in the database.
	FieldVersion = "version"
	// EdgeTags holds the string denoting the tags edge name in mutations.
	EdgeTags = "tags"
	// EdgeProfile holds the string denoting the profile edge name in mutations.
	EdgeProfile = "profile"
	// Table holds the table name of the task in the database.
	Table = "tasks"
	// TagsTable is the table that holds the tags relation/edge.
	TagsTable = "tags"
	// TagsInverseTable is the table name for the Tag entity.
	// It exists in this package in order to avoid circular dependency with the "tag" package.
	TagsInverseTable = "tags"
	// TagsColumn is the table column denoting the tags relation/edge.
	TagsColumn = "task_tags"
	// ProfileTable is the table that holds the profile relation/edge.
	ProfileTable = "tasks"
	// ProfileInverseTable is the table name for the Profile entity.
	// It exists in this package in order to avoid circular dependency with the "profile" package.
	ProfileInverseTable = "profiles"
	// ProfileColumn is the table column denoting the profile relation/edge.
	ProfileColumn = "profile_tasks"
)
View Source
const DefaultAgentType = AgentTypeWindows

AgentTypeWindows is the default value of the AgentType enum.

View Source
const DefaultAptUpgradeType = AptUpgradeTypeNo

AptUpgradeTypeNo is the default value of the AptUpgradeType enum.

Variables

View Source
var (
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultPackageID holds the default value on creation for the "package_id" field.
	DefaultPackageID string
	// DefaultPackageName holds the default value on creation for the "package_name" field.
	DefaultPackageName string
	// DefaultPackageLatest holds the default value on creation for the "package_latest" field.
	DefaultPackageLatest bool
	// DefaultRegistryKey holds the default value on creation for the "registry_key" field.
	DefaultRegistryKey string
	// DefaultRegistryKeyValueName holds the default value on creation for the "registry_key_value_name" field.
	DefaultRegistryKeyValueName string
	// DefaultRegistryKeyValueData holds the default value on creation for the "registry_key_value_data" field.
	DefaultRegistryKeyValueData string
	// DefaultRegistryHex holds the default value on creation for the "registry_hex" field.
	DefaultRegistryHex bool
	// DefaultRegistryForce holds the default value on creation for the "registry_force" field.
	DefaultRegistryForce bool
	// DefaultLocalUserUsername holds the default value on creation for the "local_user_username" field.
	DefaultLocalUserUsername string
	// DefaultLocalUserDescription holds the default value on creation for the "local_user_description" field.
	DefaultLocalUserDescription string
	// DefaultLocalUserDisable holds the default value on creation for the "local_user_disable" field.
	DefaultLocalUserDisable bool
	// DefaultLocalUserFullname holds the default value on creation for the "local_user_fullname" field.
	DefaultLocalUserFullname string
	// DefaultLocalUserPassword holds the default value on creation for the "local_user_password" field.
	DefaultLocalUserPassword string
	// DefaultLocalUserPasswordChangeNotAllowed holds the default value on creation for the "local_user_password_change_not_allowed" field.
	DefaultLocalUserPasswordChangeNotAllowed bool
	// DefaultLocalUserPasswordChangeRequired holds the default value on creation for the "local_user_password_change_required" field.
	DefaultLocalUserPasswordChangeRequired bool
	// DefaultLocalUserPasswordNeverExpires holds the default value on creation for the "local_user_password_never_expires" field.
	DefaultLocalUserPasswordNeverExpires bool
	// DefaultLocalUserAppend holds the default value on creation for the "local_user_append" field.
	DefaultLocalUserAppend bool
	// DefaultLocalUserCreateHome holds the default value on creation for the "local_user_create_home" field.
	DefaultLocalUserCreateHome bool
	// DefaultLocalUserForce holds the default value on creation for the "local_user_force" field.
	DefaultLocalUserForce bool
	// DefaultLocalUserGenerateSSHKey holds the default value on creation for the "local_user_generate_ssh_key" field.
	DefaultLocalUserGenerateSSHKey bool
	// DefaultLocalUserMoveHome holds the default value on creation for the "local_user_move_home" field.
	DefaultLocalUserMoveHome bool
	// DefaultLocalUserNonunique holds the default value on creation for the "local_user_nonunique" field.
	DefaultLocalUserNonunique bool
	// DefaultLocalUserPasswordLock holds the default value on creation for the "local_user_password_lock" field.
	DefaultLocalUserPasswordLock bool
	// DefaultLocalUserSystem holds the default value on creation for the "local_user_system" field.
	DefaultLocalUserSystem bool
	// DefaultLocalUserSSHKeyType holds the default value on creation for the "local_user_ssh_key_type" field.
	DefaultLocalUserSSHKeyType string
	// DefaultLocalGroupID holds the default value on creation for the "local_group_id" field.
	DefaultLocalGroupID string
	// DefaultLocalGroupName holds the default value on creation for the "local_group_name" field.
	DefaultLocalGroupName string
	// DefaultLocalGroupDescription holds the default value on creation for the "local_group_description" field.
	DefaultLocalGroupDescription string
	// DefaultLocalGroupSystem holds the default value on creation for the "local_group_system" field.
	DefaultLocalGroupSystem bool
	// DefaultLocalGroupForce holds the default value on creation for the "local_group_force" field.
	DefaultLocalGroupForce bool
	// DefaultLocalGroupMembers holds the default value on creation for the "local_group_members" field.
	DefaultLocalGroupMembers string
	// DefaultLocalGroupMembersToInclude holds the default value on creation for the "local_group_members_to_include" field.
	DefaultLocalGroupMembersToInclude string
	// DefaultLocalGroupMembersToExclude holds the default value on creation for the "local_group_members_to_exclude" field.
	DefaultLocalGroupMembersToExclude string
	// DefaultMsiProductid holds the default value on creation for the "msi_productid" field.
	DefaultMsiProductid string
	// DefaultMsiPath holds the default value on creation for the "msi_path" field.
	DefaultMsiPath string
	// DefaultMsiArguments holds the default value on creation for the "msi_arguments" field.
	DefaultMsiArguments string
	// DefaultMsiFileHash holds the default value on creation for the "msi_file_hash" field.
	DefaultMsiFileHash string
	// DefaultMsiLogPath holds the default value on creation for the "msi_log_path" field.
	DefaultMsiLogPath string
	// DefaultScript holds the default value on creation for the "script" field.
	DefaultScript string
	// DefaultScriptExecutable holds the default value on creation for the "script_executable" field.
	DefaultScriptExecutable string
	// DefaultScriptCreates holds the default value on creation for the "script_creates" field.
	DefaultScriptCreates string
	// DefaultPackageVersion holds the default value on creation for the "package_version" field.
	DefaultPackageVersion string
	// DefaultAptAllowDowngrade holds the default value on creation for the "apt_allow_downgrade" field.
	DefaultAptAllowDowngrade bool
	// DefaultAptDeb holds the default value on creation for the "apt_deb" field.
	DefaultAptDeb string
	// DefaultAptFailOnAutoremove holds the default value on creation for the "apt_fail_on_autoremove" field.
	DefaultAptFailOnAutoremove bool
	// DefaultAptForce holds the default value on creation for the "apt_force" field.
	DefaultAptForce bool
	// DefaultAptName holds the default value on creation for the "apt_name" field.
	DefaultAptName string
	// DefaultAptOnlyUpgrade holds the default value on creation for the "apt_only_upgrade" field.
	DefaultAptOnlyUpgrade bool
	// DefaultAptPurge holds the default value on creation for the "apt_purge" field.
	DefaultAptPurge bool
	// DefaultAptUpdateCache holds the default value on creation for the "apt_update_cache" field.
	DefaultAptUpdateCache bool
	// DefaultVersion holds the default value on creation for the "version" field.
	DefaultVersion int
)
View Source
var Columns = []string{
	FieldID,
	FieldName,
	FieldType,
	FieldPackageID,
	FieldPackageName,
	FieldPackageLatest,
	FieldRegistryKey,
	FieldRegistryKeyValueName,
	FieldRegistryKeyValueType,
	FieldRegistryKeyValueData,
	FieldRegistryHex,
	FieldRegistryForce,
	FieldLocalUserUsername,
	FieldLocalUserDescription,
	FieldLocalUserDisable,
	FieldLocalUserFullname,
	FieldLocalUserPassword,
	FieldLocalUserPasswordChangeNotAllowed,
	FieldLocalUserPasswordChangeRequired,
	FieldLocalUserPasswordNeverExpires,
	FieldLocalUserAppend,
	FieldLocalUserCreateHome,
	FieldLocalUserExpires,
	FieldLocalUserForce,
	FieldLocalUserGenerateSSHKey,
	FieldLocalUserGroup,
	FieldLocalUserGroups,
	FieldLocalUserHome,
	FieldLocalUserMoveHome,
	FieldLocalUserNonunique,
	FieldLocalUserPasswordExpireAccountDisable,
	FieldLocalUserPasswordExpireMax,
	FieldLocalUserPasswordExpireMin,
	FieldLocalUserPasswordExpireWarn,
	FieldLocalUserPasswordLock,
	FieldLocalUserSeuser,
	FieldLocalUserShell,
	FieldLocalUserSkeleton,
	FieldLocalUserSystem,
	FieldLocalUserID,
	FieldLocalUserIDMax,
	FieldLocalUserIDMin,
	FieldLocalUserSSHKeyBits,
	FieldLocalUserSSHKeyComment,
	FieldLocalUserSSHKeyFile,
	FieldLocalUserSSHKeyPassphrase,
	FieldLocalUserSSHKeyType,
	FieldLocalUserUmask,
	FieldLocalGroupID,
	FieldLocalGroupName,
	FieldLocalGroupDescription,
	FieldLocalGroupSystem,
	FieldLocalGroupForce,
	FieldLocalGroupMembers,
	FieldLocalGroupMembersToInclude,
	FieldLocalGroupMembersToExclude,
	FieldMsiProductid,
	FieldMsiPath,
	FieldMsiArguments,
	FieldMsiFileHash,
	FieldMsiFileHashAlg,
	FieldMsiLogPath,
	FieldScript,
	FieldScriptExecutable,
	FieldScriptCreates,
	FieldScriptRun,
	FieldAgentType,
	FieldWhen,
	FieldBrewUpdate,
	FieldBrewUpgradeAll,
	FieldBrewUpgradeOptions,
	FieldBrewInstallOptions,
	FieldBrewGreedy,
	FieldPackageVersion,
	FieldAptAllowDowngrade,
	FieldAptDeb,
	FieldAptDpkgOptions,
	FieldAptFailOnAutoremove,
	FieldAptForce,
	FieldAptInstallRecommends,
	FieldAptName,
	FieldAptOnlyUpgrade,
	FieldAptPurge,
	FieldAptUpdateCache,
	FieldAptUpgradeType,
	FieldVersion,
}

Columns holds all SQL columns for task fields.

View Source
var ForeignKeys = []string{
	"profile_tasks",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "tasks" table and are not defined as standalone fields in the schema.

Functions

func AgentTypeEQ

func AgentTypeEQ(v AgentType) predicate.Task

AgentTypeEQ applies the EQ predicate on the "agent_type" field.

func AgentTypeIn

func AgentTypeIn(vs ...AgentType) predicate.Task

AgentTypeIn applies the In predicate on the "agent_type" field.

func AgentTypeIsNil

func AgentTypeIsNil() predicate.Task

AgentTypeIsNil applies the IsNil predicate on the "agent_type" field.

func AgentTypeNEQ

func AgentTypeNEQ(v AgentType) predicate.Task

AgentTypeNEQ applies the NEQ predicate on the "agent_type" field.

func AgentTypeNotIn

func AgentTypeNotIn(vs ...AgentType) predicate.Task

AgentTypeNotIn applies the NotIn predicate on the "agent_type" field.

func AgentTypeNotNil

func AgentTypeNotNil() predicate.Task

AgentTypeNotNil applies the NotNil predicate on the "agent_type" field.

func AgentTypeValidator

func AgentTypeValidator(at AgentType) error

AgentTypeValidator is a validator for the "agent_type" field enum values. It is called by the builders before save.

func And

func And(predicates ...predicate.Task) predicate.Task

And groups predicates with the AND operator between them.

func AptAllowDowngrade

func AptAllowDowngrade(v bool) predicate.Task

AptAllowDowngrade applies equality check predicate on the "apt_allow_downgrade" field. It's identical to AptAllowDowngradeEQ.

func AptAllowDowngradeEQ

func AptAllowDowngradeEQ(v bool) predicate.Task

AptAllowDowngradeEQ applies the EQ predicate on the "apt_allow_downgrade" field.

func AptAllowDowngradeIsNil

func AptAllowDowngradeIsNil() predicate.Task

AptAllowDowngradeIsNil applies the IsNil predicate on the "apt_allow_downgrade" field.

func AptAllowDowngradeNEQ

func AptAllowDowngradeNEQ(v bool) predicate.Task

AptAllowDowngradeNEQ applies the NEQ predicate on the "apt_allow_downgrade" field.

func AptAllowDowngradeNotNil

func AptAllowDowngradeNotNil() predicate.Task

AptAllowDowngradeNotNil applies the NotNil predicate on the "apt_allow_downgrade" field.

func AptDeb

func AptDeb(v string) predicate.Task

AptDeb applies equality check predicate on the "apt_deb" field. It's identical to AptDebEQ.

func AptDebContains

func AptDebContains(v string) predicate.Task

AptDebContains applies the Contains predicate on the "apt_deb" field.

func AptDebContainsFold

func AptDebContainsFold(v string) predicate.Task

AptDebContainsFold applies the ContainsFold predicate on the "apt_deb" field.

func AptDebEQ

func AptDebEQ(v string) predicate.Task

AptDebEQ applies the EQ predicate on the "apt_deb" field.

func AptDebEqualFold

func AptDebEqualFold(v string) predicate.Task

AptDebEqualFold applies the EqualFold predicate on the "apt_deb" field.

func AptDebGT

func AptDebGT(v string) predicate.Task

AptDebGT applies the GT predicate on the "apt_deb" field.

func AptDebGTE

func AptDebGTE(v string) predicate.Task

AptDebGTE applies the GTE predicate on the "apt_deb" field.

func AptDebHasPrefix

func AptDebHasPrefix(v string) predicate.Task

AptDebHasPrefix applies the HasPrefix predicate on the "apt_deb" field.

func AptDebHasSuffix

func AptDebHasSuffix(v string) predicate.Task

AptDebHasSuffix applies the HasSuffix predicate on the "apt_deb" field.

func AptDebIn

func AptDebIn(vs ...string) predicate.Task

AptDebIn applies the In predicate on the "apt_deb" field.

func AptDebIsNil

func AptDebIsNil() predicate.Task

AptDebIsNil applies the IsNil predicate on the "apt_deb" field.

func AptDebLT

func AptDebLT(v string) predicate.Task

AptDebLT applies the LT predicate on the "apt_deb" field.

func AptDebLTE

func AptDebLTE(v string) predicate.Task

AptDebLTE applies the LTE predicate on the "apt_deb" field.

func AptDebNEQ

func AptDebNEQ(v string) predicate.Task

AptDebNEQ applies the NEQ predicate on the "apt_deb" field.

func AptDebNotIn

func AptDebNotIn(vs ...string) predicate.Task

AptDebNotIn applies the NotIn predicate on the "apt_deb" field.

func AptDebNotNil

func AptDebNotNil() predicate.Task

AptDebNotNil applies the NotNil predicate on the "apt_deb" field.

func AptDpkgOptions

func AptDpkgOptions(v string) predicate.Task

AptDpkgOptions applies equality check predicate on the "apt_dpkg_options" field. It's identical to AptDpkgOptionsEQ.

func AptDpkgOptionsContains

func AptDpkgOptionsContains(v string) predicate.Task

AptDpkgOptionsContains applies the Contains predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsContainsFold

func AptDpkgOptionsContainsFold(v string) predicate.Task

AptDpkgOptionsContainsFold applies the ContainsFold predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsEQ

func AptDpkgOptionsEQ(v string) predicate.Task

AptDpkgOptionsEQ applies the EQ predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsEqualFold

func AptDpkgOptionsEqualFold(v string) predicate.Task

AptDpkgOptionsEqualFold applies the EqualFold predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsGT

func AptDpkgOptionsGT(v string) predicate.Task

AptDpkgOptionsGT applies the GT predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsGTE

func AptDpkgOptionsGTE(v string) predicate.Task

AptDpkgOptionsGTE applies the GTE predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsHasPrefix

func AptDpkgOptionsHasPrefix(v string) predicate.Task

AptDpkgOptionsHasPrefix applies the HasPrefix predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsHasSuffix

func AptDpkgOptionsHasSuffix(v string) predicate.Task

AptDpkgOptionsHasSuffix applies the HasSuffix predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsIn

func AptDpkgOptionsIn(vs ...string) predicate.Task

AptDpkgOptionsIn applies the In predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsIsNil

func AptDpkgOptionsIsNil() predicate.Task

AptDpkgOptionsIsNil applies the IsNil predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsLT

func AptDpkgOptionsLT(v string) predicate.Task

AptDpkgOptionsLT applies the LT predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsLTE

func AptDpkgOptionsLTE(v string) predicate.Task

AptDpkgOptionsLTE applies the LTE predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsNEQ

func AptDpkgOptionsNEQ(v string) predicate.Task

AptDpkgOptionsNEQ applies the NEQ predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsNotIn

func AptDpkgOptionsNotIn(vs ...string) predicate.Task

AptDpkgOptionsNotIn applies the NotIn predicate on the "apt_dpkg_options" field.

func AptDpkgOptionsNotNil

func AptDpkgOptionsNotNil() predicate.Task

AptDpkgOptionsNotNil applies the NotNil predicate on the "apt_dpkg_options" field.

func AptFailOnAutoremove

func AptFailOnAutoremove(v bool) predicate.Task

AptFailOnAutoremove applies equality check predicate on the "apt_fail_on_autoremove" field. It's identical to AptFailOnAutoremoveEQ.

func AptFailOnAutoremoveEQ

func AptFailOnAutoremoveEQ(v bool) predicate.Task

AptFailOnAutoremoveEQ applies the EQ predicate on the "apt_fail_on_autoremove" field.

func AptFailOnAutoremoveIsNil

func AptFailOnAutoremoveIsNil() predicate.Task

AptFailOnAutoremoveIsNil applies the IsNil predicate on the "apt_fail_on_autoremove" field.

func AptFailOnAutoremoveNEQ

func AptFailOnAutoremoveNEQ(v bool) predicate.Task

AptFailOnAutoremoveNEQ applies the NEQ predicate on the "apt_fail_on_autoremove" field.

func AptFailOnAutoremoveNotNil

func AptFailOnAutoremoveNotNil() predicate.Task

AptFailOnAutoremoveNotNil applies the NotNil predicate on the "apt_fail_on_autoremove" field.

func AptForce

func AptForce(v bool) predicate.Task

AptForce applies equality check predicate on the "apt_force" field. It's identical to AptForceEQ.

func AptForceEQ

func AptForceEQ(v bool) predicate.Task

AptForceEQ applies the EQ predicate on the "apt_force" field.

func AptForceIsNil

func AptForceIsNil() predicate.Task

AptForceIsNil applies the IsNil predicate on the "apt_force" field.

func AptForceNEQ

func AptForceNEQ(v bool) predicate.Task

AptForceNEQ applies the NEQ predicate on the "apt_force" field.

func AptForceNotNil

func AptForceNotNil() predicate.Task

AptForceNotNil applies the NotNil predicate on the "apt_force" field.

func AptInstallRecommends

func AptInstallRecommends(v bool) predicate.Task

AptInstallRecommends applies equality check predicate on the "apt_install_recommends" field. It's identical to AptInstallRecommendsEQ.

func AptInstallRecommendsEQ

func AptInstallRecommendsEQ(v bool) predicate.Task

AptInstallRecommendsEQ applies the EQ predicate on the "apt_install_recommends" field.

func AptInstallRecommendsIsNil

func AptInstallRecommendsIsNil() predicate.Task

AptInstallRecommendsIsNil applies the IsNil predicate on the "apt_install_recommends" field.

func AptInstallRecommendsNEQ

func AptInstallRecommendsNEQ(v bool) predicate.Task

AptInstallRecommendsNEQ applies the NEQ predicate on the "apt_install_recommends" field.

func AptInstallRecommendsNotNil

func AptInstallRecommendsNotNil() predicate.Task

AptInstallRecommendsNotNil applies the NotNil predicate on the "apt_install_recommends" field.

func AptName

func AptName(v string) predicate.Task

AptName applies equality check predicate on the "apt_name" field. It's identical to AptNameEQ.

func AptNameContains

func AptNameContains(v string) predicate.Task

AptNameContains applies the Contains predicate on the "apt_name" field.

func AptNameContainsFold

func AptNameContainsFold(v string) predicate.Task

AptNameContainsFold applies the ContainsFold predicate on the "apt_name" field.

func AptNameEQ

func AptNameEQ(v string) predicate.Task

AptNameEQ applies the EQ predicate on the "apt_name" field.

func AptNameEqualFold

func AptNameEqualFold(v string) predicate.Task

AptNameEqualFold applies the EqualFold predicate on the "apt_name" field.

func AptNameGT

func AptNameGT(v string) predicate.Task

AptNameGT applies the GT predicate on the "apt_name" field.

func AptNameGTE

func AptNameGTE(v string) predicate.Task

AptNameGTE applies the GTE predicate on the "apt_name" field.

func AptNameHasPrefix

func AptNameHasPrefix(v string) predicate.Task

AptNameHasPrefix applies the HasPrefix predicate on the "apt_name" field.

func AptNameHasSuffix

func AptNameHasSuffix(v string) predicate.Task

AptNameHasSuffix applies the HasSuffix predicate on the "apt_name" field.

func AptNameIn

func AptNameIn(vs ...string) predicate.Task

AptNameIn applies the In predicate on the "apt_name" field.

func AptNameIsNil

func AptNameIsNil() predicate.Task

AptNameIsNil applies the IsNil predicate on the "apt_name" field.

func AptNameLT

func AptNameLT(v string) predicate.Task

AptNameLT applies the LT predicate on the "apt_name" field.

func AptNameLTE

func AptNameLTE(v string) predicate.Task

AptNameLTE applies the LTE predicate on the "apt_name" field.

func AptNameNEQ

func AptNameNEQ(v string) predicate.Task

AptNameNEQ applies the NEQ predicate on the "apt_name" field.

func AptNameNotIn

func AptNameNotIn(vs ...string) predicate.Task

AptNameNotIn applies the NotIn predicate on the "apt_name" field.

func AptNameNotNil

func AptNameNotNil() predicate.Task

AptNameNotNil applies the NotNil predicate on the "apt_name" field.

func AptOnlyUpgrade

func AptOnlyUpgrade(v bool) predicate.Task

AptOnlyUpgrade applies equality check predicate on the "apt_only_upgrade" field. It's identical to AptOnlyUpgradeEQ.

func AptOnlyUpgradeEQ

func AptOnlyUpgradeEQ(v bool) predicate.Task

AptOnlyUpgradeEQ applies the EQ predicate on the "apt_only_upgrade" field.

func AptOnlyUpgradeIsNil

func AptOnlyUpgradeIsNil() predicate.Task

AptOnlyUpgradeIsNil applies the IsNil predicate on the "apt_only_upgrade" field.

func AptOnlyUpgradeNEQ

func AptOnlyUpgradeNEQ(v bool) predicate.Task

AptOnlyUpgradeNEQ applies the NEQ predicate on the "apt_only_upgrade" field.

func AptOnlyUpgradeNotNil

func AptOnlyUpgradeNotNil() predicate.Task

AptOnlyUpgradeNotNil applies the NotNil predicate on the "apt_only_upgrade" field.

func AptPurge

func AptPurge(v bool) predicate.Task

AptPurge applies equality check predicate on the "apt_purge" field. It's identical to AptPurgeEQ.

func AptPurgeEQ

func AptPurgeEQ(v bool) predicate.Task

AptPurgeEQ applies the EQ predicate on the "apt_purge" field.

func AptPurgeIsNil

func AptPurgeIsNil() predicate.Task

AptPurgeIsNil applies the IsNil predicate on the "apt_purge" field.

func AptPurgeNEQ

func AptPurgeNEQ(v bool) predicate.Task

AptPurgeNEQ applies the NEQ predicate on the "apt_purge" field.

func AptPurgeNotNil

func AptPurgeNotNil() predicate.Task

AptPurgeNotNil applies the NotNil predicate on the "apt_purge" field.

func AptUpdateCache

func AptUpdateCache(v bool) predicate.Task

AptUpdateCache applies equality check predicate on the "apt_update_cache" field. It's identical to AptUpdateCacheEQ.

func AptUpdateCacheEQ

func AptUpdateCacheEQ(v bool) predicate.Task

AptUpdateCacheEQ applies the EQ predicate on the "apt_update_cache" field.

func AptUpdateCacheIsNil

func AptUpdateCacheIsNil() predicate.Task

AptUpdateCacheIsNil applies the IsNil predicate on the "apt_update_cache" field.

func AptUpdateCacheNEQ

func AptUpdateCacheNEQ(v bool) predicate.Task

AptUpdateCacheNEQ applies the NEQ predicate on the "apt_update_cache" field.

func AptUpdateCacheNotNil

func AptUpdateCacheNotNil() predicate.Task

AptUpdateCacheNotNil applies the NotNil predicate on the "apt_update_cache" field.

func AptUpgradeTypeEQ

func AptUpgradeTypeEQ(v AptUpgradeType) predicate.Task

AptUpgradeTypeEQ applies the EQ predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeIn

func AptUpgradeTypeIn(vs ...AptUpgradeType) predicate.Task

AptUpgradeTypeIn applies the In predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeIsNil

func AptUpgradeTypeIsNil() predicate.Task

AptUpgradeTypeIsNil applies the IsNil predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeNEQ

func AptUpgradeTypeNEQ(v AptUpgradeType) predicate.Task

AptUpgradeTypeNEQ applies the NEQ predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeNotIn

func AptUpgradeTypeNotIn(vs ...AptUpgradeType) predicate.Task

AptUpgradeTypeNotIn applies the NotIn predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeNotNil

func AptUpgradeTypeNotNil() predicate.Task

AptUpgradeTypeNotNil applies the NotNil predicate on the "apt_upgrade_type" field.

func AptUpgradeTypeValidator

func AptUpgradeTypeValidator(aut AptUpgradeType) error

AptUpgradeTypeValidator is a validator for the "apt_upgrade_type" field enum values. It is called by the builders before save.

func BrewGreedy

func BrewGreedy(v bool) predicate.Task

BrewGreedy applies equality check predicate on the "brew_greedy" field. It's identical to BrewGreedyEQ.

func BrewGreedyEQ

func BrewGreedyEQ(v bool) predicate.Task

BrewGreedyEQ applies the EQ predicate on the "brew_greedy" field.

func BrewGreedyIsNil

func BrewGreedyIsNil() predicate.Task

BrewGreedyIsNil applies the IsNil predicate on the "brew_greedy" field.

func BrewGreedyNEQ

func BrewGreedyNEQ(v bool) predicate.Task

BrewGreedyNEQ applies the NEQ predicate on the "brew_greedy" field.

func BrewGreedyNotNil

func BrewGreedyNotNil() predicate.Task

BrewGreedyNotNil applies the NotNil predicate on the "brew_greedy" field.

func BrewInstallOptions

func BrewInstallOptions(v string) predicate.Task

BrewInstallOptions applies equality check predicate on the "brew_install_options" field. It's identical to BrewInstallOptionsEQ.

func BrewInstallOptionsContains

func BrewInstallOptionsContains(v string) predicate.Task

BrewInstallOptionsContains applies the Contains predicate on the "brew_install_options" field.

func BrewInstallOptionsContainsFold

func BrewInstallOptionsContainsFold(v string) predicate.Task

BrewInstallOptionsContainsFold applies the ContainsFold predicate on the "brew_install_options" field.

func BrewInstallOptionsEQ

func BrewInstallOptionsEQ(v string) predicate.Task

BrewInstallOptionsEQ applies the EQ predicate on the "brew_install_options" field.

func BrewInstallOptionsEqualFold

func BrewInstallOptionsEqualFold(v string) predicate.Task

BrewInstallOptionsEqualFold applies the EqualFold predicate on the "brew_install_options" field.

func BrewInstallOptionsGT

func BrewInstallOptionsGT(v string) predicate.Task

BrewInstallOptionsGT applies the GT predicate on the "brew_install_options" field.

func BrewInstallOptionsGTE

func BrewInstallOptionsGTE(v string) predicate.Task

BrewInstallOptionsGTE applies the GTE predicate on the "brew_install_options" field.

func BrewInstallOptionsHasPrefix

func BrewInstallOptionsHasPrefix(v string) predicate.Task

BrewInstallOptionsHasPrefix applies the HasPrefix predicate on the "brew_install_options" field.

func BrewInstallOptionsHasSuffix

func BrewInstallOptionsHasSuffix(v string) predicate.Task

BrewInstallOptionsHasSuffix applies the HasSuffix predicate on the "brew_install_options" field.

func BrewInstallOptionsIn

func BrewInstallOptionsIn(vs ...string) predicate.Task

BrewInstallOptionsIn applies the In predicate on the "brew_install_options" field.

func BrewInstallOptionsIsNil

func BrewInstallOptionsIsNil() predicate.Task

BrewInstallOptionsIsNil applies the IsNil predicate on the "brew_install_options" field.

func BrewInstallOptionsLT

func BrewInstallOptionsLT(v string) predicate.Task

BrewInstallOptionsLT applies the LT predicate on the "brew_install_options" field.

func BrewInstallOptionsLTE

func BrewInstallOptionsLTE(v string) predicate.Task

BrewInstallOptionsLTE applies the LTE predicate on the "brew_install_options" field.

func BrewInstallOptionsNEQ

func BrewInstallOptionsNEQ(v string) predicate.Task

BrewInstallOptionsNEQ applies the NEQ predicate on the "brew_install_options" field.

func BrewInstallOptionsNotIn

func BrewInstallOptionsNotIn(vs ...string) predicate.Task

BrewInstallOptionsNotIn applies the NotIn predicate on the "brew_install_options" field.

func BrewInstallOptionsNotNil

func BrewInstallOptionsNotNil() predicate.Task

BrewInstallOptionsNotNil applies the NotNil predicate on the "brew_install_options" field.

func BrewUpdate

func BrewUpdate(v bool) predicate.Task

BrewUpdate applies equality check predicate on the "brew_update" field. It's identical to BrewUpdateEQ.

func BrewUpdateEQ

func BrewUpdateEQ(v bool) predicate.Task

BrewUpdateEQ applies the EQ predicate on the "brew_update" field.

func BrewUpdateIsNil

func BrewUpdateIsNil() predicate.Task

BrewUpdateIsNil applies the IsNil predicate on the "brew_update" field.

func BrewUpdateNEQ

func BrewUpdateNEQ(v bool) predicate.Task

BrewUpdateNEQ applies the NEQ predicate on the "brew_update" field.

func BrewUpdateNotNil

func BrewUpdateNotNil() predicate.Task

BrewUpdateNotNil applies the NotNil predicate on the "brew_update" field.

func BrewUpgradeAll

func BrewUpgradeAll(v bool) predicate.Task

BrewUpgradeAll applies equality check predicate on the "brew_upgrade_all" field. It's identical to BrewUpgradeAllEQ.

func BrewUpgradeAllEQ

func BrewUpgradeAllEQ(v bool) predicate.Task

BrewUpgradeAllEQ applies the EQ predicate on the "brew_upgrade_all" field.

func BrewUpgradeAllIsNil

func BrewUpgradeAllIsNil() predicate.Task

BrewUpgradeAllIsNil applies the IsNil predicate on the "brew_upgrade_all" field.

func BrewUpgradeAllNEQ

func BrewUpgradeAllNEQ(v bool) predicate.Task

BrewUpgradeAllNEQ applies the NEQ predicate on the "brew_upgrade_all" field.

func BrewUpgradeAllNotNil

func BrewUpgradeAllNotNil() predicate.Task

BrewUpgradeAllNotNil applies the NotNil predicate on the "brew_upgrade_all" field.

func BrewUpgradeOptions

func BrewUpgradeOptions(v string) predicate.Task

BrewUpgradeOptions applies equality check predicate on the "brew_upgrade_options" field. It's identical to BrewUpgradeOptionsEQ.

func BrewUpgradeOptionsContains

func BrewUpgradeOptionsContains(v string) predicate.Task

BrewUpgradeOptionsContains applies the Contains predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsContainsFold

func BrewUpgradeOptionsContainsFold(v string) predicate.Task

BrewUpgradeOptionsContainsFold applies the ContainsFold predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsEQ

func BrewUpgradeOptionsEQ(v string) predicate.Task

BrewUpgradeOptionsEQ applies the EQ predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsEqualFold

func BrewUpgradeOptionsEqualFold(v string) predicate.Task

BrewUpgradeOptionsEqualFold applies the EqualFold predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsGT

func BrewUpgradeOptionsGT(v string) predicate.Task

BrewUpgradeOptionsGT applies the GT predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsGTE

func BrewUpgradeOptionsGTE(v string) predicate.Task

BrewUpgradeOptionsGTE applies the GTE predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsHasPrefix

func BrewUpgradeOptionsHasPrefix(v string) predicate.Task

BrewUpgradeOptionsHasPrefix applies the HasPrefix predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsHasSuffix

func BrewUpgradeOptionsHasSuffix(v string) predicate.Task

BrewUpgradeOptionsHasSuffix applies the HasSuffix predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsIn

func BrewUpgradeOptionsIn(vs ...string) predicate.Task

BrewUpgradeOptionsIn applies the In predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsIsNil

func BrewUpgradeOptionsIsNil() predicate.Task

BrewUpgradeOptionsIsNil applies the IsNil predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsLT

func BrewUpgradeOptionsLT(v string) predicate.Task

BrewUpgradeOptionsLT applies the LT predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsLTE

func BrewUpgradeOptionsLTE(v string) predicate.Task

BrewUpgradeOptionsLTE applies the LTE predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsNEQ

func BrewUpgradeOptionsNEQ(v string) predicate.Task

BrewUpgradeOptionsNEQ applies the NEQ predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsNotIn

func BrewUpgradeOptionsNotIn(vs ...string) predicate.Task

BrewUpgradeOptionsNotIn applies the NotIn predicate on the "brew_upgrade_options" field.

func BrewUpgradeOptionsNotNil

func BrewUpgradeOptionsNotNil() predicate.Task

BrewUpgradeOptionsNotNil applies the NotNil predicate on the "brew_upgrade_options" field.

func HasProfile

func HasProfile() predicate.Task

HasProfile applies the HasEdge predicate on the "profile" edge.

func HasProfileWith

func HasProfileWith(preds ...predicate.Profile) predicate.Task

HasProfileWith applies the HasEdge predicate on the "profile" edge with a given conditions (other predicates).

func HasTags

func HasTags() predicate.Task

HasTags applies the HasEdge predicate on the "tags" edge.

func HasTagsWith

func HasTagsWith(preds ...predicate.Tag) predicate.Task

HasTagsWith applies the HasEdge predicate on the "tags" edge with a given conditions (other predicates).

func ID

func ID(id int) predicate.Task

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.Task

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.Task

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.Task

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.Task

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.Task

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.Task

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.Task

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.Task

IDNotIn applies the NotIn predicate on the ID field.

func LocalGroupDescription

func LocalGroupDescription(v string) predicate.Task

LocalGroupDescription applies equality check predicate on the "local_group_description" field. It's identical to LocalGroupDescriptionEQ.

func LocalGroupDescriptionContains

func LocalGroupDescriptionContains(v string) predicate.Task

LocalGroupDescriptionContains applies the Contains predicate on the "local_group_description" field.

func LocalGroupDescriptionContainsFold

func LocalGroupDescriptionContainsFold(v string) predicate.Task

LocalGroupDescriptionContainsFold applies the ContainsFold predicate on the "local_group_description" field.

func LocalGroupDescriptionEQ

func LocalGroupDescriptionEQ(v string) predicate.Task

LocalGroupDescriptionEQ applies the EQ predicate on the "local_group_description" field.

func LocalGroupDescriptionEqualFold

func LocalGroupDescriptionEqualFold(v string) predicate.Task

LocalGroupDescriptionEqualFold applies the EqualFold predicate on the "local_group_description" field.

func LocalGroupDescriptionGT

func LocalGroupDescriptionGT(v string) predicate.Task

LocalGroupDescriptionGT applies the GT predicate on the "local_group_description" field.

func LocalGroupDescriptionGTE

func LocalGroupDescriptionGTE(v string) predicate.Task

LocalGroupDescriptionGTE applies the GTE predicate on the "local_group_description" field.

func LocalGroupDescriptionHasPrefix

func LocalGroupDescriptionHasPrefix(v string) predicate.Task

LocalGroupDescriptionHasPrefix applies the HasPrefix predicate on the "local_group_description" field.

func LocalGroupDescriptionHasSuffix

func LocalGroupDescriptionHasSuffix(v string) predicate.Task

LocalGroupDescriptionHasSuffix applies the HasSuffix predicate on the "local_group_description" field.

func LocalGroupDescriptionIn

func LocalGroupDescriptionIn(vs ...string) predicate.Task

LocalGroupDescriptionIn applies the In predicate on the "local_group_description" field.

func LocalGroupDescriptionIsNil

func LocalGroupDescriptionIsNil() predicate.Task

LocalGroupDescriptionIsNil applies the IsNil predicate on the "local_group_description" field.

func LocalGroupDescriptionLT

func LocalGroupDescriptionLT(v string) predicate.Task

LocalGroupDescriptionLT applies the LT predicate on the "local_group_description" field.

func LocalGroupDescriptionLTE

func LocalGroupDescriptionLTE(v string) predicate.Task

LocalGroupDescriptionLTE applies the LTE predicate on the "local_group_description" field.

func LocalGroupDescriptionNEQ

func LocalGroupDescriptionNEQ(v string) predicate.Task

LocalGroupDescriptionNEQ applies the NEQ predicate on the "local_group_description" field.

func LocalGroupDescriptionNotIn

func LocalGroupDescriptionNotIn(vs ...string) predicate.Task

LocalGroupDescriptionNotIn applies the NotIn predicate on the "local_group_description" field.

func LocalGroupDescriptionNotNil

func LocalGroupDescriptionNotNil() predicate.Task

LocalGroupDescriptionNotNil applies the NotNil predicate on the "local_group_description" field.

func LocalGroupForce

func LocalGroupForce(v bool) predicate.Task

LocalGroupForce applies equality check predicate on the "local_group_force" field. It's identical to LocalGroupForceEQ.

func LocalGroupForceEQ

func LocalGroupForceEQ(v bool) predicate.Task

LocalGroupForceEQ applies the EQ predicate on the "local_group_force" field.

func LocalGroupForceIsNil

func LocalGroupForceIsNil() predicate.Task

LocalGroupForceIsNil applies the IsNil predicate on the "local_group_force" field.

func LocalGroupForceNEQ

func LocalGroupForceNEQ(v bool) predicate.Task

LocalGroupForceNEQ applies the NEQ predicate on the "local_group_force" field.

func LocalGroupForceNotNil

func LocalGroupForceNotNil() predicate.Task

LocalGroupForceNotNil applies the NotNil predicate on the "local_group_force" field.

func LocalGroupID

func LocalGroupID(v string) predicate.Task

LocalGroupID applies equality check predicate on the "local_group_id" field. It's identical to LocalGroupIDEQ.

func LocalGroupIDContains

func LocalGroupIDContains(v string) predicate.Task

LocalGroupIDContains applies the Contains predicate on the "local_group_id" field.

func LocalGroupIDContainsFold

func LocalGroupIDContainsFold(v string) predicate.Task

LocalGroupIDContainsFold applies the ContainsFold predicate on the "local_group_id" field.

func LocalGroupIDEQ

func LocalGroupIDEQ(v string) predicate.Task

LocalGroupIDEQ applies the EQ predicate on the "local_group_id" field.

func LocalGroupIDEqualFold

func LocalGroupIDEqualFold(v string) predicate.Task

LocalGroupIDEqualFold applies the EqualFold predicate on the "local_group_id" field.

func LocalGroupIDGT

func LocalGroupIDGT(v string) predicate.Task

LocalGroupIDGT applies the GT predicate on the "local_group_id" field.

func LocalGroupIDGTE

func LocalGroupIDGTE(v string) predicate.Task

LocalGroupIDGTE applies the GTE predicate on the "local_group_id" field.

func LocalGroupIDHasPrefix

func LocalGroupIDHasPrefix(v string) predicate.Task

LocalGroupIDHasPrefix applies the HasPrefix predicate on the "local_group_id" field.

func LocalGroupIDHasSuffix

func LocalGroupIDHasSuffix(v string) predicate.Task

LocalGroupIDHasSuffix applies the HasSuffix predicate on the "local_group_id" field.

func LocalGroupIDIn

func LocalGroupIDIn(vs ...string) predicate.Task

LocalGroupIDIn applies the In predicate on the "local_group_id" field.

func LocalGroupIDIsNil

func LocalGroupIDIsNil() predicate.Task

LocalGroupIDIsNil applies the IsNil predicate on the "local_group_id" field.

func LocalGroupIDLT

func LocalGroupIDLT(v string) predicate.Task

LocalGroupIDLT applies the LT predicate on the "local_group_id" field.

func LocalGroupIDLTE

func LocalGroupIDLTE(v string) predicate.Task

LocalGroupIDLTE applies the LTE predicate on the "local_group_id" field.

func LocalGroupIDNEQ

func LocalGroupIDNEQ(v string) predicate.Task

LocalGroupIDNEQ applies the NEQ predicate on the "local_group_id" field.

func LocalGroupIDNotIn

func LocalGroupIDNotIn(vs ...string) predicate.Task

LocalGroupIDNotIn applies the NotIn predicate on the "local_group_id" field.

func LocalGroupIDNotNil

func LocalGroupIDNotNil() predicate.Task

LocalGroupIDNotNil applies the NotNil predicate on the "local_group_id" field.

func LocalGroupMembers

func LocalGroupMembers(v string) predicate.Task

LocalGroupMembers applies equality check predicate on the "local_group_members" field. It's identical to LocalGroupMembersEQ.

func LocalGroupMembersContains

func LocalGroupMembersContains(v string) predicate.Task

LocalGroupMembersContains applies the Contains predicate on the "local_group_members" field.

func LocalGroupMembersContainsFold

func LocalGroupMembersContainsFold(v string) predicate.Task

LocalGroupMembersContainsFold applies the ContainsFold predicate on the "local_group_members" field.

func LocalGroupMembersEQ

func LocalGroupMembersEQ(v string) predicate.Task

LocalGroupMembersEQ applies the EQ predicate on the "local_group_members" field.

func LocalGroupMembersEqualFold

func LocalGroupMembersEqualFold(v string) predicate.Task

LocalGroupMembersEqualFold applies the EqualFold predicate on the "local_group_members" field.

func LocalGroupMembersGT

func LocalGroupMembersGT(v string) predicate.Task

LocalGroupMembersGT applies the GT predicate on the "local_group_members" field.

func LocalGroupMembersGTE

func LocalGroupMembersGTE(v string) predicate.Task

LocalGroupMembersGTE applies the GTE predicate on the "local_group_members" field.

func LocalGroupMembersHasPrefix

func LocalGroupMembersHasPrefix(v string) predicate.Task

LocalGroupMembersHasPrefix applies the HasPrefix predicate on the "local_group_members" field.

func LocalGroupMembersHasSuffix

func LocalGroupMembersHasSuffix(v string) predicate.Task

LocalGroupMembersHasSuffix applies the HasSuffix predicate on the "local_group_members" field.

func LocalGroupMembersIn

func LocalGroupMembersIn(vs ...string) predicate.Task

LocalGroupMembersIn applies the In predicate on the "local_group_members" field.

func LocalGroupMembersIsNil

func LocalGroupMembersIsNil() predicate.Task

LocalGroupMembersIsNil applies the IsNil predicate on the "local_group_members" field.

func LocalGroupMembersLT

func LocalGroupMembersLT(v string) predicate.Task

LocalGroupMembersLT applies the LT predicate on the "local_group_members" field.

func LocalGroupMembersLTE

func LocalGroupMembersLTE(v string) predicate.Task

LocalGroupMembersLTE applies the LTE predicate on the "local_group_members" field.

func LocalGroupMembersNEQ

func LocalGroupMembersNEQ(v string) predicate.Task

LocalGroupMembersNEQ applies the NEQ predicate on the "local_group_members" field.

func LocalGroupMembersNotIn

func LocalGroupMembersNotIn(vs ...string) predicate.Task

LocalGroupMembersNotIn applies the NotIn predicate on the "local_group_members" field.

func LocalGroupMembersNotNil

func LocalGroupMembersNotNil() predicate.Task

LocalGroupMembersNotNil applies the NotNil predicate on the "local_group_members" field.

func LocalGroupMembersToExclude

func LocalGroupMembersToExclude(v string) predicate.Task

LocalGroupMembersToExclude applies equality check predicate on the "local_group_members_to_exclude" field. It's identical to LocalGroupMembersToExcludeEQ.

func LocalGroupMembersToExcludeContains

func LocalGroupMembersToExcludeContains(v string) predicate.Task

LocalGroupMembersToExcludeContains applies the Contains predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeContainsFold

func LocalGroupMembersToExcludeContainsFold(v string) predicate.Task

LocalGroupMembersToExcludeContainsFold applies the ContainsFold predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeEQ

func LocalGroupMembersToExcludeEQ(v string) predicate.Task

LocalGroupMembersToExcludeEQ applies the EQ predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeEqualFold

func LocalGroupMembersToExcludeEqualFold(v string) predicate.Task

LocalGroupMembersToExcludeEqualFold applies the EqualFold predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeGT

func LocalGroupMembersToExcludeGT(v string) predicate.Task

LocalGroupMembersToExcludeGT applies the GT predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeGTE

func LocalGroupMembersToExcludeGTE(v string) predicate.Task

LocalGroupMembersToExcludeGTE applies the GTE predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeHasPrefix

func LocalGroupMembersToExcludeHasPrefix(v string) predicate.Task

LocalGroupMembersToExcludeHasPrefix applies the HasPrefix predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeHasSuffix

func LocalGroupMembersToExcludeHasSuffix(v string) predicate.Task

LocalGroupMembersToExcludeHasSuffix applies the HasSuffix predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeIn

func LocalGroupMembersToExcludeIn(vs ...string) predicate.Task

LocalGroupMembersToExcludeIn applies the In predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeIsNil

func LocalGroupMembersToExcludeIsNil() predicate.Task

LocalGroupMembersToExcludeIsNil applies the IsNil predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeLT

func LocalGroupMembersToExcludeLT(v string) predicate.Task

LocalGroupMembersToExcludeLT applies the LT predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeLTE

func LocalGroupMembersToExcludeLTE(v string) predicate.Task

LocalGroupMembersToExcludeLTE applies the LTE predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeNEQ

func LocalGroupMembersToExcludeNEQ(v string) predicate.Task

LocalGroupMembersToExcludeNEQ applies the NEQ predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeNotIn

func LocalGroupMembersToExcludeNotIn(vs ...string) predicate.Task

LocalGroupMembersToExcludeNotIn applies the NotIn predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToExcludeNotNil

func LocalGroupMembersToExcludeNotNil() predicate.Task

LocalGroupMembersToExcludeNotNil applies the NotNil predicate on the "local_group_members_to_exclude" field.

func LocalGroupMembersToInclude

func LocalGroupMembersToInclude(v string) predicate.Task

LocalGroupMembersToInclude applies equality check predicate on the "local_group_members_to_include" field. It's identical to LocalGroupMembersToIncludeEQ.

func LocalGroupMembersToIncludeContains

func LocalGroupMembersToIncludeContains(v string) predicate.Task

LocalGroupMembersToIncludeContains applies the Contains predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeContainsFold

func LocalGroupMembersToIncludeContainsFold(v string) predicate.Task

LocalGroupMembersToIncludeContainsFold applies the ContainsFold predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeEQ

func LocalGroupMembersToIncludeEQ(v string) predicate.Task

LocalGroupMembersToIncludeEQ applies the EQ predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeEqualFold

func LocalGroupMembersToIncludeEqualFold(v string) predicate.Task

LocalGroupMembersToIncludeEqualFold applies the EqualFold predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeGT

func LocalGroupMembersToIncludeGT(v string) predicate.Task

LocalGroupMembersToIncludeGT applies the GT predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeGTE

func LocalGroupMembersToIncludeGTE(v string) predicate.Task

LocalGroupMembersToIncludeGTE applies the GTE predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeHasPrefix

func LocalGroupMembersToIncludeHasPrefix(v string) predicate.Task

LocalGroupMembersToIncludeHasPrefix applies the HasPrefix predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeHasSuffix

func LocalGroupMembersToIncludeHasSuffix(v string) predicate.Task

LocalGroupMembersToIncludeHasSuffix applies the HasSuffix predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeIn

func LocalGroupMembersToIncludeIn(vs ...string) predicate.Task

LocalGroupMembersToIncludeIn applies the In predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeIsNil

func LocalGroupMembersToIncludeIsNil() predicate.Task

LocalGroupMembersToIncludeIsNil applies the IsNil predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeLT

func LocalGroupMembersToIncludeLT(v string) predicate.Task

LocalGroupMembersToIncludeLT applies the LT predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeLTE

func LocalGroupMembersToIncludeLTE(v string) predicate.Task

LocalGroupMembersToIncludeLTE applies the LTE predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeNEQ

func LocalGroupMembersToIncludeNEQ(v string) predicate.Task

LocalGroupMembersToIncludeNEQ applies the NEQ predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeNotIn

func LocalGroupMembersToIncludeNotIn(vs ...string) predicate.Task

LocalGroupMembersToIncludeNotIn applies the NotIn predicate on the "local_group_members_to_include" field.

func LocalGroupMembersToIncludeNotNil

func LocalGroupMembersToIncludeNotNil() predicate.Task

LocalGroupMembersToIncludeNotNil applies the NotNil predicate on the "local_group_members_to_include" field.

func LocalGroupName

func LocalGroupName(v string) predicate.Task

LocalGroupName applies equality check predicate on the "local_group_name" field. It's identical to LocalGroupNameEQ.

func LocalGroupNameContains

func LocalGroupNameContains(v string) predicate.Task

LocalGroupNameContains applies the Contains predicate on the "local_group_name" field.

func LocalGroupNameContainsFold

func LocalGroupNameContainsFold(v string) predicate.Task

LocalGroupNameContainsFold applies the ContainsFold predicate on the "local_group_name" field.

func LocalGroupNameEQ

func LocalGroupNameEQ(v string) predicate.Task

LocalGroupNameEQ applies the EQ predicate on the "local_group_name" field.

func LocalGroupNameEqualFold

func LocalGroupNameEqualFold(v string) predicate.Task

LocalGroupNameEqualFold applies the EqualFold predicate on the "local_group_name" field.

func LocalGroupNameGT

func LocalGroupNameGT(v string) predicate.Task

LocalGroupNameGT applies the GT predicate on the "local_group_name" field.

func LocalGroupNameGTE

func LocalGroupNameGTE(v string) predicate.Task

LocalGroupNameGTE applies the GTE predicate on the "local_group_name" field.

func LocalGroupNameHasPrefix

func LocalGroupNameHasPrefix(v string) predicate.Task

LocalGroupNameHasPrefix applies the HasPrefix predicate on the "local_group_name" field.

func LocalGroupNameHasSuffix

func LocalGroupNameHasSuffix(v string) predicate.Task

LocalGroupNameHasSuffix applies the HasSuffix predicate on the "local_group_name" field.

func LocalGroupNameIn

func LocalGroupNameIn(vs ...string) predicate.Task

LocalGroupNameIn applies the In predicate on the "local_group_name" field.

func LocalGroupNameIsNil

func LocalGroupNameIsNil() predicate.Task

LocalGroupNameIsNil applies the IsNil predicate on the "local_group_name" field.

func LocalGroupNameLT

func LocalGroupNameLT(v string) predicate.Task

LocalGroupNameLT applies the LT predicate on the "local_group_name" field.

func LocalGroupNameLTE

func LocalGroupNameLTE(v string) predicate.Task

LocalGroupNameLTE applies the LTE predicate on the "local_group_name" field.

func LocalGroupNameNEQ

func LocalGroupNameNEQ(v string) predicate.Task

LocalGroupNameNEQ applies the NEQ predicate on the "local_group_name" field.

func LocalGroupNameNotIn

func LocalGroupNameNotIn(vs ...string) predicate.Task

LocalGroupNameNotIn applies the NotIn predicate on the "local_group_name" field.

func LocalGroupNameNotNil

func LocalGroupNameNotNil() predicate.Task

LocalGroupNameNotNil applies the NotNil predicate on the "local_group_name" field.

func LocalGroupSystem

func LocalGroupSystem(v bool) predicate.Task

LocalGroupSystem applies equality check predicate on the "local_group_system" field. It's identical to LocalGroupSystemEQ.

func LocalGroupSystemEQ

func LocalGroupSystemEQ(v bool) predicate.Task

LocalGroupSystemEQ applies the EQ predicate on the "local_group_system" field.

func LocalGroupSystemIsNil

func LocalGroupSystemIsNil() predicate.Task

LocalGroupSystemIsNil applies the IsNil predicate on the "local_group_system" field.

func LocalGroupSystemNEQ

func LocalGroupSystemNEQ(v bool) predicate.Task

LocalGroupSystemNEQ applies the NEQ predicate on the "local_group_system" field.

func LocalGroupSystemNotNil

func LocalGroupSystemNotNil() predicate.Task

LocalGroupSystemNotNil applies the NotNil predicate on the "local_group_system" field.

func LocalUserAppend

func LocalUserAppend(v bool) predicate.Task

LocalUserAppend applies equality check predicate on the "local_user_append" field. It's identical to LocalUserAppendEQ.

func LocalUserAppendEQ

func LocalUserAppendEQ(v bool) predicate.Task

LocalUserAppendEQ applies the EQ predicate on the "local_user_append" field.

func LocalUserAppendIsNil

func LocalUserAppendIsNil() predicate.Task

LocalUserAppendIsNil applies the IsNil predicate on the "local_user_append" field.

func LocalUserAppendNEQ

func LocalUserAppendNEQ(v bool) predicate.Task

LocalUserAppendNEQ applies the NEQ predicate on the "local_user_append" field.

func LocalUserAppendNotNil

func LocalUserAppendNotNil() predicate.Task

LocalUserAppendNotNil applies the NotNil predicate on the "local_user_append" field.

func LocalUserCreateHome

func LocalUserCreateHome(v bool) predicate.Task

LocalUserCreateHome applies equality check predicate on the "local_user_create_home" field. It's identical to LocalUserCreateHomeEQ.

func LocalUserCreateHomeEQ

func LocalUserCreateHomeEQ(v bool) predicate.Task

LocalUserCreateHomeEQ applies the EQ predicate on the "local_user_create_home" field.

func LocalUserCreateHomeIsNil

func LocalUserCreateHomeIsNil() predicate.Task

LocalUserCreateHomeIsNil applies the IsNil predicate on the "local_user_create_home" field.

func LocalUserCreateHomeNEQ

func LocalUserCreateHomeNEQ(v bool) predicate.Task

LocalUserCreateHomeNEQ applies the NEQ predicate on the "local_user_create_home" field.

func LocalUserCreateHomeNotNil

func LocalUserCreateHomeNotNil() predicate.Task

LocalUserCreateHomeNotNil applies the NotNil predicate on the "local_user_create_home" field.

func LocalUserDescription

func LocalUserDescription(v string) predicate.Task

LocalUserDescription applies equality check predicate on the "local_user_description" field. It's identical to LocalUserDescriptionEQ.

func LocalUserDescriptionContains

func LocalUserDescriptionContains(v string) predicate.Task

LocalUserDescriptionContains applies the Contains predicate on the "local_user_description" field.

func LocalUserDescriptionContainsFold

func LocalUserDescriptionContainsFold(v string) predicate.Task

LocalUserDescriptionContainsFold applies the ContainsFold predicate on the "local_user_description" field.

func LocalUserDescriptionEQ

func LocalUserDescriptionEQ(v string) predicate.Task

LocalUserDescriptionEQ applies the EQ predicate on the "local_user_description" field.

func LocalUserDescriptionEqualFold

func LocalUserDescriptionEqualFold(v string) predicate.Task

LocalUserDescriptionEqualFold applies the EqualFold predicate on the "local_user_description" field.

func LocalUserDescriptionGT

func LocalUserDescriptionGT(v string) predicate.Task

LocalUserDescriptionGT applies the GT predicate on the "local_user_description" field.

func LocalUserDescriptionGTE

func LocalUserDescriptionGTE(v string) predicate.Task

LocalUserDescriptionGTE applies the GTE predicate on the "local_user_description" field.

func LocalUserDescriptionHasPrefix

func LocalUserDescriptionHasPrefix(v string) predicate.Task

LocalUserDescriptionHasPrefix applies the HasPrefix predicate on the "local_user_description" field.

func LocalUserDescriptionHasSuffix

func LocalUserDescriptionHasSuffix(v string) predicate.Task

LocalUserDescriptionHasSuffix applies the HasSuffix predicate on the "local_user_description" field.

func LocalUserDescriptionIn

func LocalUserDescriptionIn(vs ...string) predicate.Task

LocalUserDescriptionIn applies the In predicate on the "local_user_description" field.

func LocalUserDescriptionIsNil

func LocalUserDescriptionIsNil() predicate.Task

LocalUserDescriptionIsNil applies the IsNil predicate on the "local_user_description" field.

func LocalUserDescriptionLT

func LocalUserDescriptionLT(v string) predicate.Task

LocalUserDescriptionLT applies the LT predicate on the "local_user_description" field.

func LocalUserDescriptionLTE

func LocalUserDescriptionLTE(v string) predicate.Task

LocalUserDescriptionLTE applies the LTE predicate on the "local_user_description" field.

func LocalUserDescriptionNEQ

func LocalUserDescriptionNEQ(v string) predicate.Task

LocalUserDescriptionNEQ applies the NEQ predicate on the "local_user_description" field.

func LocalUserDescriptionNotIn

func LocalUserDescriptionNotIn(vs ...string) predicate.Task

LocalUserDescriptionNotIn applies the NotIn predicate on the "local_user_description" field.

func LocalUserDescriptionNotNil

func LocalUserDescriptionNotNil() predicate.Task

LocalUserDescriptionNotNil applies the NotNil predicate on the "local_user_description" field.

func LocalUserDisable

func LocalUserDisable(v bool) predicate.Task

LocalUserDisable applies equality check predicate on the "local_user_disable" field. It's identical to LocalUserDisableEQ.

func LocalUserDisableEQ

func LocalUserDisableEQ(v bool) predicate.Task

LocalUserDisableEQ applies the EQ predicate on the "local_user_disable" field.

func LocalUserDisableIsNil

func LocalUserDisableIsNil() predicate.Task

LocalUserDisableIsNil applies the IsNil predicate on the "local_user_disable" field.

func LocalUserDisableNEQ

func LocalUserDisableNEQ(v bool) predicate.Task

LocalUserDisableNEQ applies the NEQ predicate on the "local_user_disable" field.

func LocalUserDisableNotNil

func LocalUserDisableNotNil() predicate.Task

LocalUserDisableNotNil applies the NotNil predicate on the "local_user_disable" field.

func LocalUserExpires

func LocalUserExpires(v string) predicate.Task

LocalUserExpires applies equality check predicate on the "local_user_expires" field. It's identical to LocalUserExpiresEQ.

func LocalUserExpiresContains

func LocalUserExpiresContains(v string) predicate.Task

LocalUserExpiresContains applies the Contains predicate on the "local_user_expires" field.

func LocalUserExpiresContainsFold

func LocalUserExpiresContainsFold(v string) predicate.Task

LocalUserExpiresContainsFold applies the ContainsFold predicate on the "local_user_expires" field.

func LocalUserExpiresEQ

func LocalUserExpiresEQ(v string) predicate.Task

LocalUserExpiresEQ applies the EQ predicate on the "local_user_expires" field.

func LocalUserExpiresEqualFold

func LocalUserExpiresEqualFold(v string) predicate.Task

LocalUserExpiresEqualFold applies the EqualFold predicate on the "local_user_expires" field.

func LocalUserExpiresGT

func LocalUserExpiresGT(v string) predicate.Task

LocalUserExpiresGT applies the GT predicate on the "local_user_expires" field.

func LocalUserExpiresGTE

func LocalUserExpiresGTE(v string) predicate.Task

LocalUserExpiresGTE applies the GTE predicate on the "local_user_expires" field.

func LocalUserExpiresHasPrefix

func LocalUserExpiresHasPrefix(v string) predicate.Task

LocalUserExpiresHasPrefix applies the HasPrefix predicate on the "local_user_expires" field.

func LocalUserExpiresHasSuffix

func LocalUserExpiresHasSuffix(v string) predicate.Task

LocalUserExpiresHasSuffix applies the HasSuffix predicate on the "local_user_expires" field.

func LocalUserExpiresIn

func LocalUserExpiresIn(vs ...string) predicate.Task

LocalUserExpiresIn applies the In predicate on the "local_user_expires" field.

func LocalUserExpiresIsNil

func LocalUserExpiresIsNil() predicate.Task

LocalUserExpiresIsNil applies the IsNil predicate on the "local_user_expires" field.

func LocalUserExpiresLT

func LocalUserExpiresLT(v string) predicate.Task

LocalUserExpiresLT applies the LT predicate on the "local_user_expires" field.

func LocalUserExpiresLTE

func LocalUserExpiresLTE(v string) predicate.Task

LocalUserExpiresLTE applies the LTE predicate on the "local_user_expires" field.

func LocalUserExpiresNEQ

func LocalUserExpiresNEQ(v string) predicate.Task

LocalUserExpiresNEQ applies the NEQ predicate on the "local_user_expires" field.

func LocalUserExpiresNotIn

func LocalUserExpiresNotIn(vs ...string) predicate.Task

LocalUserExpiresNotIn applies the NotIn predicate on the "local_user_expires" field.

func LocalUserExpiresNotNil

func LocalUserExpiresNotNil() predicate.Task

LocalUserExpiresNotNil applies the NotNil predicate on the "local_user_expires" field.

func LocalUserForce

func LocalUserForce(v bool) predicate.Task

LocalUserForce applies equality check predicate on the "local_user_force" field. It's identical to LocalUserForceEQ.

func LocalUserForceEQ

func LocalUserForceEQ(v bool) predicate.Task

LocalUserForceEQ applies the EQ predicate on the "local_user_force" field.

func LocalUserForceIsNil

func LocalUserForceIsNil() predicate.Task

LocalUserForceIsNil applies the IsNil predicate on the "local_user_force" field.

func LocalUserForceNEQ

func LocalUserForceNEQ(v bool) predicate.Task

LocalUserForceNEQ applies the NEQ predicate on the "local_user_force" field.

func LocalUserForceNotNil

func LocalUserForceNotNil() predicate.Task

LocalUserForceNotNil applies the NotNil predicate on the "local_user_force" field.

func LocalUserFullname

func LocalUserFullname(v string) predicate.Task

LocalUserFullname applies equality check predicate on the "local_user_fullname" field. It's identical to LocalUserFullnameEQ.

func LocalUserFullnameContains

func LocalUserFullnameContains(v string) predicate.Task

LocalUserFullnameContains applies the Contains predicate on the "local_user_fullname" field.

func LocalUserFullnameContainsFold

func LocalUserFullnameContainsFold(v string) predicate.Task

LocalUserFullnameContainsFold applies the ContainsFold predicate on the "local_user_fullname" field.

func LocalUserFullnameEQ

func LocalUserFullnameEQ(v string) predicate.Task

LocalUserFullnameEQ applies the EQ predicate on the "local_user_fullname" field.

func LocalUserFullnameEqualFold

func LocalUserFullnameEqualFold(v string) predicate.Task

LocalUserFullnameEqualFold applies the EqualFold predicate on the "local_user_fullname" field.

func LocalUserFullnameGT

func LocalUserFullnameGT(v string) predicate.Task

LocalUserFullnameGT applies the GT predicate on the "local_user_fullname" field.

func LocalUserFullnameGTE

func LocalUserFullnameGTE(v string) predicate.Task

LocalUserFullnameGTE applies the GTE predicate on the "local_user_fullname" field.

func LocalUserFullnameHasPrefix

func LocalUserFullnameHasPrefix(v string) predicate.Task

LocalUserFullnameHasPrefix applies the HasPrefix predicate on the "local_user_fullname" field.

func LocalUserFullnameHasSuffix

func LocalUserFullnameHasSuffix(v string) predicate.Task

LocalUserFullnameHasSuffix applies the HasSuffix predicate on the "local_user_fullname" field.

func LocalUserFullnameIn

func LocalUserFullnameIn(vs ...string) predicate.Task

LocalUserFullnameIn applies the In predicate on the "local_user_fullname" field.

func LocalUserFullnameIsNil

func LocalUserFullnameIsNil() predicate.Task

LocalUserFullnameIsNil applies the IsNil predicate on the "local_user_fullname" field.

func LocalUserFullnameLT

func LocalUserFullnameLT(v string) predicate.Task

LocalUserFullnameLT applies the LT predicate on the "local_user_fullname" field.

func LocalUserFullnameLTE

func LocalUserFullnameLTE(v string) predicate.Task

LocalUserFullnameLTE applies the LTE predicate on the "local_user_fullname" field.

func LocalUserFullnameNEQ

func LocalUserFullnameNEQ(v string) predicate.Task

LocalUserFullnameNEQ applies the NEQ predicate on the "local_user_fullname" field.

func LocalUserFullnameNotIn

func LocalUserFullnameNotIn(vs ...string) predicate.Task

LocalUserFullnameNotIn applies the NotIn predicate on the "local_user_fullname" field.

func LocalUserFullnameNotNil

func LocalUserFullnameNotNil() predicate.Task

LocalUserFullnameNotNil applies the NotNil predicate on the "local_user_fullname" field.

func LocalUserGenerateSSHKey

func LocalUserGenerateSSHKey(v bool) predicate.Task

LocalUserGenerateSSHKey applies equality check predicate on the "local_user_generate_ssh_key" field. It's identical to LocalUserGenerateSSHKeyEQ.

func LocalUserGenerateSSHKeyEQ

func LocalUserGenerateSSHKeyEQ(v bool) predicate.Task

LocalUserGenerateSSHKeyEQ applies the EQ predicate on the "local_user_generate_ssh_key" field.

func LocalUserGenerateSSHKeyIsNil

func LocalUserGenerateSSHKeyIsNil() predicate.Task

LocalUserGenerateSSHKeyIsNil applies the IsNil predicate on the "local_user_generate_ssh_key" field.

func LocalUserGenerateSSHKeyNEQ

func LocalUserGenerateSSHKeyNEQ(v bool) predicate.Task

LocalUserGenerateSSHKeyNEQ applies the NEQ predicate on the "local_user_generate_ssh_key" field.

func LocalUserGenerateSSHKeyNotNil

func LocalUserGenerateSSHKeyNotNil() predicate.Task

LocalUserGenerateSSHKeyNotNil applies the NotNil predicate on the "local_user_generate_ssh_key" field.

func LocalUserGroup

func LocalUserGroup(v string) predicate.Task

LocalUserGroup applies equality check predicate on the "local_user_group" field. It's identical to LocalUserGroupEQ.

func LocalUserGroupContains

func LocalUserGroupContains(v string) predicate.Task

LocalUserGroupContains applies the Contains predicate on the "local_user_group" field.

func LocalUserGroupContainsFold

func LocalUserGroupContainsFold(v string) predicate.Task

LocalUserGroupContainsFold applies the ContainsFold predicate on the "local_user_group" field.

func LocalUserGroupEQ

func LocalUserGroupEQ(v string) predicate.Task

LocalUserGroupEQ applies the EQ predicate on the "local_user_group" field.

func LocalUserGroupEqualFold

func LocalUserGroupEqualFold(v string) predicate.Task

LocalUserGroupEqualFold applies the EqualFold predicate on the "local_user_group" field.

func LocalUserGroupGT

func LocalUserGroupGT(v string) predicate.Task

LocalUserGroupGT applies the GT predicate on the "local_user_group" field.

func LocalUserGroupGTE

func LocalUserGroupGTE(v string) predicate.Task

LocalUserGroupGTE applies the GTE predicate on the "local_user_group" field.

func LocalUserGroupHasPrefix

func LocalUserGroupHasPrefix(v string) predicate.Task

LocalUserGroupHasPrefix applies the HasPrefix predicate on the "local_user_group" field.

func LocalUserGroupHasSuffix

func LocalUserGroupHasSuffix(v string) predicate.Task

LocalUserGroupHasSuffix applies the HasSuffix predicate on the "local_user_group" field.

func LocalUserGroupIn

func LocalUserGroupIn(vs ...string) predicate.Task

LocalUserGroupIn applies the In predicate on the "local_user_group" field.

func LocalUserGroupIsNil

func LocalUserGroupIsNil() predicate.Task

LocalUserGroupIsNil applies the IsNil predicate on the "local_user_group" field.

func LocalUserGroupLT

func LocalUserGroupLT(v string) predicate.Task

LocalUserGroupLT applies the LT predicate on the "local_user_group" field.

func LocalUserGroupLTE

func LocalUserGroupLTE(v string) predicate.Task

LocalUserGroupLTE applies the LTE predicate on the "local_user_group" field.

func LocalUserGroupNEQ

func LocalUserGroupNEQ(v string) predicate.Task

LocalUserGroupNEQ applies the NEQ predicate on the "local_user_group" field.

func LocalUserGroupNotIn

func LocalUserGroupNotIn(vs ...string) predicate.Task

LocalUserGroupNotIn applies the NotIn predicate on the "local_user_group" field.

func LocalUserGroupNotNil

func LocalUserGroupNotNil() predicate.Task

LocalUserGroupNotNil applies the NotNil predicate on the "local_user_group" field.

func LocalUserGroups

func LocalUserGroups(v string) predicate.Task

LocalUserGroups applies equality check predicate on the "local_user_groups" field. It's identical to LocalUserGroupsEQ.

func LocalUserGroupsContains

func LocalUserGroupsContains(v string) predicate.Task

LocalUserGroupsContains applies the Contains predicate on the "local_user_groups" field.

func LocalUserGroupsContainsFold

func LocalUserGroupsContainsFold(v string) predicate.Task

LocalUserGroupsContainsFold applies the ContainsFold predicate on the "local_user_groups" field.

func LocalUserGroupsEQ

func LocalUserGroupsEQ(v string) predicate.Task

LocalUserGroupsEQ applies the EQ predicate on the "local_user_groups" field.

func LocalUserGroupsEqualFold

func LocalUserGroupsEqualFold(v string) predicate.Task

LocalUserGroupsEqualFold applies the EqualFold predicate on the "local_user_groups" field.

func LocalUserGroupsGT

func LocalUserGroupsGT(v string) predicate.Task

LocalUserGroupsGT applies the GT predicate on the "local_user_groups" field.

func LocalUserGroupsGTE

func LocalUserGroupsGTE(v string) predicate.Task

LocalUserGroupsGTE applies the GTE predicate on the "local_user_groups" field.

func LocalUserGroupsHasPrefix

func LocalUserGroupsHasPrefix(v string) predicate.Task

LocalUserGroupsHasPrefix applies the HasPrefix predicate on the "local_user_groups" field.

func LocalUserGroupsHasSuffix

func LocalUserGroupsHasSuffix(v string) predicate.Task

LocalUserGroupsHasSuffix applies the HasSuffix predicate on the "local_user_groups" field.

func LocalUserGroupsIn

func LocalUserGroupsIn(vs ...string) predicate.Task

LocalUserGroupsIn applies the In predicate on the "local_user_groups" field.

func LocalUserGroupsIsNil

func LocalUserGroupsIsNil() predicate.Task

LocalUserGroupsIsNil applies the IsNil predicate on the "local_user_groups" field.

func LocalUserGroupsLT

func LocalUserGroupsLT(v string) predicate.Task

LocalUserGroupsLT applies the LT predicate on the "local_user_groups" field.

func LocalUserGroupsLTE

func LocalUserGroupsLTE(v string) predicate.Task

LocalUserGroupsLTE applies the LTE predicate on the "local_user_groups" field.

func LocalUserGroupsNEQ

func LocalUserGroupsNEQ(v string) predicate.Task

LocalUserGroupsNEQ applies the NEQ predicate on the "local_user_groups" field.

func LocalUserGroupsNotIn

func LocalUserGroupsNotIn(vs ...string) predicate.Task

LocalUserGroupsNotIn applies the NotIn predicate on the "local_user_groups" field.

func LocalUserGroupsNotNil

func LocalUserGroupsNotNil() predicate.Task

LocalUserGroupsNotNil applies the NotNil predicate on the "local_user_groups" field.

func LocalUserHome

func LocalUserHome(v string) predicate.Task

LocalUserHome applies equality check predicate on the "local_user_home" field. It's identical to LocalUserHomeEQ.

func LocalUserHomeContains

func LocalUserHomeContains(v string) predicate.Task

LocalUserHomeContains applies the Contains predicate on the "local_user_home" field.

func LocalUserHomeContainsFold

func LocalUserHomeContainsFold(v string) predicate.Task

LocalUserHomeContainsFold applies the ContainsFold predicate on the "local_user_home" field.

func LocalUserHomeEQ

func LocalUserHomeEQ(v string) predicate.Task

LocalUserHomeEQ applies the EQ predicate on the "local_user_home" field.

func LocalUserHomeEqualFold

func LocalUserHomeEqualFold(v string) predicate.Task

LocalUserHomeEqualFold applies the EqualFold predicate on the "local_user_home" field.

func LocalUserHomeGT

func LocalUserHomeGT(v string) predicate.Task

LocalUserHomeGT applies the GT predicate on the "local_user_home" field.

func LocalUserHomeGTE

func LocalUserHomeGTE(v string) predicate.Task

LocalUserHomeGTE applies the GTE predicate on the "local_user_home" field.

func LocalUserHomeHasPrefix

func LocalUserHomeHasPrefix(v string) predicate.Task

LocalUserHomeHasPrefix applies the HasPrefix predicate on the "local_user_home" field.

func LocalUserHomeHasSuffix

func LocalUserHomeHasSuffix(v string) predicate.Task

LocalUserHomeHasSuffix applies the HasSuffix predicate on the "local_user_home" field.

func LocalUserHomeIn

func LocalUserHomeIn(vs ...string) predicate.Task

LocalUserHomeIn applies the In predicate on the "local_user_home" field.

func LocalUserHomeIsNil

func LocalUserHomeIsNil() predicate.Task

LocalUserHomeIsNil applies the IsNil predicate on the "local_user_home" field.

func LocalUserHomeLT

func LocalUserHomeLT(v string) predicate.Task

LocalUserHomeLT applies the LT predicate on the "local_user_home" field.

func LocalUserHomeLTE

func LocalUserHomeLTE(v string) predicate.Task

LocalUserHomeLTE applies the LTE predicate on the "local_user_home" field.

func LocalUserHomeNEQ

func LocalUserHomeNEQ(v string) predicate.Task

LocalUserHomeNEQ applies the NEQ predicate on the "local_user_home" field.

func LocalUserHomeNotIn

func LocalUserHomeNotIn(vs ...string) predicate.Task

LocalUserHomeNotIn applies the NotIn predicate on the "local_user_home" field.

func LocalUserHomeNotNil

func LocalUserHomeNotNil() predicate.Task

LocalUserHomeNotNil applies the NotNil predicate on the "local_user_home" field.

func LocalUserID

func LocalUserID(v string) predicate.Task

LocalUserID applies equality check predicate on the "local_user_id" field. It's identical to LocalUserIDEQ.

func LocalUserIDContains

func LocalUserIDContains(v string) predicate.Task

LocalUserIDContains applies the Contains predicate on the "local_user_id" field.

func LocalUserIDContainsFold

func LocalUserIDContainsFold(v string) predicate.Task

LocalUserIDContainsFold applies the ContainsFold predicate on the "local_user_id" field.

func LocalUserIDEQ

func LocalUserIDEQ(v string) predicate.Task

LocalUserIDEQ applies the EQ predicate on the "local_user_id" field.

func LocalUserIDEqualFold

func LocalUserIDEqualFold(v string) predicate.Task

LocalUserIDEqualFold applies the EqualFold predicate on the "local_user_id" field.

func LocalUserIDGT

func LocalUserIDGT(v string) predicate.Task

LocalUserIDGT applies the GT predicate on the "local_user_id" field.

func LocalUserIDGTE

func LocalUserIDGTE(v string) predicate.Task

LocalUserIDGTE applies the GTE predicate on the "local_user_id" field.

func LocalUserIDHasPrefix

func LocalUserIDHasPrefix(v string) predicate.Task

LocalUserIDHasPrefix applies the HasPrefix predicate on the "local_user_id" field.

func LocalUserIDHasSuffix

func LocalUserIDHasSuffix(v string) predicate.Task

LocalUserIDHasSuffix applies the HasSuffix predicate on the "local_user_id" field.

func LocalUserIDIn

func LocalUserIDIn(vs ...string) predicate.Task

LocalUserIDIn applies the In predicate on the "local_user_id" field.

func LocalUserIDIsNil

func LocalUserIDIsNil() predicate.Task

LocalUserIDIsNil applies the IsNil predicate on the "local_user_id" field.

func LocalUserIDLT

func LocalUserIDLT(v string) predicate.Task

LocalUserIDLT applies the LT predicate on the "local_user_id" field.

func LocalUserIDLTE

func LocalUserIDLTE(v string) predicate.Task

LocalUserIDLTE applies the LTE predicate on the "local_user_id" field.

func LocalUserIDMax

func LocalUserIDMax(v string) predicate.Task

LocalUserIDMax applies equality check predicate on the "local_user_id_max" field. It's identical to LocalUserIDMaxEQ.

func LocalUserIDMaxContains

func LocalUserIDMaxContains(v string) predicate.Task

LocalUserIDMaxContains applies the Contains predicate on the "local_user_id_max" field.

func LocalUserIDMaxContainsFold

func LocalUserIDMaxContainsFold(v string) predicate.Task

LocalUserIDMaxContainsFold applies the ContainsFold predicate on the "local_user_id_max" field.

func LocalUserIDMaxEQ

func LocalUserIDMaxEQ(v string) predicate.Task

LocalUserIDMaxEQ applies the EQ predicate on the "local_user_id_max" field.

func LocalUserIDMaxEqualFold

func LocalUserIDMaxEqualFold(v string) predicate.Task

LocalUserIDMaxEqualFold applies the EqualFold predicate on the "local_user_id_max" field.

func LocalUserIDMaxGT

func LocalUserIDMaxGT(v string) predicate.Task

LocalUserIDMaxGT applies the GT predicate on the "local_user_id_max" field.

func LocalUserIDMaxGTE

func LocalUserIDMaxGTE(v string) predicate.Task

LocalUserIDMaxGTE applies the GTE predicate on the "local_user_id_max" field.

func LocalUserIDMaxHasPrefix

func LocalUserIDMaxHasPrefix(v string) predicate.Task

LocalUserIDMaxHasPrefix applies the HasPrefix predicate on the "local_user_id_max" field.

func LocalUserIDMaxHasSuffix

func LocalUserIDMaxHasSuffix(v string) predicate.Task

LocalUserIDMaxHasSuffix applies the HasSuffix predicate on the "local_user_id_max" field.

func LocalUserIDMaxIn

func LocalUserIDMaxIn(vs ...string) predicate.Task

LocalUserIDMaxIn applies the In predicate on the "local_user_id_max" field.

func LocalUserIDMaxIsNil

func LocalUserIDMaxIsNil() predicate.Task

LocalUserIDMaxIsNil applies the IsNil predicate on the "local_user_id_max" field.

func LocalUserIDMaxLT

func LocalUserIDMaxLT(v string) predicate.Task

LocalUserIDMaxLT applies the LT predicate on the "local_user_id_max" field.

func LocalUserIDMaxLTE

func LocalUserIDMaxLTE(v string) predicate.Task

LocalUserIDMaxLTE applies the LTE predicate on the "local_user_id_max" field.

func LocalUserIDMaxNEQ

func LocalUserIDMaxNEQ(v string) predicate.Task

LocalUserIDMaxNEQ applies the NEQ predicate on the "local_user_id_max" field.

func LocalUserIDMaxNotIn

func LocalUserIDMaxNotIn(vs ...string) predicate.Task

LocalUserIDMaxNotIn applies the NotIn predicate on the "local_user_id_max" field.

func LocalUserIDMaxNotNil

func LocalUserIDMaxNotNil() predicate.Task

LocalUserIDMaxNotNil applies the NotNil predicate on the "local_user_id_max" field.

func LocalUserIDMin

func LocalUserIDMin(v string) predicate.Task

LocalUserIDMin applies equality check predicate on the "local_user_id_min" field. It's identical to LocalUserIDMinEQ.

func LocalUserIDMinContains

func LocalUserIDMinContains(v string) predicate.Task

LocalUserIDMinContains applies the Contains predicate on the "local_user_id_min" field.

func LocalUserIDMinContainsFold

func LocalUserIDMinContainsFold(v string) predicate.Task

LocalUserIDMinContainsFold applies the ContainsFold predicate on the "local_user_id_min" field.

func LocalUserIDMinEQ

func LocalUserIDMinEQ(v string) predicate.Task

LocalUserIDMinEQ applies the EQ predicate on the "local_user_id_min" field.

func LocalUserIDMinEqualFold

func LocalUserIDMinEqualFold(v string) predicate.Task

LocalUserIDMinEqualFold applies the EqualFold predicate on the "local_user_id_min" field.

func LocalUserIDMinGT

func LocalUserIDMinGT(v string) predicate.Task

LocalUserIDMinGT applies the GT predicate on the "local_user_id_min" field.

func LocalUserIDMinGTE

func LocalUserIDMinGTE(v string) predicate.Task

LocalUserIDMinGTE applies the GTE predicate on the "local_user_id_min" field.

func LocalUserIDMinHasPrefix

func LocalUserIDMinHasPrefix(v string) predicate.Task

LocalUserIDMinHasPrefix applies the HasPrefix predicate on the "local_user_id_min" field.

func LocalUserIDMinHasSuffix

func LocalUserIDMinHasSuffix(v string) predicate.Task

LocalUserIDMinHasSuffix applies the HasSuffix predicate on the "local_user_id_min" field.

func LocalUserIDMinIn

func LocalUserIDMinIn(vs ...string) predicate.Task

LocalUserIDMinIn applies the In predicate on the "local_user_id_min" field.

func LocalUserIDMinIsNil

func LocalUserIDMinIsNil() predicate.Task

LocalUserIDMinIsNil applies the IsNil predicate on the "local_user_id_min" field.

func LocalUserIDMinLT

func LocalUserIDMinLT(v string) predicate.Task

LocalUserIDMinLT applies the LT predicate on the "local_user_id_min" field.

func LocalUserIDMinLTE

func LocalUserIDMinLTE(v string) predicate.Task

LocalUserIDMinLTE applies the LTE predicate on the "local_user_id_min" field.

func LocalUserIDMinNEQ

func LocalUserIDMinNEQ(v string) predicate.Task

LocalUserIDMinNEQ applies the NEQ predicate on the "local_user_id_min" field.

func LocalUserIDMinNotIn

func LocalUserIDMinNotIn(vs ...string) predicate.Task

LocalUserIDMinNotIn applies the NotIn predicate on the "local_user_id_min" field.

func LocalUserIDMinNotNil

func LocalUserIDMinNotNil() predicate.Task

LocalUserIDMinNotNil applies the NotNil predicate on the "local_user_id_min" field.

func LocalUserIDNEQ

func LocalUserIDNEQ(v string) predicate.Task

LocalUserIDNEQ applies the NEQ predicate on the "local_user_id" field.

func LocalUserIDNotIn

func LocalUserIDNotIn(vs ...string) predicate.Task

LocalUserIDNotIn applies the NotIn predicate on the "local_user_id" field.

func LocalUserIDNotNil

func LocalUserIDNotNil() predicate.Task

LocalUserIDNotNil applies the NotNil predicate on the "local_user_id" field.

func LocalUserMoveHome

func LocalUserMoveHome(v bool) predicate.Task

LocalUserMoveHome applies equality check predicate on the "local_user_move_home" field. It's identical to LocalUserMoveHomeEQ.

func LocalUserMoveHomeEQ

func LocalUserMoveHomeEQ(v bool) predicate.Task

LocalUserMoveHomeEQ applies the EQ predicate on the "local_user_move_home" field.

func LocalUserMoveHomeIsNil

func LocalUserMoveHomeIsNil() predicate.Task

LocalUserMoveHomeIsNil applies the IsNil predicate on the "local_user_move_home" field.

func LocalUserMoveHomeNEQ

func LocalUserMoveHomeNEQ(v bool) predicate.Task

LocalUserMoveHomeNEQ applies the NEQ predicate on the "local_user_move_home" field.

func LocalUserMoveHomeNotNil

func LocalUserMoveHomeNotNil() predicate.Task

LocalUserMoveHomeNotNil applies the NotNil predicate on the "local_user_move_home" field.

func LocalUserNonunique

func LocalUserNonunique(v bool) predicate.Task

LocalUserNonunique applies equality check predicate on the "local_user_nonunique" field. It's identical to LocalUserNonuniqueEQ.

func LocalUserNonuniqueEQ

func LocalUserNonuniqueEQ(v bool) predicate.Task

LocalUserNonuniqueEQ applies the EQ predicate on the "local_user_nonunique" field.

func LocalUserNonuniqueIsNil

func LocalUserNonuniqueIsNil() predicate.Task

LocalUserNonuniqueIsNil applies the IsNil predicate on the "local_user_nonunique" field.

func LocalUserNonuniqueNEQ

func LocalUserNonuniqueNEQ(v bool) predicate.Task

LocalUserNonuniqueNEQ applies the NEQ predicate on the "local_user_nonunique" field.

func LocalUserNonuniqueNotNil

func LocalUserNonuniqueNotNil() predicate.Task

LocalUserNonuniqueNotNil applies the NotNil predicate on the "local_user_nonunique" field.

func LocalUserPassword

func LocalUserPassword(v string) predicate.Task

LocalUserPassword applies equality check predicate on the "local_user_password" field. It's identical to LocalUserPasswordEQ.

func LocalUserPasswordChangeNotAllowed

func LocalUserPasswordChangeNotAllowed(v bool) predicate.Task

LocalUserPasswordChangeNotAllowed applies equality check predicate on the "local_user_password_change_not_allowed" field. It's identical to LocalUserPasswordChangeNotAllowedEQ.

func LocalUserPasswordChangeNotAllowedEQ

func LocalUserPasswordChangeNotAllowedEQ(v bool) predicate.Task

LocalUserPasswordChangeNotAllowedEQ applies the EQ predicate on the "local_user_password_change_not_allowed" field.

func LocalUserPasswordChangeNotAllowedIsNil

func LocalUserPasswordChangeNotAllowedIsNil() predicate.Task

LocalUserPasswordChangeNotAllowedIsNil applies the IsNil predicate on the "local_user_password_change_not_allowed" field.

func LocalUserPasswordChangeNotAllowedNEQ

func LocalUserPasswordChangeNotAllowedNEQ(v bool) predicate.Task

LocalUserPasswordChangeNotAllowedNEQ applies the NEQ predicate on the "local_user_password_change_not_allowed" field.

func LocalUserPasswordChangeNotAllowedNotNil

func LocalUserPasswordChangeNotAllowedNotNil() predicate.Task

LocalUserPasswordChangeNotAllowedNotNil applies the NotNil predicate on the "local_user_password_change_not_allowed" field.

func LocalUserPasswordChangeRequired

func LocalUserPasswordChangeRequired(v bool) predicate.Task

LocalUserPasswordChangeRequired applies equality check predicate on the "local_user_password_change_required" field. It's identical to LocalUserPasswordChangeRequiredEQ.

func LocalUserPasswordChangeRequiredEQ

func LocalUserPasswordChangeRequiredEQ(v bool) predicate.Task

LocalUserPasswordChangeRequiredEQ applies the EQ predicate on the "local_user_password_change_required" field.

func LocalUserPasswordChangeRequiredIsNil

func LocalUserPasswordChangeRequiredIsNil() predicate.Task

LocalUserPasswordChangeRequiredIsNil applies the IsNil predicate on the "local_user_password_change_required" field.

func LocalUserPasswordChangeRequiredNEQ

func LocalUserPasswordChangeRequiredNEQ(v bool) predicate.Task

LocalUserPasswordChangeRequiredNEQ applies the NEQ predicate on the "local_user_password_change_required" field.

func LocalUserPasswordChangeRequiredNotNil

func LocalUserPasswordChangeRequiredNotNil() predicate.Task

LocalUserPasswordChangeRequiredNotNil applies the NotNil predicate on the "local_user_password_change_required" field.

func LocalUserPasswordContains

func LocalUserPasswordContains(v string) predicate.Task

LocalUserPasswordContains applies the Contains predicate on the "local_user_password" field.

func LocalUserPasswordContainsFold

func LocalUserPasswordContainsFold(v string) predicate.Task

LocalUserPasswordContainsFold applies the ContainsFold predicate on the "local_user_password" field.

func LocalUserPasswordEQ

func LocalUserPasswordEQ(v string) predicate.Task

LocalUserPasswordEQ applies the EQ predicate on the "local_user_password" field.

func LocalUserPasswordEqualFold

func LocalUserPasswordEqualFold(v string) predicate.Task

LocalUserPasswordEqualFold applies the EqualFold predicate on the "local_user_password" field.

func LocalUserPasswordExpireAccountDisable

func LocalUserPasswordExpireAccountDisable(v string) predicate.Task

LocalUserPasswordExpireAccountDisable applies equality check predicate on the "local_user_password_expire_account_disable" field. It's identical to LocalUserPasswordExpireAccountDisableEQ.

func LocalUserPasswordExpireAccountDisableContains

func LocalUserPasswordExpireAccountDisableContains(v string) predicate.Task

LocalUserPasswordExpireAccountDisableContains applies the Contains predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableContainsFold

func LocalUserPasswordExpireAccountDisableContainsFold(v string) predicate.Task

LocalUserPasswordExpireAccountDisableContainsFold applies the ContainsFold predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableEQ

func LocalUserPasswordExpireAccountDisableEQ(v string) predicate.Task

LocalUserPasswordExpireAccountDisableEQ applies the EQ predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableEqualFold

func LocalUserPasswordExpireAccountDisableEqualFold(v string) predicate.Task

LocalUserPasswordExpireAccountDisableEqualFold applies the EqualFold predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableGT

func LocalUserPasswordExpireAccountDisableGT(v string) predicate.Task

LocalUserPasswordExpireAccountDisableGT applies the GT predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableGTE

func LocalUserPasswordExpireAccountDisableGTE(v string) predicate.Task

LocalUserPasswordExpireAccountDisableGTE applies the GTE predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableHasPrefix

func LocalUserPasswordExpireAccountDisableHasPrefix(v string) predicate.Task

LocalUserPasswordExpireAccountDisableHasPrefix applies the HasPrefix predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableHasSuffix

func LocalUserPasswordExpireAccountDisableHasSuffix(v string) predicate.Task

LocalUserPasswordExpireAccountDisableHasSuffix applies the HasSuffix predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableIn

func LocalUserPasswordExpireAccountDisableIn(vs ...string) predicate.Task

LocalUserPasswordExpireAccountDisableIn applies the In predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableIsNil

func LocalUserPasswordExpireAccountDisableIsNil() predicate.Task

LocalUserPasswordExpireAccountDisableIsNil applies the IsNil predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableLT

func LocalUserPasswordExpireAccountDisableLT(v string) predicate.Task

LocalUserPasswordExpireAccountDisableLT applies the LT predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableLTE

func LocalUserPasswordExpireAccountDisableLTE(v string) predicate.Task

LocalUserPasswordExpireAccountDisableLTE applies the LTE predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableNEQ

func LocalUserPasswordExpireAccountDisableNEQ(v string) predicate.Task

LocalUserPasswordExpireAccountDisableNEQ applies the NEQ predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableNotIn

func LocalUserPasswordExpireAccountDisableNotIn(vs ...string) predicate.Task

LocalUserPasswordExpireAccountDisableNotIn applies the NotIn predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireAccountDisableNotNil

func LocalUserPasswordExpireAccountDisableNotNil() predicate.Task

LocalUserPasswordExpireAccountDisableNotNil applies the NotNil predicate on the "local_user_password_expire_account_disable" field.

func LocalUserPasswordExpireMax

func LocalUserPasswordExpireMax(v string) predicate.Task

LocalUserPasswordExpireMax applies equality check predicate on the "local_user_password_expire_max" field. It's identical to LocalUserPasswordExpireMaxEQ.

func LocalUserPasswordExpireMaxContains

func LocalUserPasswordExpireMaxContains(v string) predicate.Task

LocalUserPasswordExpireMaxContains applies the Contains predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxContainsFold

func LocalUserPasswordExpireMaxContainsFold(v string) predicate.Task

LocalUserPasswordExpireMaxContainsFold applies the ContainsFold predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxEQ

func LocalUserPasswordExpireMaxEQ(v string) predicate.Task

LocalUserPasswordExpireMaxEQ applies the EQ predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxEqualFold

func LocalUserPasswordExpireMaxEqualFold(v string) predicate.Task

LocalUserPasswordExpireMaxEqualFold applies the EqualFold predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxGT

func LocalUserPasswordExpireMaxGT(v string) predicate.Task

LocalUserPasswordExpireMaxGT applies the GT predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxGTE

func LocalUserPasswordExpireMaxGTE(v string) predicate.Task

LocalUserPasswordExpireMaxGTE applies the GTE predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxHasPrefix

func LocalUserPasswordExpireMaxHasPrefix(v string) predicate.Task

LocalUserPasswordExpireMaxHasPrefix applies the HasPrefix predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxHasSuffix

func LocalUserPasswordExpireMaxHasSuffix(v string) predicate.Task

LocalUserPasswordExpireMaxHasSuffix applies the HasSuffix predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxIn

func LocalUserPasswordExpireMaxIn(vs ...string) predicate.Task

LocalUserPasswordExpireMaxIn applies the In predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxIsNil

func LocalUserPasswordExpireMaxIsNil() predicate.Task

LocalUserPasswordExpireMaxIsNil applies the IsNil predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxLT

func LocalUserPasswordExpireMaxLT(v string) predicate.Task

LocalUserPasswordExpireMaxLT applies the LT predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxLTE

func LocalUserPasswordExpireMaxLTE(v string) predicate.Task

LocalUserPasswordExpireMaxLTE applies the LTE predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxNEQ

func LocalUserPasswordExpireMaxNEQ(v string) predicate.Task

LocalUserPasswordExpireMaxNEQ applies the NEQ predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxNotIn

func LocalUserPasswordExpireMaxNotIn(vs ...string) predicate.Task

LocalUserPasswordExpireMaxNotIn applies the NotIn predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMaxNotNil

func LocalUserPasswordExpireMaxNotNil() predicate.Task

LocalUserPasswordExpireMaxNotNil applies the NotNil predicate on the "local_user_password_expire_max" field.

func LocalUserPasswordExpireMin

func LocalUserPasswordExpireMin(v string) predicate.Task

LocalUserPasswordExpireMin applies equality check predicate on the "local_user_password_expire_min" field. It's identical to LocalUserPasswordExpireMinEQ.

func LocalUserPasswordExpireMinContains

func LocalUserPasswordExpireMinContains(v string) predicate.Task

LocalUserPasswordExpireMinContains applies the Contains predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinContainsFold

func LocalUserPasswordExpireMinContainsFold(v string) predicate.Task

LocalUserPasswordExpireMinContainsFold applies the ContainsFold predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinEQ

func LocalUserPasswordExpireMinEQ(v string) predicate.Task

LocalUserPasswordExpireMinEQ applies the EQ predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinEqualFold

func LocalUserPasswordExpireMinEqualFold(v string) predicate.Task

LocalUserPasswordExpireMinEqualFold applies the EqualFold predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinGT

func LocalUserPasswordExpireMinGT(v string) predicate.Task

LocalUserPasswordExpireMinGT applies the GT predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinGTE

func LocalUserPasswordExpireMinGTE(v string) predicate.Task

LocalUserPasswordExpireMinGTE applies the GTE predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinHasPrefix

func LocalUserPasswordExpireMinHasPrefix(v string) predicate.Task

LocalUserPasswordExpireMinHasPrefix applies the HasPrefix predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinHasSuffix

func LocalUserPasswordExpireMinHasSuffix(v string) predicate.Task

LocalUserPasswordExpireMinHasSuffix applies the HasSuffix predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinIn

func LocalUserPasswordExpireMinIn(vs ...string) predicate.Task

LocalUserPasswordExpireMinIn applies the In predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinIsNil

func LocalUserPasswordExpireMinIsNil() predicate.Task

LocalUserPasswordExpireMinIsNil applies the IsNil predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinLT

func LocalUserPasswordExpireMinLT(v string) predicate.Task

LocalUserPasswordExpireMinLT applies the LT predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinLTE

func LocalUserPasswordExpireMinLTE(v string) predicate.Task

LocalUserPasswordExpireMinLTE applies the LTE predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinNEQ

func LocalUserPasswordExpireMinNEQ(v string) predicate.Task

LocalUserPasswordExpireMinNEQ applies the NEQ predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinNotIn

func LocalUserPasswordExpireMinNotIn(vs ...string) predicate.Task

LocalUserPasswordExpireMinNotIn applies the NotIn predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireMinNotNil

func LocalUserPasswordExpireMinNotNil() predicate.Task

LocalUserPasswordExpireMinNotNil applies the NotNil predicate on the "local_user_password_expire_min" field.

func LocalUserPasswordExpireWarn

func LocalUserPasswordExpireWarn(v string) predicate.Task

LocalUserPasswordExpireWarn applies equality check predicate on the "local_user_password_expire_warn" field. It's identical to LocalUserPasswordExpireWarnEQ.

func LocalUserPasswordExpireWarnContains

func LocalUserPasswordExpireWarnContains(v string) predicate.Task

LocalUserPasswordExpireWarnContains applies the Contains predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnContainsFold

func LocalUserPasswordExpireWarnContainsFold(v string) predicate.Task

LocalUserPasswordExpireWarnContainsFold applies the ContainsFold predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnEQ

func LocalUserPasswordExpireWarnEQ(v string) predicate.Task

LocalUserPasswordExpireWarnEQ applies the EQ predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnEqualFold

func LocalUserPasswordExpireWarnEqualFold(v string) predicate.Task

LocalUserPasswordExpireWarnEqualFold applies the EqualFold predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnGT

func LocalUserPasswordExpireWarnGT(v string) predicate.Task

LocalUserPasswordExpireWarnGT applies the GT predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnGTE

func LocalUserPasswordExpireWarnGTE(v string) predicate.Task

LocalUserPasswordExpireWarnGTE applies the GTE predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnHasPrefix

func LocalUserPasswordExpireWarnHasPrefix(v string) predicate.Task

LocalUserPasswordExpireWarnHasPrefix applies the HasPrefix predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnHasSuffix

func LocalUserPasswordExpireWarnHasSuffix(v string) predicate.Task

LocalUserPasswordExpireWarnHasSuffix applies the HasSuffix predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnIn

func LocalUserPasswordExpireWarnIn(vs ...string) predicate.Task

LocalUserPasswordExpireWarnIn applies the In predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnIsNil

func LocalUserPasswordExpireWarnIsNil() predicate.Task

LocalUserPasswordExpireWarnIsNil applies the IsNil predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnLT

func LocalUserPasswordExpireWarnLT(v string) predicate.Task

LocalUserPasswordExpireWarnLT applies the LT predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnLTE

func LocalUserPasswordExpireWarnLTE(v string) predicate.Task

LocalUserPasswordExpireWarnLTE applies the LTE predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnNEQ

func LocalUserPasswordExpireWarnNEQ(v string) predicate.Task

LocalUserPasswordExpireWarnNEQ applies the NEQ predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnNotIn

func LocalUserPasswordExpireWarnNotIn(vs ...string) predicate.Task

LocalUserPasswordExpireWarnNotIn applies the NotIn predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordExpireWarnNotNil

func LocalUserPasswordExpireWarnNotNil() predicate.Task

LocalUserPasswordExpireWarnNotNil applies the NotNil predicate on the "local_user_password_expire_warn" field.

func LocalUserPasswordGT

func LocalUserPasswordGT(v string) predicate.Task

LocalUserPasswordGT applies the GT predicate on the "local_user_password" field.

func LocalUserPasswordGTE

func LocalUserPasswordGTE(v string) predicate.Task

LocalUserPasswordGTE applies the GTE predicate on the "local_user_password" field.

func LocalUserPasswordHasPrefix

func LocalUserPasswordHasPrefix(v string) predicate.Task

LocalUserPasswordHasPrefix applies the HasPrefix predicate on the "local_user_password" field.

func LocalUserPasswordHasSuffix

func LocalUserPasswordHasSuffix(v string) predicate.Task

LocalUserPasswordHasSuffix applies the HasSuffix predicate on the "local_user_password" field.

func LocalUserPasswordIn

func LocalUserPasswordIn(vs ...string) predicate.Task

LocalUserPasswordIn applies the In predicate on the "local_user_password" field.

func LocalUserPasswordIsNil

func LocalUserPasswordIsNil() predicate.Task

LocalUserPasswordIsNil applies the IsNil predicate on the "local_user_password" field.

func LocalUserPasswordLT

func LocalUserPasswordLT(v string) predicate.Task

LocalUserPasswordLT applies the LT predicate on the "local_user_password" field.

func LocalUserPasswordLTE

func LocalUserPasswordLTE(v string) predicate.Task

LocalUserPasswordLTE applies the LTE predicate on the "local_user_password" field.

func LocalUserPasswordLock

func LocalUserPasswordLock(v bool) predicate.Task

LocalUserPasswordLock applies equality check predicate on the "local_user_password_lock" field. It's identical to LocalUserPasswordLockEQ.

func LocalUserPasswordLockEQ

func LocalUserPasswordLockEQ(v bool) predicate.Task

LocalUserPasswordLockEQ applies the EQ predicate on the "local_user_password_lock" field.

func LocalUserPasswordLockIsNil

func LocalUserPasswordLockIsNil() predicate.Task

LocalUserPasswordLockIsNil applies the IsNil predicate on the "local_user_password_lock" field.

func LocalUserPasswordLockNEQ

func LocalUserPasswordLockNEQ(v bool) predicate.Task

LocalUserPasswordLockNEQ applies the NEQ predicate on the "local_user_password_lock" field.

func LocalUserPasswordLockNotNil

func LocalUserPasswordLockNotNil() predicate.Task

LocalUserPasswordLockNotNil applies the NotNil predicate on the "local_user_password_lock" field.

func LocalUserPasswordNEQ

func LocalUserPasswordNEQ(v string) predicate.Task

LocalUserPasswordNEQ applies the NEQ predicate on the "local_user_password" field.

func LocalUserPasswordNeverExpires

func LocalUserPasswordNeverExpires(v bool) predicate.Task

LocalUserPasswordNeverExpires applies equality check predicate on the "local_user_password_never_expires" field. It's identical to LocalUserPasswordNeverExpiresEQ.

func LocalUserPasswordNeverExpiresEQ

func LocalUserPasswordNeverExpiresEQ(v bool) predicate.Task

LocalUserPasswordNeverExpiresEQ applies the EQ predicate on the "local_user_password_never_expires" field.

func LocalUserPasswordNeverExpiresIsNil

func LocalUserPasswordNeverExpiresIsNil() predicate.Task

LocalUserPasswordNeverExpiresIsNil applies the IsNil predicate on the "local_user_password_never_expires" field.

func LocalUserPasswordNeverExpiresNEQ

func LocalUserPasswordNeverExpiresNEQ(v bool) predicate.Task

LocalUserPasswordNeverExpiresNEQ applies the NEQ predicate on the "local_user_password_never_expires" field.

func LocalUserPasswordNeverExpiresNotNil

func LocalUserPasswordNeverExpiresNotNil() predicate.Task

LocalUserPasswordNeverExpiresNotNil applies the NotNil predicate on the "local_user_password_never_expires" field.

func LocalUserPasswordNotIn

func LocalUserPasswordNotIn(vs ...string) predicate.Task

LocalUserPasswordNotIn applies the NotIn predicate on the "local_user_password" field.

func LocalUserPasswordNotNil

func LocalUserPasswordNotNil() predicate.Task

LocalUserPasswordNotNil applies the NotNil predicate on the "local_user_password" field.

func LocalUserSSHKeyBits

func LocalUserSSHKeyBits(v string) predicate.Task

LocalUserSSHKeyBits applies equality check predicate on the "local_user_ssh_key_bits" field. It's identical to LocalUserSSHKeyBitsEQ.

func LocalUserSSHKeyBitsContains

func LocalUserSSHKeyBitsContains(v string) predicate.Task

LocalUserSSHKeyBitsContains applies the Contains predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsContainsFold

func LocalUserSSHKeyBitsContainsFold(v string) predicate.Task

LocalUserSSHKeyBitsContainsFold applies the ContainsFold predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsEQ

func LocalUserSSHKeyBitsEQ(v string) predicate.Task

LocalUserSSHKeyBitsEQ applies the EQ predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsEqualFold

func LocalUserSSHKeyBitsEqualFold(v string) predicate.Task

LocalUserSSHKeyBitsEqualFold applies the EqualFold predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsGT

func LocalUserSSHKeyBitsGT(v string) predicate.Task

LocalUserSSHKeyBitsGT applies the GT predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsGTE

func LocalUserSSHKeyBitsGTE(v string) predicate.Task

LocalUserSSHKeyBitsGTE applies the GTE predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsHasPrefix

func LocalUserSSHKeyBitsHasPrefix(v string) predicate.Task

LocalUserSSHKeyBitsHasPrefix applies the HasPrefix predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsHasSuffix

func LocalUserSSHKeyBitsHasSuffix(v string) predicate.Task

LocalUserSSHKeyBitsHasSuffix applies the HasSuffix predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsIn

func LocalUserSSHKeyBitsIn(vs ...string) predicate.Task

LocalUserSSHKeyBitsIn applies the In predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsIsNil

func LocalUserSSHKeyBitsIsNil() predicate.Task

LocalUserSSHKeyBitsIsNil applies the IsNil predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsLT

func LocalUserSSHKeyBitsLT(v string) predicate.Task

LocalUserSSHKeyBitsLT applies the LT predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsLTE

func LocalUserSSHKeyBitsLTE(v string) predicate.Task

LocalUserSSHKeyBitsLTE applies the LTE predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsNEQ

func LocalUserSSHKeyBitsNEQ(v string) predicate.Task

LocalUserSSHKeyBitsNEQ applies the NEQ predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsNotIn

func LocalUserSSHKeyBitsNotIn(vs ...string) predicate.Task

LocalUserSSHKeyBitsNotIn applies the NotIn predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyBitsNotNil

func LocalUserSSHKeyBitsNotNil() predicate.Task

LocalUserSSHKeyBitsNotNil applies the NotNil predicate on the "local_user_ssh_key_bits" field.

func LocalUserSSHKeyComment

func LocalUserSSHKeyComment(v string) predicate.Task

LocalUserSSHKeyComment applies equality check predicate on the "local_user_ssh_key_comment" field. It's identical to LocalUserSSHKeyCommentEQ.

func LocalUserSSHKeyCommentContains

func LocalUserSSHKeyCommentContains(v string) predicate.Task

LocalUserSSHKeyCommentContains applies the Contains predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentContainsFold

func LocalUserSSHKeyCommentContainsFold(v string) predicate.Task

LocalUserSSHKeyCommentContainsFold applies the ContainsFold predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentEQ

func LocalUserSSHKeyCommentEQ(v string) predicate.Task

LocalUserSSHKeyCommentEQ applies the EQ predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentEqualFold

func LocalUserSSHKeyCommentEqualFold(v string) predicate.Task

LocalUserSSHKeyCommentEqualFold applies the EqualFold predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentGT

func LocalUserSSHKeyCommentGT(v string) predicate.Task

LocalUserSSHKeyCommentGT applies the GT predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentGTE

func LocalUserSSHKeyCommentGTE(v string) predicate.Task

LocalUserSSHKeyCommentGTE applies the GTE predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentHasPrefix

func LocalUserSSHKeyCommentHasPrefix(v string) predicate.Task

LocalUserSSHKeyCommentHasPrefix applies the HasPrefix predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentHasSuffix

func LocalUserSSHKeyCommentHasSuffix(v string) predicate.Task

LocalUserSSHKeyCommentHasSuffix applies the HasSuffix predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentIn

func LocalUserSSHKeyCommentIn(vs ...string) predicate.Task

LocalUserSSHKeyCommentIn applies the In predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentIsNil

func LocalUserSSHKeyCommentIsNil() predicate.Task

LocalUserSSHKeyCommentIsNil applies the IsNil predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentLT

func LocalUserSSHKeyCommentLT(v string) predicate.Task

LocalUserSSHKeyCommentLT applies the LT predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentLTE

func LocalUserSSHKeyCommentLTE(v string) predicate.Task

LocalUserSSHKeyCommentLTE applies the LTE predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentNEQ

func LocalUserSSHKeyCommentNEQ(v string) predicate.Task

LocalUserSSHKeyCommentNEQ applies the NEQ predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentNotIn

func LocalUserSSHKeyCommentNotIn(vs ...string) predicate.Task

LocalUserSSHKeyCommentNotIn applies the NotIn predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyCommentNotNil

func LocalUserSSHKeyCommentNotNil() predicate.Task

LocalUserSSHKeyCommentNotNil applies the NotNil predicate on the "local_user_ssh_key_comment" field.

func LocalUserSSHKeyFile

func LocalUserSSHKeyFile(v string) predicate.Task

LocalUserSSHKeyFile applies equality check predicate on the "local_user_ssh_key_file" field. It's identical to LocalUserSSHKeyFileEQ.

func LocalUserSSHKeyFileContains

func LocalUserSSHKeyFileContains(v string) predicate.Task

LocalUserSSHKeyFileContains applies the Contains predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileContainsFold

func LocalUserSSHKeyFileContainsFold(v string) predicate.Task

LocalUserSSHKeyFileContainsFold applies the ContainsFold predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileEQ

func LocalUserSSHKeyFileEQ(v string) predicate.Task

LocalUserSSHKeyFileEQ applies the EQ predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileEqualFold

func LocalUserSSHKeyFileEqualFold(v string) predicate.Task

LocalUserSSHKeyFileEqualFold applies the EqualFold predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileGT

func LocalUserSSHKeyFileGT(v string) predicate.Task

LocalUserSSHKeyFileGT applies the GT predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileGTE

func LocalUserSSHKeyFileGTE(v string) predicate.Task

LocalUserSSHKeyFileGTE applies the GTE predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileHasPrefix

func LocalUserSSHKeyFileHasPrefix(v string) predicate.Task

LocalUserSSHKeyFileHasPrefix applies the HasPrefix predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileHasSuffix

func LocalUserSSHKeyFileHasSuffix(v string) predicate.Task

LocalUserSSHKeyFileHasSuffix applies the HasSuffix predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileIn

func LocalUserSSHKeyFileIn(vs ...string) predicate.Task

LocalUserSSHKeyFileIn applies the In predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileIsNil

func LocalUserSSHKeyFileIsNil() predicate.Task

LocalUserSSHKeyFileIsNil applies the IsNil predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileLT

func LocalUserSSHKeyFileLT(v string) predicate.Task

LocalUserSSHKeyFileLT applies the LT predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileLTE

func LocalUserSSHKeyFileLTE(v string) predicate.Task

LocalUserSSHKeyFileLTE applies the LTE predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileNEQ

func LocalUserSSHKeyFileNEQ(v string) predicate.Task

LocalUserSSHKeyFileNEQ applies the NEQ predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileNotIn

func LocalUserSSHKeyFileNotIn(vs ...string) predicate.Task

LocalUserSSHKeyFileNotIn applies the NotIn predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyFileNotNil

func LocalUserSSHKeyFileNotNil() predicate.Task

LocalUserSSHKeyFileNotNil applies the NotNil predicate on the "local_user_ssh_key_file" field.

func LocalUserSSHKeyPassphrase

func LocalUserSSHKeyPassphrase(v string) predicate.Task

LocalUserSSHKeyPassphrase applies equality check predicate on the "local_user_ssh_key_passphrase" field. It's identical to LocalUserSSHKeyPassphraseEQ.

func LocalUserSSHKeyPassphraseContains

func LocalUserSSHKeyPassphraseContains(v string) predicate.Task

LocalUserSSHKeyPassphraseContains applies the Contains predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseContainsFold

func LocalUserSSHKeyPassphraseContainsFold(v string) predicate.Task

LocalUserSSHKeyPassphraseContainsFold applies the ContainsFold predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseEQ

func LocalUserSSHKeyPassphraseEQ(v string) predicate.Task

LocalUserSSHKeyPassphraseEQ applies the EQ predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseEqualFold

func LocalUserSSHKeyPassphraseEqualFold(v string) predicate.Task

LocalUserSSHKeyPassphraseEqualFold applies the EqualFold predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseGT

func LocalUserSSHKeyPassphraseGT(v string) predicate.Task

LocalUserSSHKeyPassphraseGT applies the GT predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseGTE

func LocalUserSSHKeyPassphraseGTE(v string) predicate.Task

LocalUserSSHKeyPassphraseGTE applies the GTE predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseHasPrefix

func LocalUserSSHKeyPassphraseHasPrefix(v string) predicate.Task

LocalUserSSHKeyPassphraseHasPrefix applies the HasPrefix predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseHasSuffix

func LocalUserSSHKeyPassphraseHasSuffix(v string) predicate.Task

LocalUserSSHKeyPassphraseHasSuffix applies the HasSuffix predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseIn

func LocalUserSSHKeyPassphraseIn(vs ...string) predicate.Task

LocalUserSSHKeyPassphraseIn applies the In predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseIsNil

func LocalUserSSHKeyPassphraseIsNil() predicate.Task

LocalUserSSHKeyPassphraseIsNil applies the IsNil predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseLT

func LocalUserSSHKeyPassphraseLT(v string) predicate.Task

LocalUserSSHKeyPassphraseLT applies the LT predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseLTE

func LocalUserSSHKeyPassphraseLTE(v string) predicate.Task

LocalUserSSHKeyPassphraseLTE applies the LTE predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseNEQ

func LocalUserSSHKeyPassphraseNEQ(v string) predicate.Task

LocalUserSSHKeyPassphraseNEQ applies the NEQ predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseNotIn

func LocalUserSSHKeyPassphraseNotIn(vs ...string) predicate.Task

LocalUserSSHKeyPassphraseNotIn applies the NotIn predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyPassphraseNotNil

func LocalUserSSHKeyPassphraseNotNil() predicate.Task

LocalUserSSHKeyPassphraseNotNil applies the NotNil predicate on the "local_user_ssh_key_passphrase" field.

func LocalUserSSHKeyType

func LocalUserSSHKeyType(v string) predicate.Task

LocalUserSSHKeyType applies equality check predicate on the "local_user_ssh_key_type" field. It's identical to LocalUserSSHKeyTypeEQ.

func LocalUserSSHKeyTypeContains

func LocalUserSSHKeyTypeContains(v string) predicate.Task

LocalUserSSHKeyTypeContains applies the Contains predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeContainsFold

func LocalUserSSHKeyTypeContainsFold(v string) predicate.Task

LocalUserSSHKeyTypeContainsFold applies the ContainsFold predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeEQ

func LocalUserSSHKeyTypeEQ(v string) predicate.Task

LocalUserSSHKeyTypeEQ applies the EQ predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeEqualFold

func LocalUserSSHKeyTypeEqualFold(v string) predicate.Task

LocalUserSSHKeyTypeEqualFold applies the EqualFold predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeGT

func LocalUserSSHKeyTypeGT(v string) predicate.Task

LocalUserSSHKeyTypeGT applies the GT predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeGTE

func LocalUserSSHKeyTypeGTE(v string) predicate.Task

LocalUserSSHKeyTypeGTE applies the GTE predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeHasPrefix

func LocalUserSSHKeyTypeHasPrefix(v string) predicate.Task

LocalUserSSHKeyTypeHasPrefix applies the HasPrefix predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeHasSuffix

func LocalUserSSHKeyTypeHasSuffix(v string) predicate.Task

LocalUserSSHKeyTypeHasSuffix applies the HasSuffix predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeIn

func LocalUserSSHKeyTypeIn(vs ...string) predicate.Task

LocalUserSSHKeyTypeIn applies the In predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeIsNil

func LocalUserSSHKeyTypeIsNil() predicate.Task

LocalUserSSHKeyTypeIsNil applies the IsNil predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeLT

func LocalUserSSHKeyTypeLT(v string) predicate.Task

LocalUserSSHKeyTypeLT applies the LT predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeLTE

func LocalUserSSHKeyTypeLTE(v string) predicate.Task

LocalUserSSHKeyTypeLTE applies the LTE predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeNEQ

func LocalUserSSHKeyTypeNEQ(v string) predicate.Task

LocalUserSSHKeyTypeNEQ applies the NEQ predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeNotIn

func LocalUserSSHKeyTypeNotIn(vs ...string) predicate.Task

LocalUserSSHKeyTypeNotIn applies the NotIn predicate on the "local_user_ssh_key_type" field.

func LocalUserSSHKeyTypeNotNil

func LocalUserSSHKeyTypeNotNil() predicate.Task

LocalUserSSHKeyTypeNotNil applies the NotNil predicate on the "local_user_ssh_key_type" field.

func LocalUserSeuser

func LocalUserSeuser(v string) predicate.Task

LocalUserSeuser applies equality check predicate on the "local_user_seuser" field. It's identical to LocalUserSeuserEQ.

func LocalUserSeuserContains

func LocalUserSeuserContains(v string) predicate.Task

LocalUserSeuserContains applies the Contains predicate on the "local_user_seuser" field.

func LocalUserSeuserContainsFold

func LocalUserSeuserContainsFold(v string) predicate.Task

LocalUserSeuserContainsFold applies the ContainsFold predicate on the "local_user_seuser" field.

func LocalUserSeuserEQ

func LocalUserSeuserEQ(v string) predicate.Task

LocalUserSeuserEQ applies the EQ predicate on the "local_user_seuser" field.

func LocalUserSeuserEqualFold

func LocalUserSeuserEqualFold(v string) predicate.Task

LocalUserSeuserEqualFold applies the EqualFold predicate on the "local_user_seuser" field.

func LocalUserSeuserGT

func LocalUserSeuserGT(v string) predicate.Task

LocalUserSeuserGT applies the GT predicate on the "local_user_seuser" field.

func LocalUserSeuserGTE

func LocalUserSeuserGTE(v string) predicate.Task

LocalUserSeuserGTE applies the GTE predicate on the "local_user_seuser" field.

func LocalUserSeuserHasPrefix

func LocalUserSeuserHasPrefix(v string) predicate.Task

LocalUserSeuserHasPrefix applies the HasPrefix predicate on the "local_user_seuser" field.

func LocalUserSeuserHasSuffix

func LocalUserSeuserHasSuffix(v string) predicate.Task

LocalUserSeuserHasSuffix applies the HasSuffix predicate on the "local_user_seuser" field.

func LocalUserSeuserIn

func LocalUserSeuserIn(vs ...string) predicate.Task

LocalUserSeuserIn applies the In predicate on the "local_user_seuser" field.

func LocalUserSeuserIsNil

func LocalUserSeuserIsNil() predicate.Task

LocalUserSeuserIsNil applies the IsNil predicate on the "local_user_seuser" field.

func LocalUserSeuserLT

func LocalUserSeuserLT(v string) predicate.Task

LocalUserSeuserLT applies the LT predicate on the "local_user_seuser" field.

func LocalUserSeuserLTE

func LocalUserSeuserLTE(v string) predicate.Task

LocalUserSeuserLTE applies the LTE predicate on the "local_user_seuser" field.

func LocalUserSeuserNEQ

func LocalUserSeuserNEQ(v string) predicate.Task

LocalUserSeuserNEQ applies the NEQ predicate on the "local_user_seuser" field.

func LocalUserSeuserNotIn

func LocalUserSeuserNotIn(vs ...string) predicate.Task

LocalUserSeuserNotIn applies the NotIn predicate on the "local_user_seuser" field.

func LocalUserSeuserNotNil

func LocalUserSeuserNotNil() predicate.Task

LocalUserSeuserNotNil applies the NotNil predicate on the "local_user_seuser" field.

func LocalUserShell

func LocalUserShell(v string) predicate.Task

LocalUserShell applies equality check predicate on the "local_user_shell" field. It's identical to LocalUserShellEQ.

func LocalUserShellContains

func LocalUserShellContains(v string) predicate.Task

LocalUserShellContains applies the Contains predicate on the "local_user_shell" field.

func LocalUserShellContainsFold

func LocalUserShellContainsFold(v string) predicate.Task

LocalUserShellContainsFold applies the ContainsFold predicate on the "local_user_shell" field.

func LocalUserShellEQ

func LocalUserShellEQ(v string) predicate.Task

LocalUserShellEQ applies the EQ predicate on the "local_user_shell" field.

func LocalUserShellEqualFold

func LocalUserShellEqualFold(v string) predicate.Task

LocalUserShellEqualFold applies the EqualFold predicate on the "local_user_shell" field.

func LocalUserShellGT

func LocalUserShellGT(v string) predicate.Task

LocalUserShellGT applies the GT predicate on the "local_user_shell" field.

func LocalUserShellGTE

func LocalUserShellGTE(v string) predicate.Task

LocalUserShellGTE applies the GTE predicate on the "local_user_shell" field.

func LocalUserShellHasPrefix

func LocalUserShellHasPrefix(v string) predicate.Task

LocalUserShellHasPrefix applies the HasPrefix predicate on the "local_user_shell" field.

func LocalUserShellHasSuffix

func LocalUserShellHasSuffix(v string) predicate.Task

LocalUserShellHasSuffix applies the HasSuffix predicate on the "local_user_shell" field.

func LocalUserShellIn

func LocalUserShellIn(vs ...string) predicate.Task

LocalUserShellIn applies the In predicate on the "local_user_shell" field.

func LocalUserShellIsNil

func LocalUserShellIsNil() predicate.Task

LocalUserShellIsNil applies the IsNil predicate on the "local_user_shell" field.

func LocalUserShellLT

func LocalUserShellLT(v string) predicate.Task

LocalUserShellLT applies the LT predicate on the "local_user_shell" field.

func LocalUserShellLTE

func LocalUserShellLTE(v string) predicate.Task

LocalUserShellLTE applies the LTE predicate on the "local_user_shell" field.

func LocalUserShellNEQ

func LocalUserShellNEQ(v string) predicate.Task

LocalUserShellNEQ applies the NEQ predicate on the "local_user_shell" field.

func LocalUserShellNotIn

func LocalUserShellNotIn(vs ...string) predicate.Task

LocalUserShellNotIn applies the NotIn predicate on the "local_user_shell" field.

func LocalUserShellNotNil

func LocalUserShellNotNil() predicate.Task

LocalUserShellNotNil applies the NotNil predicate on the "local_user_shell" field.

func LocalUserSkeleton

func LocalUserSkeleton(v string) predicate.Task

LocalUserSkeleton applies equality check predicate on the "local_user_skeleton" field. It's identical to LocalUserSkeletonEQ.

func LocalUserSkeletonContains

func LocalUserSkeletonContains(v string) predicate.Task

LocalUserSkeletonContains applies the Contains predicate on the "local_user_skeleton" field.

func LocalUserSkeletonContainsFold

func LocalUserSkeletonContainsFold(v string) predicate.Task

LocalUserSkeletonContainsFold applies the ContainsFold predicate on the "local_user_skeleton" field.

func LocalUserSkeletonEQ

func LocalUserSkeletonEQ(v string) predicate.Task

LocalUserSkeletonEQ applies the EQ predicate on the "local_user_skeleton" field.

func LocalUserSkeletonEqualFold

func LocalUserSkeletonEqualFold(v string) predicate.Task

LocalUserSkeletonEqualFold applies the EqualFold predicate on the "local_user_skeleton" field.

func LocalUserSkeletonGT

func LocalUserSkeletonGT(v string) predicate.Task

LocalUserSkeletonGT applies the GT predicate on the "local_user_skeleton" field.

func LocalUserSkeletonGTE

func LocalUserSkeletonGTE(v string) predicate.Task

LocalUserSkeletonGTE applies the GTE predicate on the "local_user_skeleton" field.

func LocalUserSkeletonHasPrefix

func LocalUserSkeletonHasPrefix(v string) predicate.Task

LocalUserSkeletonHasPrefix applies the HasPrefix predicate on the "local_user_skeleton" field.

func LocalUserSkeletonHasSuffix

func LocalUserSkeletonHasSuffix(v string) predicate.Task

LocalUserSkeletonHasSuffix applies the HasSuffix predicate on the "local_user_skeleton" field.

func LocalUserSkeletonIn

func LocalUserSkeletonIn(vs ...string) predicate.Task

LocalUserSkeletonIn applies the In predicate on the "local_user_skeleton" field.

func LocalUserSkeletonIsNil

func LocalUserSkeletonIsNil() predicate.Task

LocalUserSkeletonIsNil applies the IsNil predicate on the "local_user_skeleton" field.

func LocalUserSkeletonLT

func LocalUserSkeletonLT(v string) predicate.Task

LocalUserSkeletonLT applies the LT predicate on the "local_user_skeleton" field.

func LocalUserSkeletonLTE

func LocalUserSkeletonLTE(v string) predicate.Task

LocalUserSkeletonLTE applies the LTE predicate on the "local_user_skeleton" field.

func LocalUserSkeletonNEQ

func LocalUserSkeletonNEQ(v string) predicate.Task

LocalUserSkeletonNEQ applies the NEQ predicate on the "local_user_skeleton" field.

func LocalUserSkeletonNotIn

func LocalUserSkeletonNotIn(vs ...string) predicate.Task

LocalUserSkeletonNotIn applies the NotIn predicate on the "local_user_skeleton" field.

func LocalUserSkeletonNotNil

func LocalUserSkeletonNotNil() predicate.Task

LocalUserSkeletonNotNil applies the NotNil predicate on the "local_user_skeleton" field.

func LocalUserSystem

func LocalUserSystem(v bool) predicate.Task

LocalUserSystem applies equality check predicate on the "local_user_system" field. It's identical to LocalUserSystemEQ.

func LocalUserSystemEQ

func LocalUserSystemEQ(v bool) predicate.Task

LocalUserSystemEQ applies the EQ predicate on the "local_user_system" field.

func LocalUserSystemIsNil

func LocalUserSystemIsNil() predicate.Task

LocalUserSystemIsNil applies the IsNil predicate on the "local_user_system" field.

func LocalUserSystemNEQ

func LocalUserSystemNEQ(v bool) predicate.Task

LocalUserSystemNEQ applies the NEQ predicate on the "local_user_system" field.

func LocalUserSystemNotNil

func LocalUserSystemNotNil() predicate.Task

LocalUserSystemNotNil applies the NotNil predicate on the "local_user_system" field.

func LocalUserUmask

func LocalUserUmask(v string) predicate.Task

LocalUserUmask applies equality check predicate on the "local_user_umask" field. It's identical to LocalUserUmaskEQ.

func LocalUserUmaskContains

func LocalUserUmaskContains(v string) predicate.Task

LocalUserUmaskContains applies the Contains predicate on the "local_user_umask" field.

func LocalUserUmaskContainsFold

func LocalUserUmaskContainsFold(v string) predicate.Task

LocalUserUmaskContainsFold applies the ContainsFold predicate on the "local_user_umask" field.

func LocalUserUmaskEQ

func LocalUserUmaskEQ(v string) predicate.Task

LocalUserUmaskEQ applies the EQ predicate on the "local_user_umask" field.

func LocalUserUmaskEqualFold

func LocalUserUmaskEqualFold(v string) predicate.Task

LocalUserUmaskEqualFold applies the EqualFold predicate on the "local_user_umask" field.

func LocalUserUmaskGT

func LocalUserUmaskGT(v string) predicate.Task

LocalUserUmaskGT applies the GT predicate on the "local_user_umask" field.

func LocalUserUmaskGTE

func LocalUserUmaskGTE(v string) predicate.Task

LocalUserUmaskGTE applies the GTE predicate on the "local_user_umask" field.

func LocalUserUmaskHasPrefix

func LocalUserUmaskHasPrefix(v string) predicate.Task

LocalUserUmaskHasPrefix applies the HasPrefix predicate on the "local_user_umask" field.

func LocalUserUmaskHasSuffix

func LocalUserUmaskHasSuffix(v string) predicate.Task

LocalUserUmaskHasSuffix applies the HasSuffix predicate on the "local_user_umask" field.

func LocalUserUmaskIn

func LocalUserUmaskIn(vs ...string) predicate.Task

LocalUserUmaskIn applies the In predicate on the "local_user_umask" field.

func LocalUserUmaskIsNil

func LocalUserUmaskIsNil() predicate.Task

LocalUserUmaskIsNil applies the IsNil predicate on the "local_user_umask" field.

func LocalUserUmaskLT

func LocalUserUmaskLT(v string) predicate.Task

LocalUserUmaskLT applies the LT predicate on the "local_user_umask" field.

func LocalUserUmaskLTE

func LocalUserUmaskLTE(v string) predicate.Task

LocalUserUmaskLTE applies the LTE predicate on the "local_user_umask" field.

func LocalUserUmaskNEQ

func LocalUserUmaskNEQ(v string) predicate.Task

LocalUserUmaskNEQ applies the NEQ predicate on the "local_user_umask" field.

func LocalUserUmaskNotIn

func LocalUserUmaskNotIn(vs ...string) predicate.Task

LocalUserUmaskNotIn applies the NotIn predicate on the "local_user_umask" field.

func LocalUserUmaskNotNil

func LocalUserUmaskNotNil() predicate.Task

LocalUserUmaskNotNil applies the NotNil predicate on the "local_user_umask" field.

func LocalUserUsername

func LocalUserUsername(v string) predicate.Task

LocalUserUsername applies equality check predicate on the "local_user_username" field. It's identical to LocalUserUsernameEQ.

func LocalUserUsernameContains

func LocalUserUsernameContains(v string) predicate.Task

LocalUserUsernameContains applies the Contains predicate on the "local_user_username" field.

func LocalUserUsernameContainsFold

func LocalUserUsernameContainsFold(v string) predicate.Task

LocalUserUsernameContainsFold applies the ContainsFold predicate on the "local_user_username" field.

func LocalUserUsernameEQ

func LocalUserUsernameEQ(v string) predicate.Task

LocalUserUsernameEQ applies the EQ predicate on the "local_user_username" field.

func LocalUserUsernameEqualFold

func LocalUserUsernameEqualFold(v string) predicate.Task

LocalUserUsernameEqualFold applies the EqualFold predicate on the "local_user_username" field.

func LocalUserUsernameGT

func LocalUserUsernameGT(v string) predicate.Task

LocalUserUsernameGT applies the GT predicate on the "local_user_username" field.

func LocalUserUsernameGTE

func LocalUserUsernameGTE(v string) predicate.Task

LocalUserUsernameGTE applies the GTE predicate on the "local_user_username" field.

func LocalUserUsernameHasPrefix

func LocalUserUsernameHasPrefix(v string) predicate.Task

LocalUserUsernameHasPrefix applies the HasPrefix predicate on the "local_user_username" field.

func LocalUserUsernameHasSuffix

func LocalUserUsernameHasSuffix(v string) predicate.Task

LocalUserUsernameHasSuffix applies the HasSuffix predicate on the "local_user_username" field.

func LocalUserUsernameIn

func LocalUserUsernameIn(vs ...string) predicate.Task

LocalUserUsernameIn applies the In predicate on the "local_user_username" field.

func LocalUserUsernameIsNil

func LocalUserUsernameIsNil() predicate.Task

LocalUserUsernameIsNil applies the IsNil predicate on the "local_user_username" field.

func LocalUserUsernameLT

func LocalUserUsernameLT(v string) predicate.Task

LocalUserUsernameLT applies the LT predicate on the "local_user_username" field.

func LocalUserUsernameLTE

func LocalUserUsernameLTE(v string) predicate.Task

LocalUserUsernameLTE applies the LTE predicate on the "local_user_username" field.

func LocalUserUsernameNEQ

func LocalUserUsernameNEQ(v string) predicate.Task

LocalUserUsernameNEQ applies the NEQ predicate on the "local_user_username" field.

func LocalUserUsernameNotIn

func LocalUserUsernameNotIn(vs ...string) predicate.Task

LocalUserUsernameNotIn applies the NotIn predicate on the "local_user_username" field.

func LocalUserUsernameNotNil

func LocalUserUsernameNotNil() predicate.Task

LocalUserUsernameNotNil applies the NotNil predicate on the "local_user_username" field.

func MsiArguments

func MsiArguments(v string) predicate.Task

MsiArguments applies equality check predicate on the "msi_arguments" field. It's identical to MsiArgumentsEQ.

func MsiArgumentsContains

func MsiArgumentsContains(v string) predicate.Task

MsiArgumentsContains applies the Contains predicate on the "msi_arguments" field.

func MsiArgumentsContainsFold

func MsiArgumentsContainsFold(v string) predicate.Task

MsiArgumentsContainsFold applies the ContainsFold predicate on the "msi_arguments" field.

func MsiArgumentsEQ

func MsiArgumentsEQ(v string) predicate.Task

MsiArgumentsEQ applies the EQ predicate on the "msi_arguments" field.

func MsiArgumentsEqualFold

func MsiArgumentsEqualFold(v string) predicate.Task

MsiArgumentsEqualFold applies the EqualFold predicate on the "msi_arguments" field.

func MsiArgumentsGT

func MsiArgumentsGT(v string) predicate.Task

MsiArgumentsGT applies the GT predicate on the "msi_arguments" field.

func MsiArgumentsGTE

func MsiArgumentsGTE(v string) predicate.Task

MsiArgumentsGTE applies the GTE predicate on the "msi_arguments" field.

func MsiArgumentsHasPrefix

func MsiArgumentsHasPrefix(v string) predicate.Task

MsiArgumentsHasPrefix applies the HasPrefix predicate on the "msi_arguments" field.

func MsiArgumentsHasSuffix

func MsiArgumentsHasSuffix(v string) predicate.Task

MsiArgumentsHasSuffix applies the HasSuffix predicate on the "msi_arguments" field.

func MsiArgumentsIn

func MsiArgumentsIn(vs ...string) predicate.Task

MsiArgumentsIn applies the In predicate on the "msi_arguments" field.

func MsiArgumentsIsNil

func MsiArgumentsIsNil() predicate.Task

MsiArgumentsIsNil applies the IsNil predicate on the "msi_arguments" field.

func MsiArgumentsLT

func MsiArgumentsLT(v string) predicate.Task

MsiArgumentsLT applies the LT predicate on the "msi_arguments" field.

func MsiArgumentsLTE

func MsiArgumentsLTE(v string) predicate.Task

MsiArgumentsLTE applies the LTE predicate on the "msi_arguments" field.

func MsiArgumentsNEQ

func MsiArgumentsNEQ(v string) predicate.Task

MsiArgumentsNEQ applies the NEQ predicate on the "msi_arguments" field.

func MsiArgumentsNotIn

func MsiArgumentsNotIn(vs ...string) predicate.Task

MsiArgumentsNotIn applies the NotIn predicate on the "msi_arguments" field.

func MsiArgumentsNotNil

func MsiArgumentsNotNil() predicate.Task

MsiArgumentsNotNil applies the NotNil predicate on the "msi_arguments" field.

func MsiFileHash

func MsiFileHash(v string) predicate.Task

MsiFileHash applies equality check predicate on the "msi_file_hash" field. It's identical to MsiFileHashEQ.

func MsiFileHashAlgEQ

func MsiFileHashAlgEQ(v MsiFileHashAlg) predicate.Task

MsiFileHashAlgEQ applies the EQ predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgIn

func MsiFileHashAlgIn(vs ...MsiFileHashAlg) predicate.Task

MsiFileHashAlgIn applies the In predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgIsNil

func MsiFileHashAlgIsNil() predicate.Task

MsiFileHashAlgIsNil applies the IsNil predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgNEQ

func MsiFileHashAlgNEQ(v MsiFileHashAlg) predicate.Task

MsiFileHashAlgNEQ applies the NEQ predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgNotIn

func MsiFileHashAlgNotIn(vs ...MsiFileHashAlg) predicate.Task

MsiFileHashAlgNotIn applies the NotIn predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgNotNil

func MsiFileHashAlgNotNil() predicate.Task

MsiFileHashAlgNotNil applies the NotNil predicate on the "msi_file_hash_alg" field.

func MsiFileHashAlgValidator

func MsiFileHashAlgValidator(mfha MsiFileHashAlg) error

MsiFileHashAlgValidator is a validator for the "msi_file_hash_alg" field enum values. It is called by the builders before save.

func MsiFileHashContains

func MsiFileHashContains(v string) predicate.Task

MsiFileHashContains applies the Contains predicate on the "msi_file_hash" field.

func MsiFileHashContainsFold

func MsiFileHashContainsFold(v string) predicate.Task

MsiFileHashContainsFold applies the ContainsFold predicate on the "msi_file_hash" field.

func MsiFileHashEQ

func MsiFileHashEQ(v string) predicate.Task

MsiFileHashEQ applies the EQ predicate on the "msi_file_hash" field.

func MsiFileHashEqualFold

func MsiFileHashEqualFold(v string) predicate.Task

MsiFileHashEqualFold applies the EqualFold predicate on the "msi_file_hash" field.

func MsiFileHashGT

func MsiFileHashGT(v string) predicate.Task

MsiFileHashGT applies the GT predicate on the "msi_file_hash" field.

func MsiFileHashGTE

func MsiFileHashGTE(v string) predicate.Task

MsiFileHashGTE applies the GTE predicate on the "msi_file_hash" field.

func MsiFileHashHasPrefix

func MsiFileHashHasPrefix(v string) predicate.Task

MsiFileHashHasPrefix applies the HasPrefix predicate on the "msi_file_hash" field.

func MsiFileHashHasSuffix

func MsiFileHashHasSuffix(v string) predicate.Task

MsiFileHashHasSuffix applies the HasSuffix predicate on the "msi_file_hash" field.

func MsiFileHashIn

func MsiFileHashIn(vs ...string) predicate.Task

MsiFileHashIn applies the In predicate on the "msi_file_hash" field.

func MsiFileHashIsNil

func MsiFileHashIsNil() predicate.Task

MsiFileHashIsNil applies the IsNil predicate on the "msi_file_hash" field.

func MsiFileHashLT

func MsiFileHashLT(v string) predicate.Task

MsiFileHashLT applies the LT predicate on the "msi_file_hash" field.

func MsiFileHashLTE

func MsiFileHashLTE(v string) predicate.Task

MsiFileHashLTE applies the LTE predicate on the "msi_file_hash" field.

func MsiFileHashNEQ

func MsiFileHashNEQ(v string) predicate.Task

MsiFileHashNEQ applies the NEQ predicate on the "msi_file_hash" field.

func MsiFileHashNotIn

func MsiFileHashNotIn(vs ...string) predicate.Task

MsiFileHashNotIn applies the NotIn predicate on the "msi_file_hash" field.

func MsiFileHashNotNil

func MsiFileHashNotNil() predicate.Task

MsiFileHashNotNil applies the NotNil predicate on the "msi_file_hash" field.

func MsiLogPath

func MsiLogPath(v string) predicate.Task

MsiLogPath applies equality check predicate on the "msi_log_path" field. It's identical to MsiLogPathEQ.

func MsiLogPathContains

func MsiLogPathContains(v string) predicate.Task

MsiLogPathContains applies the Contains predicate on the "msi_log_path" field.

func MsiLogPathContainsFold

func MsiLogPathContainsFold(v string) predicate.Task

MsiLogPathContainsFold applies the ContainsFold predicate on the "msi_log_path" field.

func MsiLogPathEQ

func MsiLogPathEQ(v string) predicate.Task

MsiLogPathEQ applies the EQ predicate on the "msi_log_path" field.

func MsiLogPathEqualFold

func MsiLogPathEqualFold(v string) predicate.Task

MsiLogPathEqualFold applies the EqualFold predicate on the "msi_log_path" field.

func MsiLogPathGT

func MsiLogPathGT(v string) predicate.Task

MsiLogPathGT applies the GT predicate on the "msi_log_path" field.

func MsiLogPathGTE

func MsiLogPathGTE(v string) predicate.Task

MsiLogPathGTE applies the GTE predicate on the "msi_log_path" field.

func MsiLogPathHasPrefix

func MsiLogPathHasPrefix(v string) predicate.Task

MsiLogPathHasPrefix applies the HasPrefix predicate on the "msi_log_path" field.

func MsiLogPathHasSuffix

func MsiLogPathHasSuffix(v string) predicate.Task

MsiLogPathHasSuffix applies the HasSuffix predicate on the "msi_log_path" field.

func MsiLogPathIn

func MsiLogPathIn(vs ...string) predicate.Task

MsiLogPathIn applies the In predicate on the "msi_log_path" field.

func MsiLogPathIsNil

func MsiLogPathIsNil() predicate.Task

MsiLogPathIsNil applies the IsNil predicate on the "msi_log_path" field.

func MsiLogPathLT

func MsiLogPathLT(v string) predicate.Task

MsiLogPathLT applies the LT predicate on the "msi_log_path" field.

func MsiLogPathLTE

func MsiLogPathLTE(v string) predicate.Task

MsiLogPathLTE applies the LTE predicate on the "msi_log_path" field.

func MsiLogPathNEQ

func MsiLogPathNEQ(v string) predicate.Task

MsiLogPathNEQ applies the NEQ predicate on the "msi_log_path" field.

func MsiLogPathNotIn

func MsiLogPathNotIn(vs ...string) predicate.Task

MsiLogPathNotIn applies the NotIn predicate on the "msi_log_path" field.

func MsiLogPathNotNil

func MsiLogPathNotNil() predicate.Task

MsiLogPathNotNil applies the NotNil predicate on the "msi_log_path" field.

func MsiPath

func MsiPath(v string) predicate.Task

MsiPath applies equality check predicate on the "msi_path" field. It's identical to MsiPathEQ.

func MsiPathContains

func MsiPathContains(v string) predicate.Task

MsiPathContains applies the Contains predicate on the "msi_path" field.

func MsiPathContainsFold

func MsiPathContainsFold(v string) predicate.Task

MsiPathContainsFold applies the ContainsFold predicate on the "msi_path" field.

func MsiPathEQ

func MsiPathEQ(v string) predicate.Task

MsiPathEQ applies the EQ predicate on the "msi_path" field.

func MsiPathEqualFold

func MsiPathEqualFold(v string) predicate.Task

MsiPathEqualFold applies the EqualFold predicate on the "msi_path" field.

func MsiPathGT

func MsiPathGT(v string) predicate.Task

MsiPathGT applies the GT predicate on the "msi_path" field.

func MsiPathGTE

func MsiPathGTE(v string) predicate.Task

MsiPathGTE applies the GTE predicate on the "msi_path" field.

func MsiPathHasPrefix

func MsiPathHasPrefix(v string) predicate.Task

MsiPathHasPrefix applies the HasPrefix predicate on the "msi_path" field.

func MsiPathHasSuffix

func MsiPathHasSuffix(v string) predicate.Task

MsiPathHasSuffix applies the HasSuffix predicate on the "msi_path" field.

func MsiPathIn

func MsiPathIn(vs ...string) predicate.Task

MsiPathIn applies the In predicate on the "msi_path" field.

func MsiPathIsNil

func MsiPathIsNil() predicate.Task

MsiPathIsNil applies the IsNil predicate on the "msi_path" field.

func MsiPathLT

func MsiPathLT(v string) predicate.Task

MsiPathLT applies the LT predicate on the "msi_path" field.

func MsiPathLTE

func MsiPathLTE(v string) predicate.Task

MsiPathLTE applies the LTE predicate on the "msi_path" field.

func MsiPathNEQ

func MsiPathNEQ(v string) predicate.Task

MsiPathNEQ applies the NEQ predicate on the "msi_path" field.

func MsiPathNotIn

func MsiPathNotIn(vs ...string) predicate.Task

MsiPathNotIn applies the NotIn predicate on the "msi_path" field.

func MsiPathNotNil

func MsiPathNotNil() predicate.Task

MsiPathNotNil applies the NotNil predicate on the "msi_path" field.

func MsiProductid

func MsiProductid(v string) predicate.Task

MsiProductid applies equality check predicate on the "msi_productid" field. It's identical to MsiProductidEQ.

func MsiProductidContains

func MsiProductidContains(v string) predicate.Task

MsiProductidContains applies the Contains predicate on the "msi_productid" field.

func MsiProductidContainsFold

func MsiProductidContainsFold(v string) predicate.Task

MsiProductidContainsFold applies the ContainsFold predicate on the "msi_productid" field.

func MsiProductidEQ

func MsiProductidEQ(v string) predicate.Task

MsiProductidEQ applies the EQ predicate on the "msi_productid" field.

func MsiProductidEqualFold

func MsiProductidEqualFold(v string) predicate.Task

MsiProductidEqualFold applies the EqualFold predicate on the "msi_productid" field.

func MsiProductidGT

func MsiProductidGT(v string) predicate.Task

MsiProductidGT applies the GT predicate on the "msi_productid" field.

func MsiProductidGTE

func MsiProductidGTE(v string) predicate.Task

MsiProductidGTE applies the GTE predicate on the "msi_productid" field.

func MsiProductidHasPrefix

func MsiProductidHasPrefix(v string) predicate.Task

MsiProductidHasPrefix applies the HasPrefix predicate on the "msi_productid" field.

func MsiProductidHasSuffix

func MsiProductidHasSuffix(v string) predicate.Task

MsiProductidHasSuffix applies the HasSuffix predicate on the "msi_productid" field.

func MsiProductidIn

func MsiProductidIn(vs ...string) predicate.Task

MsiProductidIn applies the In predicate on the "msi_productid" field.

func MsiProductidIsNil

func MsiProductidIsNil() predicate.Task

MsiProductidIsNil applies the IsNil predicate on the "msi_productid" field.

func MsiProductidLT

func MsiProductidLT(v string) predicate.Task

MsiProductidLT applies the LT predicate on the "msi_productid" field.

func MsiProductidLTE

func MsiProductidLTE(v string) predicate.Task

MsiProductidLTE applies the LTE predicate on the "msi_productid" field.

func MsiProductidNEQ

func MsiProductidNEQ(v string) predicate.Task

MsiProductidNEQ applies the NEQ predicate on the "msi_productid" field.

func MsiProductidNotIn

func MsiProductidNotIn(vs ...string) predicate.Task

MsiProductidNotIn applies the NotIn predicate on the "msi_productid" field.

func MsiProductidNotNil

func MsiProductidNotNil() predicate.Task

MsiProductidNotNil applies the NotNil predicate on the "msi_productid" field.

func Name

func Name(v string) predicate.Task

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.Task

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.Task

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.Task

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.Task

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

func NameGT(v string) predicate.Task

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.Task

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.Task

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.Task

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.Task

NameIn applies the In predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Task

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.Task

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.Task

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.Task

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Task) predicate.Task

Or groups predicates with the OR operator between them.

func PackageID

func PackageID(v string) predicate.Task

PackageID applies equality check predicate on the "package_id" field. It's identical to PackageIDEQ.

func PackageIDContains

func PackageIDContains(v string) predicate.Task

PackageIDContains applies the Contains predicate on the "package_id" field.

func PackageIDContainsFold

func PackageIDContainsFold(v string) predicate.Task

PackageIDContainsFold applies the ContainsFold predicate on the "package_id" field.

func PackageIDEQ

func PackageIDEQ(v string) predicate.Task

PackageIDEQ applies the EQ predicate on the "package_id" field.

func PackageIDEqualFold

func PackageIDEqualFold(v string) predicate.Task

PackageIDEqualFold applies the EqualFold predicate on the "package_id" field.

func PackageIDGT

func PackageIDGT(v string) predicate.Task

PackageIDGT applies the GT predicate on the "package_id" field.

func PackageIDGTE

func PackageIDGTE(v string) predicate.Task

PackageIDGTE applies the GTE predicate on the "package_id" field.

func PackageIDHasPrefix

func PackageIDHasPrefix(v string) predicate.Task

PackageIDHasPrefix applies the HasPrefix predicate on the "package_id" field.

func PackageIDHasSuffix

func PackageIDHasSuffix(v string) predicate.Task

PackageIDHasSuffix applies the HasSuffix predicate on the "package_id" field.

func PackageIDIn

func PackageIDIn(vs ...string) predicate.Task

PackageIDIn applies the In predicate on the "package_id" field.

func PackageIDIsNil

func PackageIDIsNil() predicate.Task

PackageIDIsNil applies the IsNil predicate on the "package_id" field.

func PackageIDLT

func PackageIDLT(v string) predicate.Task

PackageIDLT applies the LT predicate on the "package_id" field.

func PackageIDLTE

func PackageIDLTE(v string) predicate.Task

PackageIDLTE applies the LTE predicate on the "package_id" field.

func PackageIDNEQ

func PackageIDNEQ(v string) predicate.Task

PackageIDNEQ applies the NEQ predicate on the "package_id" field.

func PackageIDNotIn

func PackageIDNotIn(vs ...string) predicate.Task

PackageIDNotIn applies the NotIn predicate on the "package_id" field.

func PackageIDNotNil

func PackageIDNotNil() predicate.Task

PackageIDNotNil applies the NotNil predicate on the "package_id" field.

func PackageLatest

func PackageLatest(v bool) predicate.Task

PackageLatest applies equality check predicate on the "package_latest" field. It's identical to PackageLatestEQ.

func PackageLatestEQ

func PackageLatestEQ(v bool) predicate.Task

PackageLatestEQ applies the EQ predicate on the "package_latest" field.

func PackageLatestIsNil

func PackageLatestIsNil() predicate.Task

PackageLatestIsNil applies the IsNil predicate on the "package_latest" field.

func PackageLatestNEQ

func PackageLatestNEQ(v bool) predicate.Task

PackageLatestNEQ applies the NEQ predicate on the "package_latest" field.

func PackageLatestNotNil

func PackageLatestNotNil() predicate.Task

PackageLatestNotNil applies the NotNil predicate on the "package_latest" field.

func PackageName

func PackageName(v string) predicate.Task

PackageName applies equality check predicate on the "package_name" field. It's identical to PackageNameEQ.

func PackageNameContains

func PackageNameContains(v string) predicate.Task

PackageNameContains applies the Contains predicate on the "package_name" field.

func PackageNameContainsFold

func PackageNameContainsFold(v string) predicate.Task

PackageNameContainsFold applies the ContainsFold predicate on the "package_name" field.

func PackageNameEQ

func PackageNameEQ(v string) predicate.Task

PackageNameEQ applies the EQ predicate on the "package_name" field.

func PackageNameEqualFold

func PackageNameEqualFold(v string) predicate.Task

PackageNameEqualFold applies the EqualFold predicate on the "package_name" field.

func PackageNameGT

func PackageNameGT(v string) predicate.Task

PackageNameGT applies the GT predicate on the "package_name" field.

func PackageNameGTE

func PackageNameGTE(v string) predicate.Task

PackageNameGTE applies the GTE predicate on the "package_name" field.

func PackageNameHasPrefix

func PackageNameHasPrefix(v string) predicate.Task

PackageNameHasPrefix applies the HasPrefix predicate on the "package_name" field.

func PackageNameHasSuffix

func PackageNameHasSuffix(v string) predicate.Task

PackageNameHasSuffix applies the HasSuffix predicate on the "package_name" field.

func PackageNameIn

func PackageNameIn(vs ...string) predicate.Task

PackageNameIn applies the In predicate on the "package_name" field.

func PackageNameIsNil

func PackageNameIsNil() predicate.Task

PackageNameIsNil applies the IsNil predicate on the "package_name" field.

func PackageNameLT

func PackageNameLT(v string) predicate.Task

PackageNameLT applies the LT predicate on the "package_name" field.

func PackageNameLTE

func PackageNameLTE(v string) predicate.Task

PackageNameLTE applies the LTE predicate on the "package_name" field.

func PackageNameNEQ

func PackageNameNEQ(v string) predicate.Task

PackageNameNEQ applies the NEQ predicate on the "package_name" field.

func PackageNameNotIn

func PackageNameNotIn(vs ...string) predicate.Task

PackageNameNotIn applies the NotIn predicate on the "package_name" field.

func PackageNameNotNil

func PackageNameNotNil() predicate.Task

PackageNameNotNil applies the NotNil predicate on the "package_name" field.

func PackageVersion

func PackageVersion(v string) predicate.Task

PackageVersion applies equality check predicate on the "package_version" field. It's identical to PackageVersionEQ.

func PackageVersionContains

func PackageVersionContains(v string) predicate.Task

PackageVersionContains applies the Contains predicate on the "package_version" field.

func PackageVersionContainsFold

func PackageVersionContainsFold(v string) predicate.Task

PackageVersionContainsFold applies the ContainsFold predicate on the "package_version" field.

func PackageVersionEQ

func PackageVersionEQ(v string) predicate.Task

PackageVersionEQ applies the EQ predicate on the "package_version" field.

func PackageVersionEqualFold

func PackageVersionEqualFold(v string) predicate.Task

PackageVersionEqualFold applies the EqualFold predicate on the "package_version" field.

func PackageVersionGT

func PackageVersionGT(v string) predicate.Task

PackageVersionGT applies the GT predicate on the "package_version" field.

func PackageVersionGTE

func PackageVersionGTE(v string) predicate.Task

PackageVersionGTE applies the GTE predicate on the "package_version" field.

func PackageVersionHasPrefix

func PackageVersionHasPrefix(v string) predicate.Task

PackageVersionHasPrefix applies the HasPrefix predicate on the "package_version" field.

func PackageVersionHasSuffix

func PackageVersionHasSuffix(v string) predicate.Task

PackageVersionHasSuffix applies the HasSuffix predicate on the "package_version" field.

func PackageVersionIn

func PackageVersionIn(vs ...string) predicate.Task

PackageVersionIn applies the In predicate on the "package_version" field.

func PackageVersionIsNil

func PackageVersionIsNil() predicate.Task

PackageVersionIsNil applies the IsNil predicate on the "package_version" field.

func PackageVersionLT

func PackageVersionLT(v string) predicate.Task

PackageVersionLT applies the LT predicate on the "package_version" field.

func PackageVersionLTE

func PackageVersionLTE(v string) predicate.Task

PackageVersionLTE applies the LTE predicate on the "package_version" field.

func PackageVersionNEQ

func PackageVersionNEQ(v string) predicate.Task

PackageVersionNEQ applies the NEQ predicate on the "package_version" field.

func PackageVersionNotIn

func PackageVersionNotIn(vs ...string) predicate.Task

PackageVersionNotIn applies the NotIn predicate on the "package_version" field.

func PackageVersionNotNil

func PackageVersionNotNil() predicate.Task

PackageVersionNotNil applies the NotNil predicate on the "package_version" field.

func RegistryForce

func RegistryForce(v bool) predicate.Task

RegistryForce applies equality check predicate on the "registry_force" field. It's identical to RegistryForceEQ.

func RegistryForceEQ

func RegistryForceEQ(v bool) predicate.Task

RegistryForceEQ applies the EQ predicate on the "registry_force" field.

func RegistryForceIsNil

func RegistryForceIsNil() predicate.Task

RegistryForceIsNil applies the IsNil predicate on the "registry_force" field.

func RegistryForceNEQ

func RegistryForceNEQ(v bool) predicate.Task

RegistryForceNEQ applies the NEQ predicate on the "registry_force" field.

func RegistryForceNotNil

func RegistryForceNotNil() predicate.Task

RegistryForceNotNil applies the NotNil predicate on the "registry_force" field.

func RegistryHex

func RegistryHex(v bool) predicate.Task

RegistryHex applies equality check predicate on the "registry_hex" field. It's identical to RegistryHexEQ.

func RegistryHexEQ

func RegistryHexEQ(v bool) predicate.Task

RegistryHexEQ applies the EQ predicate on the "registry_hex" field.

func RegistryHexIsNil

func RegistryHexIsNil() predicate.Task

RegistryHexIsNil applies the IsNil predicate on the "registry_hex" field.

func RegistryHexNEQ

func RegistryHexNEQ(v bool) predicate.Task

RegistryHexNEQ applies the NEQ predicate on the "registry_hex" field.

func RegistryHexNotNil

func RegistryHexNotNil() predicate.Task

RegistryHexNotNil applies the NotNil predicate on the "registry_hex" field.

func RegistryKey

func RegistryKey(v string) predicate.Task

RegistryKey applies equality check predicate on the "registry_key" field. It's identical to RegistryKeyEQ.

func RegistryKeyContains

func RegistryKeyContains(v string) predicate.Task

RegistryKeyContains applies the Contains predicate on the "registry_key" field.

func RegistryKeyContainsFold

func RegistryKeyContainsFold(v string) predicate.Task

RegistryKeyContainsFold applies the ContainsFold predicate on the "registry_key" field.

func RegistryKeyEQ

func RegistryKeyEQ(v string) predicate.Task

RegistryKeyEQ applies the EQ predicate on the "registry_key" field.

func RegistryKeyEqualFold

func RegistryKeyEqualFold(v string) predicate.Task

RegistryKeyEqualFold applies the EqualFold predicate on the "registry_key" field.

func RegistryKeyGT

func RegistryKeyGT(v string) predicate.Task

RegistryKeyGT applies the GT predicate on the "registry_key" field.

func RegistryKeyGTE

func RegistryKeyGTE(v string) predicate.Task

RegistryKeyGTE applies the GTE predicate on the "registry_key" field.

func RegistryKeyHasPrefix

func RegistryKeyHasPrefix(v string) predicate.Task

RegistryKeyHasPrefix applies the HasPrefix predicate on the "registry_key" field.

func RegistryKeyHasSuffix

func RegistryKeyHasSuffix(v string) predicate.Task

RegistryKeyHasSuffix applies the HasSuffix predicate on the "registry_key" field.

func RegistryKeyIn

func RegistryKeyIn(vs ...string) predicate.Task

RegistryKeyIn applies the In predicate on the "registry_key" field.

func RegistryKeyIsNil

func RegistryKeyIsNil() predicate.Task

RegistryKeyIsNil applies the IsNil predicate on the "registry_key" field.

func RegistryKeyLT

func RegistryKeyLT(v string) predicate.Task

RegistryKeyLT applies the LT predicate on the "registry_key" field.

func RegistryKeyLTE

func RegistryKeyLTE(v string) predicate.Task

RegistryKeyLTE applies the LTE predicate on the "registry_key" field.

func RegistryKeyNEQ

func RegistryKeyNEQ(v string) predicate.Task

RegistryKeyNEQ applies the NEQ predicate on the "registry_key" field.

func RegistryKeyNotIn

func RegistryKeyNotIn(vs ...string) predicate.Task

RegistryKeyNotIn applies the NotIn predicate on the "registry_key" field.

func RegistryKeyNotNil

func RegistryKeyNotNil() predicate.Task

RegistryKeyNotNil applies the NotNil predicate on the "registry_key" field.

func RegistryKeyValueData

func RegistryKeyValueData(v string) predicate.Task

RegistryKeyValueData applies equality check predicate on the "registry_key_value_data" field. It's identical to RegistryKeyValueDataEQ.

func RegistryKeyValueDataContains

func RegistryKeyValueDataContains(v string) predicate.Task

RegistryKeyValueDataContains applies the Contains predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataContainsFold

func RegistryKeyValueDataContainsFold(v string) predicate.Task

RegistryKeyValueDataContainsFold applies the ContainsFold predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataEQ

func RegistryKeyValueDataEQ(v string) predicate.Task

RegistryKeyValueDataEQ applies the EQ predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataEqualFold

func RegistryKeyValueDataEqualFold(v string) predicate.Task

RegistryKeyValueDataEqualFold applies the EqualFold predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataGT

func RegistryKeyValueDataGT(v string) predicate.Task

RegistryKeyValueDataGT applies the GT predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataGTE

func RegistryKeyValueDataGTE(v string) predicate.Task

RegistryKeyValueDataGTE applies the GTE predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataHasPrefix

func RegistryKeyValueDataHasPrefix(v string) predicate.Task

RegistryKeyValueDataHasPrefix applies the HasPrefix predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataHasSuffix

func RegistryKeyValueDataHasSuffix(v string) predicate.Task

RegistryKeyValueDataHasSuffix applies the HasSuffix predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataIn

func RegistryKeyValueDataIn(vs ...string) predicate.Task

RegistryKeyValueDataIn applies the In predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataIsNil

func RegistryKeyValueDataIsNil() predicate.Task

RegistryKeyValueDataIsNil applies the IsNil predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataLT

func RegistryKeyValueDataLT(v string) predicate.Task

RegistryKeyValueDataLT applies the LT predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataLTE

func RegistryKeyValueDataLTE(v string) predicate.Task

RegistryKeyValueDataLTE applies the LTE predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataNEQ

func RegistryKeyValueDataNEQ(v string) predicate.Task

RegistryKeyValueDataNEQ applies the NEQ predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataNotIn

func RegistryKeyValueDataNotIn(vs ...string) predicate.Task

RegistryKeyValueDataNotIn applies the NotIn predicate on the "registry_key_value_data" field.

func RegistryKeyValueDataNotNil

func RegistryKeyValueDataNotNil() predicate.Task

RegistryKeyValueDataNotNil applies the NotNil predicate on the "registry_key_value_data" field.

func RegistryKeyValueName

func RegistryKeyValueName(v string) predicate.Task

RegistryKeyValueName applies equality check predicate on the "registry_key_value_name" field. It's identical to RegistryKeyValueNameEQ.

func RegistryKeyValueNameContains

func RegistryKeyValueNameContains(v string) predicate.Task

RegistryKeyValueNameContains applies the Contains predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameContainsFold

func RegistryKeyValueNameContainsFold(v string) predicate.Task

RegistryKeyValueNameContainsFold applies the ContainsFold predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameEQ

func RegistryKeyValueNameEQ(v string) predicate.Task

RegistryKeyValueNameEQ applies the EQ predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameEqualFold

func RegistryKeyValueNameEqualFold(v string) predicate.Task

RegistryKeyValueNameEqualFold applies the EqualFold predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameGT

func RegistryKeyValueNameGT(v string) predicate.Task

RegistryKeyValueNameGT applies the GT predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameGTE

func RegistryKeyValueNameGTE(v string) predicate.Task

RegistryKeyValueNameGTE applies the GTE predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameHasPrefix

func RegistryKeyValueNameHasPrefix(v string) predicate.Task

RegistryKeyValueNameHasPrefix applies the HasPrefix predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameHasSuffix

func RegistryKeyValueNameHasSuffix(v string) predicate.Task

RegistryKeyValueNameHasSuffix applies the HasSuffix predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameIn

func RegistryKeyValueNameIn(vs ...string) predicate.Task

RegistryKeyValueNameIn applies the In predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameIsNil

func RegistryKeyValueNameIsNil() predicate.Task

RegistryKeyValueNameIsNil applies the IsNil predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameLT

func RegistryKeyValueNameLT(v string) predicate.Task

RegistryKeyValueNameLT applies the LT predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameLTE

func RegistryKeyValueNameLTE(v string) predicate.Task

RegistryKeyValueNameLTE applies the LTE predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameNEQ

func RegistryKeyValueNameNEQ(v string) predicate.Task

RegistryKeyValueNameNEQ applies the NEQ predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameNotIn

func RegistryKeyValueNameNotIn(vs ...string) predicate.Task

RegistryKeyValueNameNotIn applies the NotIn predicate on the "registry_key_value_name" field.

func RegistryKeyValueNameNotNil

func RegistryKeyValueNameNotNil() predicate.Task

RegistryKeyValueNameNotNil applies the NotNil predicate on the "registry_key_value_name" field.

func RegistryKeyValueTypeEQ

func RegistryKeyValueTypeEQ(v RegistryKeyValueType) predicate.Task

RegistryKeyValueTypeEQ applies the EQ predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeIn

func RegistryKeyValueTypeIn(vs ...RegistryKeyValueType) predicate.Task

RegistryKeyValueTypeIn applies the In predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeIsNil

func RegistryKeyValueTypeIsNil() predicate.Task

RegistryKeyValueTypeIsNil applies the IsNil predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeNEQ

func RegistryKeyValueTypeNEQ(v RegistryKeyValueType) predicate.Task

RegistryKeyValueTypeNEQ applies the NEQ predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeNotIn

func RegistryKeyValueTypeNotIn(vs ...RegistryKeyValueType) predicate.Task

RegistryKeyValueTypeNotIn applies the NotIn predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeNotNil

func RegistryKeyValueTypeNotNil() predicate.Task

RegistryKeyValueTypeNotNil applies the NotNil predicate on the "registry_key_value_type" field.

func RegistryKeyValueTypeValidator

func RegistryKeyValueTypeValidator(rkvt RegistryKeyValueType) error

RegistryKeyValueTypeValidator is a validator for the "registry_key_value_type" field enum values. It is called by the builders before save.

func Script

func Script(v string) predicate.Task

Script applies equality check predicate on the "script" field. It's identical to ScriptEQ.

func ScriptContains

func ScriptContains(v string) predicate.Task

ScriptContains applies the Contains predicate on the "script" field.

func ScriptContainsFold

func ScriptContainsFold(v string) predicate.Task

ScriptContainsFold applies the ContainsFold predicate on the "script" field.

func ScriptCreates

func ScriptCreates(v string) predicate.Task

ScriptCreates applies equality check predicate on the "script_creates" field. It's identical to ScriptCreatesEQ.

func ScriptCreatesContains

func ScriptCreatesContains(v string) predicate.Task

ScriptCreatesContains applies the Contains predicate on the "script_creates" field.

func ScriptCreatesContainsFold

func ScriptCreatesContainsFold(v string) predicate.Task

ScriptCreatesContainsFold applies the ContainsFold predicate on the "script_creates" field.

func ScriptCreatesEQ

func ScriptCreatesEQ(v string) predicate.Task

ScriptCreatesEQ applies the EQ predicate on the "script_creates" field.

func ScriptCreatesEqualFold

func ScriptCreatesEqualFold(v string) predicate.Task

ScriptCreatesEqualFold applies the EqualFold predicate on the "script_creates" field.

func ScriptCreatesGT

func ScriptCreatesGT(v string) predicate.Task

ScriptCreatesGT applies the GT predicate on the "script_creates" field.

func ScriptCreatesGTE

func ScriptCreatesGTE(v string) predicate.Task

ScriptCreatesGTE applies the GTE predicate on the "script_creates" field.

func ScriptCreatesHasPrefix

func ScriptCreatesHasPrefix(v string) predicate.Task

ScriptCreatesHasPrefix applies the HasPrefix predicate on the "script_creates" field.

func ScriptCreatesHasSuffix

func ScriptCreatesHasSuffix(v string) predicate.Task

ScriptCreatesHasSuffix applies the HasSuffix predicate on the "script_creates" field.

func ScriptCreatesIn

func ScriptCreatesIn(vs ...string) predicate.Task

ScriptCreatesIn applies the In predicate on the "script_creates" field.

func ScriptCreatesIsNil

func ScriptCreatesIsNil() predicate.Task

ScriptCreatesIsNil applies the IsNil predicate on the "script_creates" field.

func ScriptCreatesLT

func ScriptCreatesLT(v string) predicate.Task

ScriptCreatesLT applies the LT predicate on the "script_creates" field.

func ScriptCreatesLTE

func ScriptCreatesLTE(v string) predicate.Task

ScriptCreatesLTE applies the LTE predicate on the "script_creates" field.

func ScriptCreatesNEQ

func ScriptCreatesNEQ(v string) predicate.Task

ScriptCreatesNEQ applies the NEQ predicate on the "script_creates" field.

func ScriptCreatesNotIn

func ScriptCreatesNotIn(vs ...string) predicate.Task

ScriptCreatesNotIn applies the NotIn predicate on the "script_creates" field.

func ScriptCreatesNotNil

func ScriptCreatesNotNil() predicate.Task

ScriptCreatesNotNil applies the NotNil predicate on the "script_creates" field.

func ScriptEQ

func ScriptEQ(v string) predicate.Task

ScriptEQ applies the EQ predicate on the "script" field.

func ScriptEqualFold

func ScriptEqualFold(v string) predicate.Task

ScriptEqualFold applies the EqualFold predicate on the "script" field.

func ScriptExecutable

func ScriptExecutable(v string) predicate.Task

ScriptExecutable applies equality check predicate on the "script_executable" field. It's identical to ScriptExecutableEQ.

func ScriptExecutableContains

func ScriptExecutableContains(v string) predicate.Task

ScriptExecutableContains applies the Contains predicate on the "script_executable" field.

func ScriptExecutableContainsFold

func ScriptExecutableContainsFold(v string) predicate.Task

ScriptExecutableContainsFold applies the ContainsFold predicate on the "script_executable" field.

func ScriptExecutableEQ

func ScriptExecutableEQ(v string) predicate.Task

ScriptExecutableEQ applies the EQ predicate on the "script_executable" field.

func ScriptExecutableEqualFold

func ScriptExecutableEqualFold(v string) predicate.Task

ScriptExecutableEqualFold applies the EqualFold predicate on the "script_executable" field.

func ScriptExecutableGT

func ScriptExecutableGT(v string) predicate.Task

ScriptExecutableGT applies the GT predicate on the "script_executable" field.

func ScriptExecutableGTE

func ScriptExecutableGTE(v string) predicate.Task

ScriptExecutableGTE applies the GTE predicate on the "script_executable" field.

func ScriptExecutableHasPrefix

func ScriptExecutableHasPrefix(v string) predicate.Task

ScriptExecutableHasPrefix applies the HasPrefix predicate on the "script_executable" field.

func ScriptExecutableHasSuffix

func ScriptExecutableHasSuffix(v string) predicate.Task

ScriptExecutableHasSuffix applies the HasSuffix predicate on the "script_executable" field.

func ScriptExecutableIn

func ScriptExecutableIn(vs ...string) predicate.Task

ScriptExecutableIn applies the In predicate on the "script_executable" field.

func ScriptExecutableIsNil

func ScriptExecutableIsNil() predicate.Task

ScriptExecutableIsNil applies the IsNil predicate on the "script_executable" field.

func ScriptExecutableLT

func ScriptExecutableLT(v string) predicate.Task

ScriptExecutableLT applies the LT predicate on the "script_executable" field.

func ScriptExecutableLTE

func ScriptExecutableLTE(v string) predicate.Task

ScriptExecutableLTE applies the LTE predicate on the "script_executable" field.

func ScriptExecutableNEQ

func ScriptExecutableNEQ(v string) predicate.Task

ScriptExecutableNEQ applies the NEQ predicate on the "script_executable" field.

func ScriptExecutableNotIn

func ScriptExecutableNotIn(vs ...string) predicate.Task

ScriptExecutableNotIn applies the NotIn predicate on the "script_executable" field.

func ScriptExecutableNotNil

func ScriptExecutableNotNil() predicate.Task

ScriptExecutableNotNil applies the NotNil predicate on the "script_executable" field.

func ScriptGT

func ScriptGT(v string) predicate.Task

ScriptGT applies the GT predicate on the "script" field.

func ScriptGTE

func ScriptGTE(v string) predicate.Task

ScriptGTE applies the GTE predicate on the "script" field.

func ScriptHasPrefix

func ScriptHasPrefix(v string) predicate.Task

ScriptHasPrefix applies the HasPrefix predicate on the "script" field.

func ScriptHasSuffix

func ScriptHasSuffix(v string) predicate.Task

ScriptHasSuffix applies the HasSuffix predicate on the "script" field.

func ScriptIn

func ScriptIn(vs ...string) predicate.Task

ScriptIn applies the In predicate on the "script" field.

func ScriptIsNil

func ScriptIsNil() predicate.Task

ScriptIsNil applies the IsNil predicate on the "script" field.

func ScriptLT

func ScriptLT(v string) predicate.Task

ScriptLT applies the LT predicate on the "script" field.

func ScriptLTE

func ScriptLTE(v string) predicate.Task

ScriptLTE applies the LTE predicate on the "script" field.

func ScriptNEQ

func ScriptNEQ(v string) predicate.Task

ScriptNEQ applies the NEQ predicate on the "script" field.

func ScriptNotIn

func ScriptNotIn(vs ...string) predicate.Task

ScriptNotIn applies the NotIn predicate on the "script" field.

func ScriptNotNil

func ScriptNotNil() predicate.Task

ScriptNotNil applies the NotNil predicate on the "script" field.

func ScriptRunEQ

func ScriptRunEQ(v ScriptRun) predicate.Task

ScriptRunEQ applies the EQ predicate on the "script_run" field.

func ScriptRunIn

func ScriptRunIn(vs ...ScriptRun) predicate.Task

ScriptRunIn applies the In predicate on the "script_run" field.

func ScriptRunIsNil

func ScriptRunIsNil() predicate.Task

ScriptRunIsNil applies the IsNil predicate on the "script_run" field.

func ScriptRunNEQ

func ScriptRunNEQ(v ScriptRun) predicate.Task

ScriptRunNEQ applies the NEQ predicate on the "script_run" field.

func ScriptRunNotIn

func ScriptRunNotIn(vs ...ScriptRun) predicate.Task

ScriptRunNotIn applies the NotIn predicate on the "script_run" field.

func ScriptRunNotNil

func ScriptRunNotNil() predicate.Task

ScriptRunNotNil applies the NotNil predicate on the "script_run" field.

func ScriptRunValidator

func ScriptRunValidator(sr ScriptRun) error

ScriptRunValidator is a validator for the "script_run" field enum values. It is called by the builders before save.

func TypeEQ

func TypeEQ(v Type) predicate.Task

TypeEQ applies the EQ predicate on the "type" field.

func TypeIn

func TypeIn(vs ...Type) predicate.Task

TypeIn applies the In predicate on the "type" field.

func TypeNEQ

func TypeNEQ(v Type) predicate.Task

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...Type) predicate.Task

TypeNotIn applies the NotIn predicate on the "type" field.

func TypeValidator

func TypeValidator(_type Type) error

TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func Version

func Version(v int) predicate.Task

Version applies equality check predicate on the "version" field. It's identical to VersionEQ.

func VersionEQ

func VersionEQ(v int) predicate.Task

VersionEQ applies the EQ predicate on the "version" field.

func VersionGT

func VersionGT(v int) predicate.Task

VersionGT applies the GT predicate on the "version" field.

func VersionGTE

func VersionGTE(v int) predicate.Task

VersionGTE applies the GTE predicate on the "version" field.

func VersionIn

func VersionIn(vs ...int) predicate.Task

VersionIn applies the In predicate on the "version" field.

func VersionIsNil

func VersionIsNil() predicate.Task

VersionIsNil applies the IsNil predicate on the "version" field.

func VersionLT

func VersionLT(v int) predicate.Task

VersionLT applies the LT predicate on the "version" field.

func VersionLTE

func VersionLTE(v int) predicate.Task

VersionLTE applies the LTE predicate on the "version" field.

func VersionNEQ

func VersionNEQ(v int) predicate.Task

VersionNEQ applies the NEQ predicate on the "version" field.

func VersionNotIn

func VersionNotIn(vs ...int) predicate.Task

VersionNotIn applies the NotIn predicate on the "version" field.

func VersionNotNil

func VersionNotNil() predicate.Task

VersionNotNil applies the NotNil predicate on the "version" field.

func When

func When(v time.Time) predicate.Task

When applies equality check predicate on the "when" field. It's identical to WhenEQ.

func WhenEQ

func WhenEQ(v time.Time) predicate.Task

WhenEQ applies the EQ predicate on the "when" field.

func WhenGT

func WhenGT(v time.Time) predicate.Task

WhenGT applies the GT predicate on the "when" field.

func WhenGTE

func WhenGTE(v time.Time) predicate.Task

WhenGTE applies the GTE predicate on the "when" field.

func WhenIn

func WhenIn(vs ...time.Time) predicate.Task

WhenIn applies the In predicate on the "when" field.

func WhenIsNil

func WhenIsNil() predicate.Task

WhenIsNil applies the IsNil predicate on the "when" field.

func WhenLT

func WhenLT(v time.Time) predicate.Task

WhenLT applies the LT predicate on the "when" field.

func WhenLTE

func WhenLTE(v time.Time) predicate.Task

WhenLTE applies the LTE predicate on the "when" field.

func WhenNEQ

func WhenNEQ(v time.Time) predicate.Task

WhenNEQ applies the NEQ predicate on the "when" field.

func WhenNotIn

func WhenNotIn(vs ...time.Time) predicate.Task

WhenNotIn applies the NotIn predicate on the "when" field.

func WhenNotNil

func WhenNotNil() predicate.Task

WhenNotNil applies the NotNil predicate on the "when" field.

Types

type AgentType

type AgentType string

AgentType defines the type for the "agent_type" enum field.

const (
	AgentTypeWindows AgentType = "windows"
	AgentTypeLinux   AgentType = "linux"
	AgentTypeMacos   AgentType = "macos"
)

AgentType values.

func (AgentType) String

func (at AgentType) String() string

type AptUpgradeType

type AptUpgradeType string

AptUpgradeType defines the type for the "apt_upgrade_type" enum field.

const (
	AptUpgradeTypeDist AptUpgradeType = "dist"
	AptUpgradeTypeFull AptUpgradeType = "full"
	AptUpgradeTypeNo   AptUpgradeType = "no"
	AptUpgradeTypeSafe AptUpgradeType = "safe"
	AptUpgradeTypeYes  AptUpgradeType = "yes"
)

AptUpgradeType values.

func (AptUpgradeType) String

func (aut AptUpgradeType) String() string

type MsiFileHashAlg

type MsiFileHashAlg string

MsiFileHashAlg defines the type for the "msi_file_hash_alg" enum field.

const (
	MsiFileHashAlgMD5       MsiFileHashAlg = "MD5"
	MsiFileHashAlgRIPEMD160 MsiFileHashAlg = "RIPEMD160"
	MsiFileHashAlgSHA1      MsiFileHashAlg = "SHA1"
	MsiFileHashAlgSHA256    MsiFileHashAlg = "SHA256"
	MsiFileHashAlgSHA384    MsiFileHashAlg = "SHA384"
	MsiFileHashAlgSHA512    MsiFileHashAlg = "SHA512"
)

MsiFileHashAlg values.

func (MsiFileHashAlg) String

func (mfha MsiFileHashAlg) String() string

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Task queries.

func ByAgentType

func ByAgentType(opts ...sql.OrderTermOption) OrderOption

ByAgentType orders the results by the agent_type field.

func ByAptAllowDowngrade

func ByAptAllowDowngrade(opts ...sql.OrderTermOption) OrderOption

ByAptAllowDowngrade orders the results by the apt_allow_downgrade field.

func ByAptDeb

func ByAptDeb(opts ...sql.OrderTermOption) OrderOption

ByAptDeb orders the results by the apt_deb field.

func ByAptDpkgOptions

func ByAptDpkgOptions(opts ...sql.OrderTermOption) OrderOption

ByAptDpkgOptions orders the results by the apt_dpkg_options field.

func ByAptFailOnAutoremove

func ByAptFailOnAutoremove(opts ...sql.OrderTermOption) OrderOption

ByAptFailOnAutoremove orders the results by the apt_fail_on_autoremove field.

func ByAptForce

func ByAptForce(opts ...sql.OrderTermOption) OrderOption

ByAptForce orders the results by the apt_force field.

func ByAptInstallRecommends

func ByAptInstallRecommends(opts ...sql.OrderTermOption) OrderOption

ByAptInstallRecommends orders the results by the apt_install_recommends field.

func ByAptName

func ByAptName(opts ...sql.OrderTermOption) OrderOption

ByAptName orders the results by the apt_name field.

func ByAptOnlyUpgrade

func ByAptOnlyUpgrade(opts ...sql.OrderTermOption) OrderOption

ByAptOnlyUpgrade orders the results by the apt_only_upgrade field.

func ByAptPurge

func ByAptPurge(opts ...sql.OrderTermOption) OrderOption

ByAptPurge orders the results by the apt_purge field.

func ByAptUpdateCache

func ByAptUpdateCache(opts ...sql.OrderTermOption) OrderOption

ByAptUpdateCache orders the results by the apt_update_cache field.

func ByAptUpgradeType

func ByAptUpgradeType(opts ...sql.OrderTermOption) OrderOption

ByAptUpgradeType orders the results by the apt_upgrade_type field.

func ByBrewGreedy

func ByBrewGreedy(opts ...sql.OrderTermOption) OrderOption

ByBrewGreedy orders the results by the brew_greedy field.

func ByBrewInstallOptions

func ByBrewInstallOptions(opts ...sql.OrderTermOption) OrderOption

ByBrewInstallOptions orders the results by the brew_install_options field.

func ByBrewUpdate

func ByBrewUpdate(opts ...sql.OrderTermOption) OrderOption

ByBrewUpdate orders the results by the brew_update field.

func ByBrewUpgradeAll

func ByBrewUpgradeAll(opts ...sql.OrderTermOption) OrderOption

ByBrewUpgradeAll orders the results by the brew_upgrade_all field.

func ByBrewUpgradeOptions

func ByBrewUpgradeOptions(opts ...sql.OrderTermOption) OrderOption

ByBrewUpgradeOptions orders the results by the brew_upgrade_options field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByLocalGroupDescription

func ByLocalGroupDescription(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupDescription orders the results by the local_group_description field.

func ByLocalGroupForce

func ByLocalGroupForce(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupForce orders the results by the local_group_force field.

func ByLocalGroupID

func ByLocalGroupID(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupID orders the results by the local_group_id field.

func ByLocalGroupMembers

func ByLocalGroupMembers(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupMembers orders the results by the local_group_members field.

func ByLocalGroupMembersToExclude

func ByLocalGroupMembersToExclude(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupMembersToExclude orders the results by the local_group_members_to_exclude field.

func ByLocalGroupMembersToInclude

func ByLocalGroupMembersToInclude(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupMembersToInclude orders the results by the local_group_members_to_include field.

func ByLocalGroupName

func ByLocalGroupName(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupName orders the results by the local_group_name field.

func ByLocalGroupSystem

func ByLocalGroupSystem(opts ...sql.OrderTermOption) OrderOption

ByLocalGroupSystem orders the results by the local_group_system field.

func ByLocalUserAppend

func ByLocalUserAppend(opts ...sql.OrderTermOption) OrderOption

ByLocalUserAppend orders the results by the local_user_append field.

func ByLocalUserCreateHome

func ByLocalUserCreateHome(opts ...sql.OrderTermOption) OrderOption

ByLocalUserCreateHome orders the results by the local_user_create_home field.

func ByLocalUserDescription

func ByLocalUserDescription(opts ...sql.OrderTermOption) OrderOption

ByLocalUserDescription orders the results by the local_user_description field.

func ByLocalUserDisable

func ByLocalUserDisable(opts ...sql.OrderTermOption) OrderOption

ByLocalUserDisable orders the results by the local_user_disable field.

func ByLocalUserExpires

func ByLocalUserExpires(opts ...sql.OrderTermOption) OrderOption

ByLocalUserExpires orders the results by the local_user_expires field.

func ByLocalUserForce

func ByLocalUserForce(opts ...sql.OrderTermOption) OrderOption

ByLocalUserForce orders the results by the local_user_force field.

func ByLocalUserFullname

func ByLocalUserFullname(opts ...sql.OrderTermOption) OrderOption

ByLocalUserFullname orders the results by the local_user_fullname field.

func ByLocalUserGenerateSSHKey

func ByLocalUserGenerateSSHKey(opts ...sql.OrderTermOption) OrderOption

ByLocalUserGenerateSSHKey orders the results by the local_user_generate_ssh_key field.

func ByLocalUserGroup

func ByLocalUserGroup(opts ...sql.OrderTermOption) OrderOption

ByLocalUserGroup orders the results by the local_user_group field.

func ByLocalUserGroups

func ByLocalUserGroups(opts ...sql.OrderTermOption) OrderOption

ByLocalUserGroups orders the results by the local_user_groups field.

func ByLocalUserHome

func ByLocalUserHome(opts ...sql.OrderTermOption) OrderOption

ByLocalUserHome orders the results by the local_user_home field.

func ByLocalUserID

func ByLocalUserID(opts ...sql.OrderTermOption) OrderOption

ByLocalUserID orders the results by the local_user_id field.

func ByLocalUserIDMax

func ByLocalUserIDMax(opts ...sql.OrderTermOption) OrderOption

ByLocalUserIDMax orders the results by the local_user_id_max field.

func ByLocalUserIDMin

func ByLocalUserIDMin(opts ...sql.OrderTermOption) OrderOption

ByLocalUserIDMin orders the results by the local_user_id_min field.

func ByLocalUserMoveHome

func ByLocalUserMoveHome(opts ...sql.OrderTermOption) OrderOption

ByLocalUserMoveHome orders the results by the local_user_move_home field.

func ByLocalUserNonunique

func ByLocalUserNonunique(opts ...sql.OrderTermOption) OrderOption

ByLocalUserNonunique orders the results by the local_user_nonunique field.

func ByLocalUserPassword

func ByLocalUserPassword(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPassword orders the results by the local_user_password field.

func ByLocalUserPasswordChangeNotAllowed

func ByLocalUserPasswordChangeNotAllowed(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordChangeNotAllowed orders the results by the local_user_password_change_not_allowed field.

func ByLocalUserPasswordChangeRequired

func ByLocalUserPasswordChangeRequired(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordChangeRequired orders the results by the local_user_password_change_required field.

func ByLocalUserPasswordExpireAccountDisable

func ByLocalUserPasswordExpireAccountDisable(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordExpireAccountDisable orders the results by the local_user_password_expire_account_disable field.

func ByLocalUserPasswordExpireMax

func ByLocalUserPasswordExpireMax(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordExpireMax orders the results by the local_user_password_expire_max field.

func ByLocalUserPasswordExpireMin

func ByLocalUserPasswordExpireMin(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordExpireMin orders the results by the local_user_password_expire_min field.

func ByLocalUserPasswordExpireWarn

func ByLocalUserPasswordExpireWarn(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordExpireWarn orders the results by the local_user_password_expire_warn field.

func ByLocalUserPasswordLock

func ByLocalUserPasswordLock(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordLock orders the results by the local_user_password_lock field.

func ByLocalUserPasswordNeverExpires

func ByLocalUserPasswordNeverExpires(opts ...sql.OrderTermOption) OrderOption

ByLocalUserPasswordNeverExpires orders the results by the local_user_password_never_expires field.

func ByLocalUserSSHKeyBits

func ByLocalUserSSHKeyBits(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSSHKeyBits orders the results by the local_user_ssh_key_bits field.

func ByLocalUserSSHKeyComment

func ByLocalUserSSHKeyComment(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSSHKeyComment orders the results by the local_user_ssh_key_comment field.

func ByLocalUserSSHKeyFile

func ByLocalUserSSHKeyFile(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSSHKeyFile orders the results by the local_user_ssh_key_file field.

func ByLocalUserSSHKeyPassphrase

func ByLocalUserSSHKeyPassphrase(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSSHKeyPassphrase orders the results by the local_user_ssh_key_passphrase field.

func ByLocalUserSSHKeyType

func ByLocalUserSSHKeyType(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSSHKeyType orders the results by the local_user_ssh_key_type field.

func ByLocalUserSeuser

func ByLocalUserSeuser(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSeuser orders the results by the local_user_seuser field.

func ByLocalUserShell

func ByLocalUserShell(opts ...sql.OrderTermOption) OrderOption

ByLocalUserShell orders the results by the local_user_shell field.

func ByLocalUserSkeleton

func ByLocalUserSkeleton(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSkeleton orders the results by the local_user_skeleton field.

func ByLocalUserSystem

func ByLocalUserSystem(opts ...sql.OrderTermOption) OrderOption

ByLocalUserSystem orders the results by the local_user_system field.

func ByLocalUserUmask

func ByLocalUserUmask(opts ...sql.OrderTermOption) OrderOption

ByLocalUserUmask orders the results by the local_user_umask field.

func ByLocalUserUsername

func ByLocalUserUsername(opts ...sql.OrderTermOption) OrderOption

ByLocalUserUsername orders the results by the local_user_username field.

func ByMsiArguments

func ByMsiArguments(opts ...sql.OrderTermOption) OrderOption

ByMsiArguments orders the results by the msi_arguments field.

func ByMsiFileHash

func ByMsiFileHash(opts ...sql.OrderTermOption) OrderOption

ByMsiFileHash orders the results by the msi_file_hash field.

func ByMsiFileHashAlg

func ByMsiFileHashAlg(opts ...sql.OrderTermOption) OrderOption

ByMsiFileHashAlg orders the results by the msi_file_hash_alg field.

func ByMsiLogPath

func ByMsiLogPath(opts ...sql.OrderTermOption) OrderOption

ByMsiLogPath orders the results by the msi_log_path field.

func ByMsiPath

func ByMsiPath(opts ...sql.OrderTermOption) OrderOption

ByMsiPath orders the results by the msi_path field.

func ByMsiProductid

func ByMsiProductid(opts ...sql.OrderTermOption) OrderOption

ByMsiProductid orders the results by the msi_productid field.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByPackageID

func ByPackageID(opts ...sql.OrderTermOption) OrderOption

ByPackageID orders the results by the package_id field.

func ByPackageLatest

func ByPackageLatest(opts ...sql.OrderTermOption) OrderOption

ByPackageLatest orders the results by the package_latest field.

func ByPackageName

func ByPackageName(opts ...sql.OrderTermOption) OrderOption

ByPackageName orders the results by the package_name field.

func ByPackageVersion

func ByPackageVersion(opts ...sql.OrderTermOption) OrderOption

ByPackageVersion orders the results by the package_version field.

func ByProfileField

func ByProfileField(field string, opts ...sql.OrderTermOption) OrderOption

ByProfileField orders the results by profile field.

func ByRegistryForce

func ByRegistryForce(opts ...sql.OrderTermOption) OrderOption

ByRegistryForce orders the results by the registry_force field.

func ByRegistryHex

func ByRegistryHex(opts ...sql.OrderTermOption) OrderOption

ByRegistryHex orders the results by the registry_hex field.

func ByRegistryKey

func ByRegistryKey(opts ...sql.OrderTermOption) OrderOption

ByRegistryKey orders the results by the registry_key field.

func ByRegistryKeyValueData

func ByRegistryKeyValueData(opts ...sql.OrderTermOption) OrderOption

ByRegistryKeyValueData orders the results by the registry_key_value_data field.

func ByRegistryKeyValueName

func ByRegistryKeyValueName(opts ...sql.OrderTermOption) OrderOption

ByRegistryKeyValueName orders the results by the registry_key_value_name field.

func ByRegistryKeyValueType

func ByRegistryKeyValueType(opts ...sql.OrderTermOption) OrderOption

ByRegistryKeyValueType orders the results by the registry_key_value_type field.

func ByScript

func ByScript(opts ...sql.OrderTermOption) OrderOption

ByScript orders the results by the script field.

func ByScriptCreates

func ByScriptCreates(opts ...sql.OrderTermOption) OrderOption

ByScriptCreates orders the results by the script_creates field.

func ByScriptExecutable

func ByScriptExecutable(opts ...sql.OrderTermOption) OrderOption

ByScriptExecutable orders the results by the script_executable field.

func ByScriptRun

func ByScriptRun(opts ...sql.OrderTermOption) OrderOption

ByScriptRun orders the results by the script_run field.

func ByTags

func ByTags(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByTags orders the results by tags terms.

func ByTagsCount

func ByTagsCount(opts ...sql.OrderTermOption) OrderOption

ByTagsCount orders the results by tags count.

func ByType

func ByType(opts ...sql.OrderTermOption) OrderOption

ByType orders the results by the type field.

func ByVersion

func ByVersion(opts ...sql.OrderTermOption) OrderOption

ByVersion orders the results by the version field.

func ByWhen

func ByWhen(opts ...sql.OrderTermOption) OrderOption

ByWhen orders the results by the when field.

type RegistryKeyValueType

type RegistryKeyValueType string

RegistryKeyValueType defines the type for the "registry_key_value_type" enum field.

const (
	RegistryKeyValueTypeString       RegistryKeyValueType = "String"
	RegistryKeyValueTypeBinary       RegistryKeyValueType = "Binary"
	RegistryKeyValueTypeDWord        RegistryKeyValueType = "DWord"
	RegistryKeyValueTypeQWord        RegistryKeyValueType = "QWord"
	RegistryKeyValueTypeMultiString  RegistryKeyValueType = "MultiString"
	RegistryKeyValueTypeExpandString RegistryKeyValueType = "ExpandString"
)

RegistryKeyValueType values.

func (RegistryKeyValueType) String

func (rkvt RegistryKeyValueType) String() string

type ScriptRun

type ScriptRun string

ScriptRun defines the type for the "script_run" enum field.

const (
	ScriptRunOnce   ScriptRun = "once"
	ScriptRunAlways ScriptRun = "always"
)

ScriptRun values.

func (ScriptRun) String

func (sr ScriptRun) String() string

type Type

type Type string

Type defines the type for the "type" enum field.

const (
	TypeWingetInstall                 Type = "winget_install"
	TypeWingetUpdate                  Type = "winget_update"
	TypeWingetDelete                  Type = "winget_delete"
	TypeAddRegistryKey                Type = "add_registry_key"
	TypeUpdateRegistryKeyDefaultValue Type = "update_registry_key_default_value"
	TypeAddRegistryKeyValue           Type = "add_registry_key_value"
	TypeRemoveRegistryKey             Type = "remove_registry_key"
	TypeRemoveRegistryKeyValue        Type = "remove_registry_key_value"
	TypeAddLocalUser                  Type = "add_local_user"
	TypeRemoveLocalUser               Type = "remove_local_user"
	TypeAddUnixLocalUser              Type = "add_unix_local_user"
	TypeModifyUnixLocalUser           Type = "modify_unix_local_user"
	TypeRemoveUnixLocalUser           Type = "remove_unix_local_user"
	TypeAddMacosLocalUser             Type = "add_macos_local_user"
	TypeRemoveMacosLocalUser          Type = "remove_macos_local_user"
	TypeAddLocalGroup                 Type = "add_local_group"
	TypeRemoveLocalGroup              Type = "remove_local_group"
	TypeAddUnixLocalGroup             Type = "add_unix_local_group"
	TypeRemoveUnixLocalGroup          Type = "remove_unix_local_group"
	TypeAddUsersToLocalGroup          Type = "add_users_to_local_group"
	TypeRemoveUsersFromLocalGroup     Type = "remove_users_from_local_group"
	TypeMsiInstall                    Type = "msi_install"
	TypeMsiUninstall                  Type = "msi_uninstall"
	TypePowershellScript              Type = "powershell_script"
	TypeUnixScript                    Type = "unix_script"
	TypeFlatpakInstall                Type = "flatpak_install"
	TypeFlatpakUninstall              Type = "flatpak_uninstall"
	TypeBrewFormulaInstall            Type = "brew_formula_install"
	TypeBrewFormulaUpgrade            Type = "brew_formula_upgrade"
	TypeBrewFormulaUninstall          Type = "brew_formula_uninstall"
	TypeBrewCaskInstall               Type = "brew_cask_install"
	TypeBrewCaskUpgrade               Type = "brew_cask_upgrade"
	TypeBrewCaskUninstall             Type = "brew_cask_uninstall"
	TypeAptInstall                    Type = "apt_install"
	TypeAptUpdate                     Type = "apt_update"
	TypeAptRemove                     Type = "apt_remove"
	TypeAptUpdateAll                  Type = "apt_update_all"
	TypeAptUpgradeOs                  Type = "apt_upgrade_os"
)

Type values.

func (Type) String

func (_type Type) String() string

Jump to

Keyboard shortcuts

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