Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Agent) predicate.Agent
- func ClusterId(v uint) predicate.Agent
- func ClusterIdEQ(v uint) predicate.Agent
- func ClusterIdGT(v uint) predicate.Agent
- func ClusterIdGTE(v uint) predicate.Agent
- func ClusterIdIn(vs ...uint) predicate.Agent
- func ClusterIdLT(v uint) predicate.Agent
- func ClusterIdLTE(v uint) predicate.Agent
- func ClusterIdNEQ(v uint) predicate.Agent
- func ClusterIdNotIn(vs ...uint) predicate.Agent
- func CreatedAt(v time.Time) predicate.Agent
- func CreatedAtEQ(v time.Time) predicate.Agent
- func CreatedAtGT(v time.Time) predicate.Agent
- func CreatedAtGTE(v time.Time) predicate.Agent
- func CreatedAtIn(vs ...time.Time) predicate.Agent
- func CreatedAtLT(v time.Time) predicate.Agent
- func CreatedAtLTE(v time.Time) predicate.Agent
- func CreatedAtNEQ(v time.Time) predicate.Agent
- func CreatedAtNotIn(vs ...time.Time) predicate.Agent
- func DeletedAt(v time.Time) predicate.Agent
- func DeletedAtEQ(v time.Time) predicate.Agent
- func DeletedAtGT(v time.Time) predicate.Agent
- func DeletedAtGTE(v time.Time) predicate.Agent
- func DeletedAtIn(vs ...time.Time) predicate.Agent
- func DeletedAtLT(v time.Time) predicate.Agent
- func DeletedAtLTE(v time.Time) predicate.Agent
- func DeletedAtNEQ(v time.Time) predicate.Agent
- func DeletedAtNotIn(vs ...time.Time) predicate.Agent
- func Description(v string) predicate.Agent
- func DescriptionContains(v string) predicate.Agent
- func DescriptionContainsFold(v string) predicate.Agent
- func DescriptionEQ(v string) predicate.Agent
- func DescriptionEqualFold(v string) predicate.Agent
- func DescriptionGT(v string) predicate.Agent
- func DescriptionGTE(v string) predicate.Agent
- func DescriptionHasPrefix(v string) predicate.Agent
- func DescriptionHasSuffix(v string) predicate.Agent
- func DescriptionIn(vs ...string) predicate.Agent
- func DescriptionLT(v string) predicate.Agent
- func DescriptionLTE(v string) predicate.Agent
- func DescriptionNEQ(v string) predicate.Agent
- func DescriptionNotIn(vs ...string) predicate.Agent
- func Disabled(v bool) predicate.Agent
- func DisabledEQ(v bool) predicate.Agent
- func DisabledNEQ(v bool) predicate.Agent
- func HasNode() predicate.Agent
- func HasNodeWith(preds ...predicate.Node) predicate.Agent
- func HasOwner() predicate.Agent
- func HasOwnerWith(preds ...predicate.Cluster) predicate.Agent
- func ID(id uint) predicate.Agent
- func IDEQ(id uint) predicate.Agent
- func IDGT(id uint) predicate.Agent
- func IDGTE(id uint) predicate.Agent
- func IDIn(ids ...uint) predicate.Agent
- func IDLT(id uint) predicate.Agent
- func IDLTE(id uint) predicate.Agent
- func IDNEQ(id uint) predicate.Agent
- func IDNotIn(ids ...uint) predicate.Agent
- func Ipv4(v string) predicate.Agent
- func Ipv4Contains(v string) predicate.Agent
- func Ipv4ContainsFold(v string) predicate.Agent
- func Ipv4EQ(v string) predicate.Agent
- func Ipv4EqualFold(v string) predicate.Agent
- func Ipv4GT(v string) predicate.Agent
- func Ipv4GTE(v string) predicate.Agent
- func Ipv4HasPrefix(v string) predicate.Agent
- func Ipv4HasSuffix(v string) predicate.Agent
- func Ipv4In(vs ...string) predicate.Agent
- func Ipv4LT(v string) predicate.Agent
- func Ipv4LTE(v string) predicate.Agent
- func Ipv4NEQ(v string) predicate.Agent
- func Ipv4NotIn(vs ...string) predicate.Agent
- func Ipv6(v string) predicate.Agent
- func Ipv6Contains(v string) predicate.Agent
- func Ipv6ContainsFold(v string) predicate.Agent
- func Ipv6EQ(v string) predicate.Agent
- func Ipv6EqualFold(v string) predicate.Agent
- func Ipv6GT(v string) predicate.Agent
- func Ipv6GTE(v string) predicate.Agent
- func Ipv6HasPrefix(v string) predicate.Agent
- func Ipv6HasSuffix(v string) predicate.Agent
- func Ipv6In(vs ...string) predicate.Agent
- func Ipv6LT(v string) predicate.Agent
- func Ipv6LTE(v string) predicate.Agent
- func Ipv6NEQ(v string) predicate.Agent
- func Ipv6NotIn(vs ...string) predicate.Agent
- func LastContact(v time.Time) predicate.Agent
- func LastContactEQ(v time.Time) predicate.Agent
- func LastContactGT(v time.Time) predicate.Agent
- func LastContactGTE(v time.Time) predicate.Agent
- func LastContactIn(vs ...time.Time) predicate.Agent
- func LastContactLT(v time.Time) predicate.Agent
- func LastContactLTE(v time.Time) predicate.Agent
- func LastContactNEQ(v time.Time) predicate.Agent
- func LastContactNotIn(vs ...time.Time) predicate.Agent
- func MachineId(v string) predicate.Agent
- func MachineIdContains(v string) predicate.Agent
- func MachineIdContainsFold(v string) predicate.Agent
- func MachineIdEQ(v string) predicate.Agent
- func MachineIdEqualFold(v string) predicate.Agent
- func MachineIdGT(v string) predicate.Agent
- func MachineIdGTE(v string) predicate.Agent
- func MachineIdHasPrefix(v string) predicate.Agent
- func MachineIdHasSuffix(v string) predicate.Agent
- func MachineIdIn(vs ...string) predicate.Agent
- func MachineIdLT(v string) predicate.Agent
- func MachineIdLTE(v string) predicate.Agent
- func MachineIdNEQ(v string) predicate.Agent
- func MachineIdNotIn(vs ...string) predicate.Agent
- func Not(p predicate.Agent) predicate.Agent
- func Online(v bool) predicate.Agent
- func OnlineEQ(v bool) predicate.Agent
- func OnlineNEQ(v bool) predicate.Agent
- func Or(predicates ...predicate.Agent) predicate.Agent
- func PublicIpv4(v string) predicate.Agent
- func PublicIpv4Contains(v string) predicate.Agent
- func PublicIpv4ContainsFold(v string) predicate.Agent
- func PublicIpv4EQ(v string) predicate.Agent
- func PublicIpv4EqualFold(v string) predicate.Agent
- func PublicIpv4GT(v string) predicate.Agent
- func PublicIpv4GTE(v string) predicate.Agent
- func PublicIpv4HasPrefix(v string) predicate.Agent
- func PublicIpv4HasSuffix(v string) predicate.Agent
- func PublicIpv4In(vs ...string) predicate.Agent
- func PublicIpv4LT(v string) predicate.Agent
- func PublicIpv4LTE(v string) predicate.Agent
- func PublicIpv4NEQ(v string) predicate.Agent
- func PublicIpv4NotIn(vs ...string) predicate.Agent
- func PublicIpv6(v string) predicate.Agent
- func PublicIpv6Contains(v string) predicate.Agent
- func PublicIpv6ContainsFold(v string) predicate.Agent
- func PublicIpv6EQ(v string) predicate.Agent
- func PublicIpv6EqualFold(v string) predicate.Agent
- func PublicIpv6GT(v string) predicate.Agent
- func PublicIpv6GTE(v string) predicate.Agent
- func PublicIpv6HasPrefix(v string) predicate.Agent
- func PublicIpv6HasSuffix(v string) predicate.Agent
- func PublicIpv6In(vs ...string) predicate.Agent
- func PublicIpv6LT(v string) predicate.Agent
- func PublicIpv6LTE(v string) predicate.Agent
- func PublicIpv6NEQ(v string) predicate.Agent
- func PublicIpv6NotIn(vs ...string) predicate.Agent
- func UUID(v string) predicate.Agent
- func UUIDContains(v string) predicate.Agent
- func UUIDContainsFold(v string) predicate.Agent
- func UUIDEQ(v string) predicate.Agent
- func UUIDEqualFold(v string) predicate.Agent
- func UUIDGT(v string) predicate.Agent
- func UUIDGTE(v string) predicate.Agent
- func UUIDHasPrefix(v string) predicate.Agent
- func UUIDHasSuffix(v string) predicate.Agent
- func UUIDIn(vs ...string) predicate.Agent
- func UUIDLT(v string) predicate.Agent
- func UUIDLTE(v string) predicate.Agent
- func UUIDNEQ(v string) predicate.Agent
- func UUIDNotIn(vs ...string) predicate.Agent
- func UpdatedAt(v time.Time) predicate.Agent
- func UpdatedAtEQ(v time.Time) predicate.Agent
- func UpdatedAtGT(v time.Time) predicate.Agent
- func UpdatedAtGTE(v time.Time) predicate.Agent
- func UpdatedAtIn(vs ...time.Time) predicate.Agent
- func UpdatedAtLT(v time.Time) predicate.Agent
- func UpdatedAtLTE(v time.Time) predicate.Agent
- func UpdatedAtNEQ(v time.Time) predicate.Agent
- func UpdatedAtNotIn(vs ...time.Time) predicate.Agent
- func ValidColumn(column string) bool
- func Version(v string) predicate.Agent
- func VersionContains(v string) predicate.Agent
- func VersionContainsFold(v string) predicate.Agent
- func VersionEQ(v string) predicate.Agent
- func VersionEqualFold(v string) predicate.Agent
- func VersionGT(v string) predicate.Agent
- func VersionGTE(v string) predicate.Agent
- func VersionHasPrefix(v string) predicate.Agent
- func VersionHasSuffix(v string) predicate.Agent
- func VersionIn(vs ...string) predicate.Agent
- func VersionLT(v string) predicate.Agent
- func VersionLTE(v string) predicate.Agent
- func VersionNEQ(v string) predicate.Agent
- func VersionNotIn(vs ...string) predicate.Agent
Constants ¶
const ( // Label holds the string label denoting the agent type in the database. Label = "agent" // 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" // FieldOnline holds the string denoting the online field in the database. FieldOnline = "online" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // 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" // FieldLastContact holds the string denoting the last_contact field in the database. FieldLastContact = "last_contact" // FieldDisabled holds the string denoting the disabled field in the database. FieldDisabled = "disabled" // FieldUUID holds the string denoting the uuid field in the database. FieldUUID = "uuid" // FieldMachineId holds the string denoting the machineid field in the database. FieldMachineId = "machine_id" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldClusterId holds the string denoting the clusterid field in the database. FieldClusterId = "cluster_id" // EdgeNode holds the string denoting the node edge name in mutations. EdgeNode = "node" // EdgeOwner holds the string denoting the owner edge name in mutations. EdgeOwner = "owner" // Table holds the table name of the agent in the database. Table = "agents" // NodeTable is the table that holds the node relation/edge. NodeTable = "nodes" // NodeInverseTable is the table name for the Node entity. // It exists in this package in order to avoid circular dependency with the "node" package. NodeInverseTable = "nodes" // NodeColumn is the table column denoting the node relation/edge. NodeColumn = "agent_node" // OwnerTable is the table that holds the owner relation/edge. OwnerTable = "agents" // 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_agents" )
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 // VersionValidator is a validator for the "version" field. It is called by the builders before save. VersionValidator 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 // DefaultLastContact holds the default value on creation for the "last_contact" field. DefaultLastContact func() time.Time // UUIDValidator is a validator for the "uuid" field. It is called by the builders before save. UUIDValidator func(string) error // MachineIdValidator is a validator for the "machineId" field. It is called by the builders before save. MachineIdValidator func(string) error )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldDeletedAt, FieldOnline, FieldVersion, FieldIpv4, FieldIpv6, FieldPublicIpv4, FieldPublicIpv6, FieldLastContact, FieldDisabled, FieldUUID, FieldMachineId, FieldDescription, FieldClusterId, }
Columns holds all SQL columns for agent fields.
var ForeignKeys = []string{
"cluster_agents",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "agents" table and are not defined as standalone fields in the schema.
Functions ¶
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 HasNodeWith ¶
HasNodeWith applies the HasEdge predicate on the "node" 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 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 LastContact ¶
LastContact applies equality check predicate on the "last_contact" field. It's identical to LastContactEQ.
func LastContactEQ ¶
LastContactEQ applies the EQ predicate on the "last_contact" field.
func LastContactGT ¶
LastContactGT applies the GT predicate on the "last_contact" field.
func LastContactGTE ¶
LastContactGTE applies the GTE predicate on the "last_contact" field.
func LastContactIn ¶
LastContactIn applies the In predicate on the "last_contact" field.
func LastContactLT ¶
LastContactLT applies the LT predicate on the "last_contact" field.
func LastContactLTE ¶
LastContactLTE applies the LTE predicate on the "last_contact" field.
func LastContactNEQ ¶
LastContactNEQ applies the NEQ predicate on the "last_contact" field.
func LastContactNotIn ¶
LastContactNotIn applies the NotIn predicate on the "last_contact" field.
func MachineId ¶
MachineId applies equality check predicate on the "machineId" field. It's identical to MachineIdEQ.
func MachineIdContains ¶
MachineIdContains applies the Contains predicate on the "machineId" field.
func MachineIdContainsFold ¶
MachineIdContainsFold applies the ContainsFold predicate on the "machineId" field.
func MachineIdEQ ¶
MachineIdEQ applies the EQ predicate on the "machineId" field.
func MachineIdEqualFold ¶
MachineIdEqualFold applies the EqualFold predicate on the "machineId" field.
func MachineIdGT ¶
MachineIdGT applies the GT predicate on the "machineId" field.
func MachineIdGTE ¶
MachineIdGTE applies the GTE predicate on the "machineId" field.
func MachineIdHasPrefix ¶
MachineIdHasPrefix applies the HasPrefix predicate on the "machineId" field.
func MachineIdHasSuffix ¶
MachineIdHasSuffix applies the HasSuffix predicate on the "machineId" field.
func MachineIdIn ¶
MachineIdIn applies the In predicate on the "machineId" field.
func MachineIdLT ¶
MachineIdLT applies the LT predicate on the "machineId" field.
func MachineIdLTE ¶
MachineIdLTE applies the LTE predicate on the "machineId" field.
func MachineIdNEQ ¶
MachineIdNEQ applies the NEQ predicate on the "machineId" field.
func MachineIdNotIn ¶
MachineIdNotIn applies the NotIn predicate on the "machineId" field.
func Online ¶
Online applies equality check predicate on the "online" field. It's identical to OnlineEQ.
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).
func Version ¶
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionContains ¶
VersionContains applies the Contains predicate on the "version" field.
func VersionContainsFold ¶
VersionContainsFold applies the ContainsFold predicate on the "version" field.
func VersionEqualFold ¶
VersionEqualFold applies the EqualFold predicate on the "version" field.
func VersionGTE ¶
VersionGTE applies the GTE predicate on the "version" field.
func VersionHasPrefix ¶
VersionHasPrefix applies the HasPrefix predicate on the "version" field.
func VersionHasSuffix ¶
VersionHasSuffix applies the HasSuffix predicate on the "version" field.
func VersionLTE ¶
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
VersionNotIn applies the NotIn predicate on the "version" field.
Types ¶
This section is empty.