Documentation
¶
Index ¶
- Constants
- Variables
- func AgentId(v uint) predicate.Node
- func AgentIdEQ(v uint) predicate.Node
- func AgentIdGT(v uint) predicate.Node
- func AgentIdGTE(v uint) predicate.Node
- func AgentIdIn(vs ...uint) predicate.Node
- func AgentIdLT(v uint) predicate.Node
- func AgentIdLTE(v uint) predicate.Node
- func AgentIdNEQ(v uint) predicate.Node
- func AgentIdNotIn(vs ...uint) predicate.Node
- func And(predicates ...predicate.Node) predicate.Node
- func ClusterId(v uint) predicate.Node
- func ClusterIdEQ(v uint) predicate.Node
- func ClusterIdGT(v uint) predicate.Node
- func ClusterIdGTE(v uint) predicate.Node
- func ClusterIdIn(vs ...uint) predicate.Node
- func ClusterIdLT(v uint) predicate.Node
- func ClusterIdLTE(v uint) predicate.Node
- func ClusterIdNEQ(v uint) predicate.Node
- func ClusterIdNotIn(vs ...uint) predicate.Node
- func CreatedAt(v time.Time) predicate.Node
- func CreatedAtEQ(v time.Time) predicate.Node
- func CreatedAtGT(v time.Time) predicate.Node
- func CreatedAtGTE(v time.Time) predicate.Node
- func CreatedAtIn(vs ...time.Time) predicate.Node
- func CreatedAtLT(v time.Time) predicate.Node
- func CreatedAtLTE(v time.Time) predicate.Node
- func CreatedAtNEQ(v time.Time) predicate.Node
- func CreatedAtNotIn(vs ...time.Time) predicate.Node
- func DeletedAt(v time.Time) predicate.Node
- func DeletedAtEQ(v time.Time) predicate.Node
- func DeletedAtGT(v time.Time) predicate.Node
- func DeletedAtGTE(v time.Time) predicate.Node
- func DeletedAtIn(vs ...time.Time) predicate.Node
- func DeletedAtLT(v time.Time) predicate.Node
- func DeletedAtLTE(v time.Time) predicate.Node
- func DeletedAtNEQ(v time.Time) predicate.Node
- func DeletedAtNotIn(vs ...time.Time) predicate.Node
- func Description(v string) predicate.Node
- func DescriptionContains(v string) predicate.Node
- func DescriptionContainsFold(v string) predicate.Node
- func DescriptionEQ(v string) predicate.Node
- func DescriptionEqualFold(v string) predicate.Node
- func DescriptionGT(v string) predicate.Node
- func DescriptionGTE(v string) predicate.Node
- func DescriptionHasPrefix(v string) predicate.Node
- func DescriptionHasSuffix(v string) predicate.Node
- func DescriptionIn(vs ...string) predicate.Node
- func DescriptionLT(v string) predicate.Node
- func DescriptionLTE(v string) predicate.Node
- func DescriptionNEQ(v string) predicate.Node
- func DescriptionNotIn(vs ...string) predicate.Node
- func Disabled(v bool) predicate.Node
- func DisabledEQ(v bool) predicate.Node
- func DisabledNEQ(v bool) predicate.Node
- func HasContainers() predicate.Node
- func HasContainersWith(preds ...predicate.Container) predicate.Node
- func HasOwner() predicate.Node
- func HasOwnerWith(preds ...predicate.Cluster) predicate.Node
- func HasProcess() predicate.Node
- func HasProcessWith(preds ...predicate.Proces) predicate.Node
- func Host(v string) predicate.Node
- func HostContains(v string) predicate.Node
- func HostContainsFold(v string) predicate.Node
- func HostEQ(v string) predicate.Node
- func HostEqualFold(v string) predicate.Node
- func HostGT(v string) predicate.Node
- func HostGTE(v string) predicate.Node
- func HostHasPrefix(v string) predicate.Node
- func HostHasSuffix(v string) predicate.Node
- func HostIn(vs ...string) predicate.Node
- func HostLT(v string) predicate.Node
- func HostLTE(v string) predicate.Node
- func HostNEQ(v string) predicate.Node
- func HostNotIn(vs ...string) predicate.Node
- func ID(id uint) predicate.Node
- func IDEQ(id uint) predicate.Node
- func IDGT(id uint) predicate.Node
- func IDGTE(id uint) predicate.Node
- func IDIn(ids ...uint) predicate.Node
- func IDLT(id uint) predicate.Node
- func IDLTE(id uint) predicate.Node
- func IDNEQ(id uint) predicate.Node
- func IDNotIn(ids ...uint) predicate.Node
- func Ipv4(v string) predicate.Node
- func Ipv4Contains(v string) predicate.Node
- func Ipv4ContainsFold(v string) predicate.Node
- func Ipv4EQ(v string) predicate.Node
- func Ipv4EqualFold(v string) predicate.Node
- func Ipv4GT(v string) predicate.Node
- func Ipv4GTE(v string) predicate.Node
- func Ipv4HasPrefix(v string) predicate.Node
- func Ipv4HasSuffix(v string) predicate.Node
- func Ipv4In(vs ...string) predicate.Node
- func Ipv4LT(v string) predicate.Node
- func Ipv4LTE(v string) predicate.Node
- func Ipv4NEQ(v string) predicate.Node
- func Ipv4NotIn(vs ...string) predicate.Node
- func Ipv6(v string) predicate.Node
- func Ipv6Contains(v string) predicate.Node
- func Ipv6ContainsFold(v string) predicate.Node
- func Ipv6EQ(v string) predicate.Node
- func Ipv6EqualFold(v string) predicate.Node
- func Ipv6GT(v string) predicate.Node
- func Ipv6GTE(v string) predicate.Node
- func Ipv6HasPrefix(v string) predicate.Node
- func Ipv6HasSuffix(v string) predicate.Node
- func Ipv6In(vs ...string) predicate.Node
- func Ipv6LT(v string) predicate.Node
- func Ipv6LTE(v string) predicate.Node
- func Ipv6NEQ(v string) predicate.Node
- func Ipv6NotIn(vs ...string) predicate.Node
- func Not(p predicate.Node) predicate.Node
- func Or(predicates ...predicate.Node) predicate.Node
- func Os(v string) predicate.Node
- func OsContains(v string) predicate.Node
- func OsContainsFold(v string) predicate.Node
- func OsEQ(v string) predicate.Node
- func OsEqualFold(v string) predicate.Node
- func OsGT(v string) predicate.Node
- func OsGTE(v string) predicate.Node
- func OsHasPrefix(v string) predicate.Node
- func OsHasSuffix(v string) predicate.Node
- func OsIn(vs ...string) predicate.Node
- func OsLT(v string) predicate.Node
- func OsLTE(v string) predicate.Node
- func OsNEQ(v string) predicate.Node
- func OsNotIn(vs ...string) predicate.Node
- func Platform(v string) predicate.Node
- func PlatformContains(v string) predicate.Node
- func PlatformContainsFold(v string) predicate.Node
- func PlatformEQ(v string) predicate.Node
- func PlatformEqualFold(v string) predicate.Node
- func PlatformFamily(v string) predicate.Node
- func PlatformFamilyContains(v string) predicate.Node
- func PlatformFamilyContainsFold(v string) predicate.Node
- func PlatformFamilyEQ(v string) predicate.Node
- func PlatformFamilyEqualFold(v string) predicate.Node
- func PlatformFamilyGT(v string) predicate.Node
- func PlatformFamilyGTE(v string) predicate.Node
- func PlatformFamilyHasPrefix(v string) predicate.Node
- func PlatformFamilyHasSuffix(v string) predicate.Node
- func PlatformFamilyIn(vs ...string) predicate.Node
- func PlatformFamilyLT(v string) predicate.Node
- func PlatformFamilyLTE(v string) predicate.Node
- func PlatformFamilyNEQ(v string) predicate.Node
- func PlatformFamilyNotIn(vs ...string) predicate.Node
- func PlatformGT(v string) predicate.Node
- func PlatformGTE(v string) predicate.Node
- func PlatformHasPrefix(v string) predicate.Node
- func PlatformHasSuffix(v string) predicate.Node
- func PlatformIn(vs ...string) predicate.Node
- func PlatformLT(v string) predicate.Node
- func PlatformLTE(v string) predicate.Node
- func PlatformNEQ(v string) predicate.Node
- func PlatformNotIn(vs ...string) predicate.Node
- func PublicIpv4(v string) predicate.Node
- func PublicIpv4Contains(v string) predicate.Node
- func PublicIpv4ContainsFold(v string) predicate.Node
- func PublicIpv4EQ(v string) predicate.Node
- func PublicIpv4EqualFold(v string) predicate.Node
- func PublicIpv4GT(v string) predicate.Node
- func PublicIpv4GTE(v string) predicate.Node
- func PublicIpv4HasPrefix(v string) predicate.Node
- func PublicIpv4HasSuffix(v string) predicate.Node
- func PublicIpv4In(vs ...string) predicate.Node
- func PublicIpv4LT(v string) predicate.Node
- func PublicIpv4LTE(v string) predicate.Node
- func PublicIpv4NEQ(v string) predicate.Node
- func PublicIpv4NotIn(vs ...string) predicate.Node
- func PublicIpv6(v string) predicate.Node
- func PublicIpv6Contains(v string) predicate.Node
- func PublicIpv6ContainsFold(v string) predicate.Node
- func PublicIpv6EQ(v string) predicate.Node
- func PublicIpv6EqualFold(v string) predicate.Node
- func PublicIpv6GT(v string) predicate.Node
- func PublicIpv6GTE(v string) predicate.Node
- func PublicIpv6HasPrefix(v string) predicate.Node
- func PublicIpv6HasSuffix(v string) predicate.Node
- func PublicIpv6In(vs ...string) predicate.Node
- func PublicIpv6LT(v string) predicate.Node
- func PublicIpv6LTE(v string) predicate.Node
- func PublicIpv6NEQ(v string) predicate.Node
- func PublicIpv6NotIn(vs ...string) predicate.Node
- func UUID(v string) predicate.Node
- func UUIDContains(v string) predicate.Node
- func UUIDContainsFold(v string) predicate.Node
- func UUIDEQ(v string) predicate.Node
- func UUIDEqualFold(v string) predicate.Node
- func UUIDGT(v string) predicate.Node
- func UUIDGTE(v string) predicate.Node
- func UUIDHasPrefix(v string) predicate.Node
- func UUIDHasSuffix(v string) predicate.Node
- func UUIDIn(vs ...string) predicate.Node
- func UUIDLT(v string) predicate.Node
- func UUIDLTE(v string) predicate.Node
- func UUIDNEQ(v string) predicate.Node
- func UUIDNotIn(vs ...string) predicate.Node
- func UpdatedAt(v time.Time) predicate.Node
- func UpdatedAtEQ(v time.Time) predicate.Node
- func UpdatedAtGT(v time.Time) predicate.Node
- func UpdatedAtGTE(v time.Time) predicate.Node
- func UpdatedAtIn(vs ...time.Time) predicate.Node
- func UpdatedAtLT(v time.Time) predicate.Node
- func UpdatedAtLTE(v time.Time) predicate.Node
- func UpdatedAtNEQ(v time.Time) predicate.Node
- func UpdatedAtNotIn(vs ...time.Time) predicate.Node
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the node type in the database. Label = "node" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldDeletedAt holds the string denoting the deleted_at field in the database. FieldDeletedAt = "deleted_at" // FieldHost holds the string denoting the host field in the database. FieldHost = "host" // FieldIpv4 holds the string denoting the ipv4 field in the database. FieldIpv4 = "ipv4" // FieldIpv6 holds the string denoting the ipv6 field in the database. FieldIpv6 = "ipv6" // FieldPublicIpv4 holds the string denoting the public_ipv4 field in the database. FieldPublicIpv4 = "public_ipv4" // FieldPublicIpv6 holds the string denoting the public_ipv6 field in the database. FieldPublicIpv6 = "public_ipv6" // FieldOs holds the string denoting the os field in the database. FieldOs = "os" // FieldPlatform holds the string denoting the platform field in the database. FieldPlatform = "platform" // FieldPlatformFamily holds the string denoting the platformfamily field in the database. FieldPlatformFamily = "platform_family" // FieldInfo holds the string denoting the info field in the database. FieldInfo = "info" // FieldUUID holds the string denoting the uuid field in the database. FieldUUID = "uuid" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldDisabled holds the string denoting the disabled field in the database. FieldDisabled = "disabled" // FieldAgentId holds the string denoting the agentid field in the database. FieldAgentId = "agent_id" // FieldClusterId holds the string denoting the clusterid field in the database. FieldClusterId = "cluster_id" // EdgeOwner holds the string denoting the owner edge name in mutations. EdgeOwner = "owner" // EdgeContainers holds the string denoting the containers edge name in mutations. EdgeContainers = "containers" // EdgeProcess holds the string denoting the process edge name in mutations. EdgeProcess = "process" // Table holds the table name of the node in the database. Table = "nodes" // OwnerTable is the table that holds the owner relation/edge. OwnerTable = "nodes" // OwnerInverseTable is the table name for the Cluster entity. // It exists in this package in order to avoid circular dependency with the "cluster" package. OwnerInverseTable = "clusters" // OwnerColumn is the table column denoting the owner relation/edge. OwnerColumn = "cluster_nodes" // ContainersTable is the table that holds the containers relation/edge. ContainersTable = "containers" // ContainersInverseTable is the table name for the Container entity. // It exists in this package in order to avoid circular dependency with the "container" package. ContainersInverseTable = "containers" // ContainersColumn is the table column denoting the containers relation/edge. ContainersColumn = "node_containers" // ProcessTable is the table that holds the process relation/edge. ProcessTable = "process" // ProcessInverseTable is the table name for the Proces entity. // It exists in this package in order to avoid circular dependency with the "proces" package. ProcessInverseTable = "process" // ProcessColumn is the table column denoting the process relation/edge. ProcessColumn = "node_process" )
Variables ¶
var ( // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // DefaultDeletedAt holds the default value on creation for the "deleted_at" field. DefaultDeletedAt func() time.Time // UpdateDefaultDeletedAt holds the default value on update for the "deleted_at" field. UpdateDefaultDeletedAt func() time.Time // HostValidator is a validator for the "host" field. It is called by the builders before save. HostValidator func(string) error // Ipv4Validator is a validator for the "ipv4" field. It is called by the builders before save. Ipv4Validator func(string) error // Ipv6Validator is a validator for the "ipv6" field. It is called by the builders before save. Ipv6Validator func(string) error // PublicIpv4Validator is a validator for the "public_ipv4" field. It is called by the builders before save. PublicIpv4Validator func(string) error // PublicIpv6Validator is a validator for the "public_ipv6" field. It is called by the builders before save. PublicIpv6Validator func(string) error // OsValidator is a validator for the "os" field. It is called by the builders before save. OsValidator func(string) error // PlatformValidator is a validator for the "platform" field. It is called by the builders before save. PlatformValidator func(string) error // PlatformFamilyValidator is a validator for the "platformFamily" field. It is called by the builders before save. PlatformFamilyValidator func(string) error )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldDeletedAt, FieldHost, FieldIpv4, FieldIpv6, FieldPublicIpv4, FieldPublicIpv6, FieldOs, FieldPlatform, FieldPlatformFamily, FieldInfo, FieldUUID, FieldDescription, FieldDisabled, FieldAgentId, FieldClusterId, }
Columns holds all SQL columns for node fields.
var ForeignKeys = []string{
"agent_node",
"cluster_nodes",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "nodes" table and are not defined as standalone fields in the schema.
Functions ¶
func AgentId ¶
AgentId applies equality check predicate on the "agentId" field. It's identical to AgentIdEQ.
func AgentIdGTE ¶
AgentIdGTE applies the GTE predicate on the "agentId" field.
func AgentIdLTE ¶
AgentIdLTE applies the LTE predicate on the "agentId" field.
func AgentIdNEQ ¶
AgentIdNEQ applies the NEQ predicate on the "agentId" field.
func AgentIdNotIn ¶
AgentIdNotIn applies the NotIn predicate on the "agentId" field.
func ClusterId ¶
ClusterId applies equality check predicate on the "clusterId" field. It's identical to ClusterIdEQ.
func ClusterIdEQ ¶
ClusterIdEQ applies the EQ predicate on the "clusterId" field.
func ClusterIdGT ¶
ClusterIdGT applies the GT predicate on the "clusterId" field.
func ClusterIdGTE ¶
ClusterIdGTE applies the GTE predicate on the "clusterId" field.
func ClusterIdIn ¶
ClusterIdIn applies the In predicate on the "clusterId" field.
func ClusterIdLT ¶
ClusterIdLT applies the LT predicate on the "clusterId" field.
func ClusterIdLTE ¶
ClusterIdLTE applies the LTE predicate on the "clusterId" field.
func ClusterIdNEQ ¶
ClusterIdNEQ applies the NEQ predicate on the "clusterId" field.
func ClusterIdNotIn ¶
ClusterIdNotIn applies the NotIn predicate on the "clusterId" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func DeletedAt ¶
DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.
func DeletedAtEQ ¶
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
func DeletedAtGT ¶
DeletedAtGT applies the GT predicate on the "deleted_at" field.
func DeletedAtGTE ¶
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
func DeletedAtIn ¶
DeletedAtIn applies the In predicate on the "deleted_at" field.
func DeletedAtLT ¶
DeletedAtLT applies the LT predicate on the "deleted_at" field.
func DeletedAtLTE ¶
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
func DeletedAtNEQ ¶
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
func DeletedAtNotIn ¶
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func Disabled ¶
Disabled applies equality check predicate on the "disabled" field. It's identical to DisabledEQ.
func DisabledEQ ¶
DisabledEQ applies the EQ predicate on the "disabled" field.
func DisabledNEQ ¶
DisabledNEQ applies the NEQ predicate on the "disabled" field.
func HasContainers ¶
HasContainers applies the HasEdge predicate on the "containers" edge.
func HasContainersWith ¶
HasContainersWith applies the HasEdge predicate on the "containers" edge with a given conditions (other predicates).
func HasOwnerWith ¶
HasOwnerWith applies the HasEdge predicate on the "owner" edge with a given conditions (other predicates).
func HasProcess ¶
HasProcess applies the HasEdge predicate on the "process" edge.
func HasProcessWith ¶
HasProcessWith applies the HasEdge predicate on the "process" edge with a given conditions (other predicates).
func HostContains ¶
HostContains applies the Contains predicate on the "host" field.
func HostContainsFold ¶
HostContainsFold applies the ContainsFold predicate on the "host" field.
func HostEqualFold ¶
HostEqualFold applies the EqualFold predicate on the "host" field.
func HostHasPrefix ¶
HostHasPrefix applies the HasPrefix predicate on the "host" field.
func HostHasSuffix ¶
HostHasSuffix applies the HasSuffix predicate on the "host" field.
func Ipv4Contains ¶
Ipv4Contains applies the Contains predicate on the "ipv4" field.
func Ipv4ContainsFold ¶
Ipv4ContainsFold applies the ContainsFold predicate on the "ipv4" field.
func Ipv4EqualFold ¶
Ipv4EqualFold applies the EqualFold predicate on the "ipv4" field.
func Ipv4HasPrefix ¶
Ipv4HasPrefix applies the HasPrefix predicate on the "ipv4" field.
func Ipv4HasSuffix ¶
Ipv4HasSuffix applies the HasSuffix predicate on the "ipv4" field.
func Ipv6Contains ¶
Ipv6Contains applies the Contains predicate on the "ipv6" field.
func Ipv6ContainsFold ¶
Ipv6ContainsFold applies the ContainsFold predicate on the "ipv6" field.
func Ipv6EqualFold ¶
Ipv6EqualFold applies the EqualFold predicate on the "ipv6" field.
func Ipv6HasPrefix ¶
Ipv6HasPrefix applies the HasPrefix predicate on the "ipv6" field.
func Ipv6HasSuffix ¶
Ipv6HasSuffix applies the HasSuffix predicate on the "ipv6" field.
func OsContains ¶
OsContains applies the Contains predicate on the "os" field.
func OsContainsFold ¶
OsContainsFold applies the ContainsFold predicate on the "os" field.
func OsEqualFold ¶
OsEqualFold applies the EqualFold predicate on the "os" field.
func OsHasPrefix ¶
OsHasPrefix applies the HasPrefix predicate on the "os" field.
func OsHasSuffix ¶
OsHasSuffix applies the HasSuffix predicate on the "os" field.
func Platform ¶
Platform applies equality check predicate on the "platform" field. It's identical to PlatformEQ.
func PlatformContains ¶
PlatformContains applies the Contains predicate on the "platform" field.
func PlatformContainsFold ¶
PlatformContainsFold applies the ContainsFold predicate on the "platform" field.
func PlatformEQ ¶
PlatformEQ applies the EQ predicate on the "platform" field.
func PlatformEqualFold ¶
PlatformEqualFold applies the EqualFold predicate on the "platform" field.
func PlatformFamily ¶
PlatformFamily applies equality check predicate on the "platformFamily" field. It's identical to PlatformFamilyEQ.
func PlatformFamilyContains ¶
PlatformFamilyContains applies the Contains predicate on the "platformFamily" field.
func PlatformFamilyContainsFold ¶
PlatformFamilyContainsFold applies the ContainsFold predicate on the "platformFamily" field.
func PlatformFamilyEQ ¶
PlatformFamilyEQ applies the EQ predicate on the "platformFamily" field.
func PlatformFamilyEqualFold ¶
PlatformFamilyEqualFold applies the EqualFold predicate on the "platformFamily" field.
func PlatformFamilyGT ¶
PlatformFamilyGT applies the GT predicate on the "platformFamily" field.
func PlatformFamilyGTE ¶
PlatformFamilyGTE applies the GTE predicate on the "platformFamily" field.
func PlatformFamilyHasPrefix ¶
PlatformFamilyHasPrefix applies the HasPrefix predicate on the "platformFamily" field.
func PlatformFamilyHasSuffix ¶
PlatformFamilyHasSuffix applies the HasSuffix predicate on the "platformFamily" field.
func PlatformFamilyIn ¶
PlatformFamilyIn applies the In predicate on the "platformFamily" field.
func PlatformFamilyLT ¶
PlatformFamilyLT applies the LT predicate on the "platformFamily" field.
func PlatformFamilyLTE ¶
PlatformFamilyLTE applies the LTE predicate on the "platformFamily" field.
func PlatformFamilyNEQ ¶
PlatformFamilyNEQ applies the NEQ predicate on the "platformFamily" field.
func PlatformFamilyNotIn ¶
PlatformFamilyNotIn applies the NotIn predicate on the "platformFamily" field.
func PlatformGT ¶
PlatformGT applies the GT predicate on the "platform" field.
func PlatformGTE ¶
PlatformGTE applies the GTE predicate on the "platform" field.
func PlatformHasPrefix ¶
PlatformHasPrefix applies the HasPrefix predicate on the "platform" field.
func PlatformHasSuffix ¶
PlatformHasSuffix applies the HasSuffix predicate on the "platform" field.
func PlatformIn ¶
PlatformIn applies the In predicate on the "platform" field.
func PlatformLT ¶
PlatformLT applies the LT predicate on the "platform" field.
func PlatformLTE ¶
PlatformLTE applies the LTE predicate on the "platform" field.
func PlatformNEQ ¶
PlatformNEQ applies the NEQ predicate on the "platform" field.
func PlatformNotIn ¶
PlatformNotIn applies the NotIn predicate on the "platform" field.
func PublicIpv4 ¶
PublicIpv4 applies equality check predicate on the "public_ipv4" field. It's identical to PublicIpv4EQ.
func PublicIpv4Contains ¶
PublicIpv4Contains applies the Contains predicate on the "public_ipv4" field.
func PublicIpv4ContainsFold ¶
PublicIpv4ContainsFold applies the ContainsFold predicate on the "public_ipv4" field.
func PublicIpv4EQ ¶
PublicIpv4EQ applies the EQ predicate on the "public_ipv4" field.
func PublicIpv4EqualFold ¶
PublicIpv4EqualFold applies the EqualFold predicate on the "public_ipv4" field.
func PublicIpv4GT ¶
PublicIpv4GT applies the GT predicate on the "public_ipv4" field.
func PublicIpv4GTE ¶
PublicIpv4GTE applies the GTE predicate on the "public_ipv4" field.
func PublicIpv4HasPrefix ¶
PublicIpv4HasPrefix applies the HasPrefix predicate on the "public_ipv4" field.
func PublicIpv4HasSuffix ¶
PublicIpv4HasSuffix applies the HasSuffix predicate on the "public_ipv4" field.
func PublicIpv4In ¶
PublicIpv4In applies the In predicate on the "public_ipv4" field.
func PublicIpv4LT ¶
PublicIpv4LT applies the LT predicate on the "public_ipv4" field.
func PublicIpv4LTE ¶
PublicIpv4LTE applies the LTE predicate on the "public_ipv4" field.
func PublicIpv4NEQ ¶
PublicIpv4NEQ applies the NEQ predicate on the "public_ipv4" field.
func PublicIpv4NotIn ¶
PublicIpv4NotIn applies the NotIn predicate on the "public_ipv4" field.
func PublicIpv6 ¶
PublicIpv6 applies equality check predicate on the "public_ipv6" field. It's identical to PublicIpv6EQ.
func PublicIpv6Contains ¶
PublicIpv6Contains applies the Contains predicate on the "public_ipv6" field.
func PublicIpv6ContainsFold ¶
PublicIpv6ContainsFold applies the ContainsFold predicate on the "public_ipv6" field.
func PublicIpv6EQ ¶
PublicIpv6EQ applies the EQ predicate on the "public_ipv6" field.
func PublicIpv6EqualFold ¶
PublicIpv6EqualFold applies the EqualFold predicate on the "public_ipv6" field.
func PublicIpv6GT ¶
PublicIpv6GT applies the GT predicate on the "public_ipv6" field.
func PublicIpv6GTE ¶
PublicIpv6GTE applies the GTE predicate on the "public_ipv6" field.
func PublicIpv6HasPrefix ¶
PublicIpv6HasPrefix applies the HasPrefix predicate on the "public_ipv6" field.
func PublicIpv6HasSuffix ¶
PublicIpv6HasSuffix applies the HasSuffix predicate on the "public_ipv6" field.
func PublicIpv6In ¶
PublicIpv6In applies the In predicate on the "public_ipv6" field.
func PublicIpv6LT ¶
PublicIpv6LT applies the LT predicate on the "public_ipv6" field.
func PublicIpv6LTE ¶
PublicIpv6LTE applies the LTE predicate on the "public_ipv6" field.
func PublicIpv6NEQ ¶
PublicIpv6NEQ applies the NEQ predicate on the "public_ipv6" field.
func PublicIpv6NotIn ¶
PublicIpv6NotIn applies the NotIn predicate on the "public_ipv6" field.
func UUIDContains ¶
UUIDContains applies the Contains predicate on the "uuid" field.
func UUIDContainsFold ¶
UUIDContainsFold applies the ContainsFold predicate on the "uuid" field.
func UUIDEqualFold ¶
UUIDEqualFold applies the EqualFold predicate on the "uuid" field.
func UUIDHasPrefix ¶
UUIDHasPrefix applies the HasPrefix predicate on the "uuid" field.
func UUIDHasSuffix ¶
UUIDHasSuffix applies the HasSuffix predicate on the "uuid" field.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.