Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FunctionDefinitionVersion) predicate.FunctionDefinitionVersion
- func CreatedAt(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtEQ(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtGT(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtGTE(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtIn(vs ...time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtLT(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtLTE(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtNEQ(v time.Time) predicate.FunctionDefinitionVersion
- func CreatedAtNotIn(vs ...time.Time) predicate.FunctionDefinitionVersion
- func Entrypoint(v string) predicate.FunctionDefinitionVersion
- func EntrypointContains(v string) predicate.FunctionDefinitionVersion
- func EntrypointContainsFold(v string) predicate.FunctionDefinitionVersion
- func EntrypointEQ(v string) predicate.FunctionDefinitionVersion
- func EntrypointEqualFold(v string) predicate.FunctionDefinitionVersion
- func EntrypointGT(v string) predicate.FunctionDefinitionVersion
- func EntrypointGTE(v string) predicate.FunctionDefinitionVersion
- func EntrypointHasPrefix(v string) predicate.FunctionDefinitionVersion
- func EntrypointHasSuffix(v string) predicate.FunctionDefinitionVersion
- func EntrypointIn(vs ...string) predicate.FunctionDefinitionVersion
- func EntrypointLT(v string) predicate.FunctionDefinitionVersion
- func EntrypointLTE(v string) predicate.FunctionDefinitionVersion
- func EntrypointNEQ(v string) predicate.FunctionDefinitionVersion
- func EntrypointNotIn(vs ...string) predicate.FunctionDefinitionVersion
- func FunctionName(v string) predicate.FunctionDefinitionVersion
- func FunctionNameContains(v string) predicate.FunctionDefinitionVersion
- func FunctionNameContainsFold(v string) predicate.FunctionDefinitionVersion
- func FunctionNameEQ(v string) predicate.FunctionDefinitionVersion
- func FunctionNameEqualFold(v string) predicate.FunctionDefinitionVersion
- func FunctionNameGT(v string) predicate.FunctionDefinitionVersion
- func FunctionNameGTE(v string) predicate.FunctionDefinitionVersion
- func FunctionNameHasPrefix(v string) predicate.FunctionDefinitionVersion
- func FunctionNameHasSuffix(v string) predicate.FunctionDefinitionVersion
- func FunctionNameIn(vs ...string) predicate.FunctionDefinitionVersion
- func FunctionNameLT(v string) predicate.FunctionDefinitionVersion
- func FunctionNameLTE(v string) predicate.FunctionDefinitionVersion
- func FunctionNameNEQ(v string) predicate.FunctionDefinitionVersion
- func FunctionNameNotIn(vs ...string) predicate.FunctionDefinitionVersion
- func ID(id int64) predicate.FunctionDefinitionVersion
- func IDEQ(id int64) predicate.FunctionDefinitionVersion
- func IDGT(id int64) predicate.FunctionDefinitionVersion
- func IDGTE(id int64) predicate.FunctionDefinitionVersion
- func IDIn(ids ...int64) predicate.FunctionDefinitionVersion
- func IDLT(id int64) predicate.FunctionDefinitionVersion
- func IDLTE(id int64) predicate.FunctionDefinitionVersion
- func IDNEQ(id int64) predicate.FunctionDefinitionVersion
- func IDNotIn(ids ...int64) predicate.FunctionDefinitionVersion
- func Metadata(v string) predicate.FunctionDefinitionVersion
- func MetadataContains(v string) predicate.FunctionDefinitionVersion
- func MetadataContainsFold(v string) predicate.FunctionDefinitionVersion
- func MetadataEQ(v string) predicate.FunctionDefinitionVersion
- func MetadataEqualFold(v string) predicate.FunctionDefinitionVersion
- func MetadataGT(v string) predicate.FunctionDefinitionVersion
- func MetadataGTE(v string) predicate.FunctionDefinitionVersion
- func MetadataHasPrefix(v string) predicate.FunctionDefinitionVersion
- func MetadataHasSuffix(v string) predicate.FunctionDefinitionVersion
- func MetadataIn(vs ...string) predicate.FunctionDefinitionVersion
- func MetadataLT(v string) predicate.FunctionDefinitionVersion
- func MetadataLTE(v string) predicate.FunctionDefinitionVersion
- func MetadataNEQ(v string) predicate.FunctionDefinitionVersion
- func MetadataNotIn(vs ...string) predicate.FunctionDefinitionVersion
- func Not(p predicate.FunctionDefinitionVersion) predicate.FunctionDefinitionVersion
- func Or(predicates ...predicate.FunctionDefinitionVersion) predicate.FunctionDefinitionVersion
- func Source(v string) predicate.FunctionDefinitionVersion
- func SourceContains(v string) predicate.FunctionDefinitionVersion
- func SourceContainsFold(v string) predicate.FunctionDefinitionVersion
- func SourceEQ(v string) predicate.FunctionDefinitionVersion
- func SourceEqualFold(v string) predicate.FunctionDefinitionVersion
- func SourceGT(v string) predicate.FunctionDefinitionVersion
- func SourceGTE(v string) predicate.FunctionDefinitionVersion
- func SourceHasPrefix(v string) predicate.FunctionDefinitionVersion
- func SourceHasSuffix(v string) predicate.FunctionDefinitionVersion
- func SourceIn(vs ...string) predicate.FunctionDefinitionVersion
- func SourceLT(v string) predicate.FunctionDefinitionVersion
- func SourceLTE(v string) predicate.FunctionDefinitionVersion
- func SourceNEQ(v string) predicate.FunctionDefinitionVersion
- func SourceNotIn(vs ...string) predicate.FunctionDefinitionVersion
- func ValidColumn(column string) bool
- func Version(v int) predicate.FunctionDefinitionVersion
- func VersionEQ(v int) predicate.FunctionDefinitionVersion
- func VersionGT(v int) predicate.FunctionDefinitionVersion
- func VersionGTE(v int) predicate.FunctionDefinitionVersion
- func VersionIn(vs ...int) predicate.FunctionDefinitionVersion
- func VersionLT(v int) predicate.FunctionDefinitionVersion
- func VersionLTE(v int) predicate.FunctionDefinitionVersion
- func VersionNEQ(v int) predicate.FunctionDefinitionVersion
- func VersionNotIn(vs ...int) predicate.FunctionDefinitionVersion
- type OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByEntrypoint(opts ...sql.OrderTermOption) OrderOption
- func ByFunctionName(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByMetadata(opts ...sql.OrderTermOption) OrderOption
- func BySource(opts ...sql.OrderTermOption) OrderOption
- func ByVersion(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the functiondefinitionversion type in the database. Label = "function_definition_version" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldFunctionName holds the string denoting the function_name field in the database. FieldFunctionName = "function_name" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // FieldMetadata holds the string denoting the metadata field in the database. FieldMetadata = "metadata" // FieldEntrypoint holds the string denoting the entrypoint field in the database. FieldEntrypoint = "entrypoint" // FieldSource holds the string denoting the source field in the database. FieldSource = "source" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // Table holds the table name of the functiondefinitionversion in the database. Table = "function_definition_versions" )
Variables ¶
var ( // FunctionNameValidator is a validator for the "function_name" field. It is called by the builders before save. FunctionNameValidator func(string) error // MetadataValidator is a validator for the "metadata" field. It is called by the builders before save. MetadataValidator func(string) error // EntrypointValidator is a validator for the "entrypoint" field. It is called by the builders before save. EntrypointValidator func(string) error // SourceValidator is a validator for the "source" field. It is called by the builders before save. SourceValidator func(string) error // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time )
var Columns = []string{ FieldID, FieldFunctionName, FieldVersion, FieldMetadata, FieldEntrypoint, FieldSource, FieldCreatedAt, }
Columns holds all SQL columns for functiondefinitionversion fields.
Functions ¶
func And ¶
func And(predicates ...predicate.FunctionDefinitionVersion) predicate.FunctionDefinitionVersion
And groups predicates with the AND operator between them.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.FunctionDefinitionVersion
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.FunctionDefinitionVersion
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.FunctionDefinitionVersion
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.FunctionDefinitionVersion
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func Entrypoint ¶
func Entrypoint(v string) predicate.FunctionDefinitionVersion
Entrypoint applies equality check predicate on the "entrypoint" field. It's identical to EntrypointEQ.
func EntrypointContains ¶
func EntrypointContains(v string) predicate.FunctionDefinitionVersion
EntrypointContains applies the Contains predicate on the "entrypoint" field.
func EntrypointContainsFold ¶
func EntrypointContainsFold(v string) predicate.FunctionDefinitionVersion
EntrypointContainsFold applies the ContainsFold predicate on the "entrypoint" field.
func EntrypointEQ ¶
func EntrypointEQ(v string) predicate.FunctionDefinitionVersion
EntrypointEQ applies the EQ predicate on the "entrypoint" field.
func EntrypointEqualFold ¶
func EntrypointEqualFold(v string) predicate.FunctionDefinitionVersion
EntrypointEqualFold applies the EqualFold predicate on the "entrypoint" field.
func EntrypointGT ¶
func EntrypointGT(v string) predicate.FunctionDefinitionVersion
EntrypointGT applies the GT predicate on the "entrypoint" field.
func EntrypointGTE ¶
func EntrypointGTE(v string) predicate.FunctionDefinitionVersion
EntrypointGTE applies the GTE predicate on the "entrypoint" field.
func EntrypointHasPrefix ¶
func EntrypointHasPrefix(v string) predicate.FunctionDefinitionVersion
EntrypointHasPrefix applies the HasPrefix predicate on the "entrypoint" field.
func EntrypointHasSuffix ¶
func EntrypointHasSuffix(v string) predicate.FunctionDefinitionVersion
EntrypointHasSuffix applies the HasSuffix predicate on the "entrypoint" field.
func EntrypointIn ¶
func EntrypointIn(vs ...string) predicate.FunctionDefinitionVersion
EntrypointIn applies the In predicate on the "entrypoint" field.
func EntrypointLT ¶
func EntrypointLT(v string) predicate.FunctionDefinitionVersion
EntrypointLT applies the LT predicate on the "entrypoint" field.
func EntrypointLTE ¶
func EntrypointLTE(v string) predicate.FunctionDefinitionVersion
EntrypointLTE applies the LTE predicate on the "entrypoint" field.
func EntrypointNEQ ¶
func EntrypointNEQ(v string) predicate.FunctionDefinitionVersion
EntrypointNEQ applies the NEQ predicate on the "entrypoint" field.
func EntrypointNotIn ¶
func EntrypointNotIn(vs ...string) predicate.FunctionDefinitionVersion
EntrypointNotIn applies the NotIn predicate on the "entrypoint" field.
func FunctionName ¶
func FunctionName(v string) predicate.FunctionDefinitionVersion
FunctionName applies equality check predicate on the "function_name" field. It's identical to FunctionNameEQ.
func FunctionNameContains ¶
func FunctionNameContains(v string) predicate.FunctionDefinitionVersion
FunctionNameContains applies the Contains predicate on the "function_name" field.
func FunctionNameContainsFold ¶
func FunctionNameContainsFold(v string) predicate.FunctionDefinitionVersion
FunctionNameContainsFold applies the ContainsFold predicate on the "function_name" field.
func FunctionNameEQ ¶
func FunctionNameEQ(v string) predicate.FunctionDefinitionVersion
FunctionNameEQ applies the EQ predicate on the "function_name" field.
func FunctionNameEqualFold ¶
func FunctionNameEqualFold(v string) predicate.FunctionDefinitionVersion
FunctionNameEqualFold applies the EqualFold predicate on the "function_name" field.
func FunctionNameGT ¶
func FunctionNameGT(v string) predicate.FunctionDefinitionVersion
FunctionNameGT applies the GT predicate on the "function_name" field.
func FunctionNameGTE ¶
func FunctionNameGTE(v string) predicate.FunctionDefinitionVersion
FunctionNameGTE applies the GTE predicate on the "function_name" field.
func FunctionNameHasPrefix ¶
func FunctionNameHasPrefix(v string) predicate.FunctionDefinitionVersion
FunctionNameHasPrefix applies the HasPrefix predicate on the "function_name" field.
func FunctionNameHasSuffix ¶
func FunctionNameHasSuffix(v string) predicate.FunctionDefinitionVersion
FunctionNameHasSuffix applies the HasSuffix predicate on the "function_name" field.
func FunctionNameIn ¶
func FunctionNameIn(vs ...string) predicate.FunctionDefinitionVersion
FunctionNameIn applies the In predicate on the "function_name" field.
func FunctionNameLT ¶
func FunctionNameLT(v string) predicate.FunctionDefinitionVersion
FunctionNameLT applies the LT predicate on the "function_name" field.
func FunctionNameLTE ¶
func FunctionNameLTE(v string) predicate.FunctionDefinitionVersion
FunctionNameLTE applies the LTE predicate on the "function_name" field.
func FunctionNameNEQ ¶
func FunctionNameNEQ(v string) predicate.FunctionDefinitionVersion
FunctionNameNEQ applies the NEQ predicate on the "function_name" field.
func FunctionNameNotIn ¶
func FunctionNameNotIn(vs ...string) predicate.FunctionDefinitionVersion
FunctionNameNotIn applies the NotIn predicate on the "function_name" field.
func ID ¶
func ID(id int64) predicate.FunctionDefinitionVersion
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id int64) predicate.FunctionDefinitionVersion
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id int64) predicate.FunctionDefinitionVersion
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id int64) predicate.FunctionDefinitionVersion
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...int64) predicate.FunctionDefinitionVersion
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id int64) predicate.FunctionDefinitionVersion
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id int64) predicate.FunctionDefinitionVersion
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id int64) predicate.FunctionDefinitionVersion
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...int64) predicate.FunctionDefinitionVersion
IDNotIn applies the NotIn predicate on the ID field.
func Metadata ¶
func Metadata(v string) predicate.FunctionDefinitionVersion
Metadata applies equality check predicate on the "metadata" field. It's identical to MetadataEQ.
func MetadataContains ¶
func MetadataContains(v string) predicate.FunctionDefinitionVersion
MetadataContains applies the Contains predicate on the "metadata" field.
func MetadataContainsFold ¶
func MetadataContainsFold(v string) predicate.FunctionDefinitionVersion
MetadataContainsFold applies the ContainsFold predicate on the "metadata" field.
func MetadataEQ ¶
func MetadataEQ(v string) predicate.FunctionDefinitionVersion
MetadataEQ applies the EQ predicate on the "metadata" field.
func MetadataEqualFold ¶
func MetadataEqualFold(v string) predicate.FunctionDefinitionVersion
MetadataEqualFold applies the EqualFold predicate on the "metadata" field.
func MetadataGT ¶
func MetadataGT(v string) predicate.FunctionDefinitionVersion
MetadataGT applies the GT predicate on the "metadata" field.
func MetadataGTE ¶
func MetadataGTE(v string) predicate.FunctionDefinitionVersion
MetadataGTE applies the GTE predicate on the "metadata" field.
func MetadataHasPrefix ¶
func MetadataHasPrefix(v string) predicate.FunctionDefinitionVersion
MetadataHasPrefix applies the HasPrefix predicate on the "metadata" field.
func MetadataHasSuffix ¶
func MetadataHasSuffix(v string) predicate.FunctionDefinitionVersion
MetadataHasSuffix applies the HasSuffix predicate on the "metadata" field.
func MetadataIn ¶
func MetadataIn(vs ...string) predicate.FunctionDefinitionVersion
MetadataIn applies the In predicate on the "metadata" field.
func MetadataLT ¶
func MetadataLT(v string) predicate.FunctionDefinitionVersion
MetadataLT applies the LT predicate on the "metadata" field.
func MetadataLTE ¶
func MetadataLTE(v string) predicate.FunctionDefinitionVersion
MetadataLTE applies the LTE predicate on the "metadata" field.
func MetadataNEQ ¶
func MetadataNEQ(v string) predicate.FunctionDefinitionVersion
MetadataNEQ applies the NEQ predicate on the "metadata" field.
func MetadataNotIn ¶
func MetadataNotIn(vs ...string) predicate.FunctionDefinitionVersion
MetadataNotIn applies the NotIn predicate on the "metadata" field.
func Or ¶
func Or(predicates ...predicate.FunctionDefinitionVersion) predicate.FunctionDefinitionVersion
Or groups predicates with the OR operator between them.
func Source ¶
func Source(v string) predicate.FunctionDefinitionVersion
Source applies equality check predicate on the "source" field. It's identical to SourceEQ.
func SourceContains ¶
func SourceContains(v string) predicate.FunctionDefinitionVersion
SourceContains applies the Contains predicate on the "source" field.
func SourceContainsFold ¶
func SourceContainsFold(v string) predicate.FunctionDefinitionVersion
SourceContainsFold applies the ContainsFold predicate on the "source" field.
func SourceEQ ¶
func SourceEQ(v string) predicate.FunctionDefinitionVersion
SourceEQ applies the EQ predicate on the "source" field.
func SourceEqualFold ¶
func SourceEqualFold(v string) predicate.FunctionDefinitionVersion
SourceEqualFold applies the EqualFold predicate on the "source" field.
func SourceGT ¶
func SourceGT(v string) predicate.FunctionDefinitionVersion
SourceGT applies the GT predicate on the "source" field.
func SourceGTE ¶
func SourceGTE(v string) predicate.FunctionDefinitionVersion
SourceGTE applies the GTE predicate on the "source" field.
func SourceHasPrefix ¶
func SourceHasPrefix(v string) predicate.FunctionDefinitionVersion
SourceHasPrefix applies the HasPrefix predicate on the "source" field.
func SourceHasSuffix ¶
func SourceHasSuffix(v string) predicate.FunctionDefinitionVersion
SourceHasSuffix applies the HasSuffix predicate on the "source" field.
func SourceIn ¶
func SourceIn(vs ...string) predicate.FunctionDefinitionVersion
SourceIn applies the In predicate on the "source" field.
func SourceLT ¶
func SourceLT(v string) predicate.FunctionDefinitionVersion
SourceLT applies the LT predicate on the "source" field.
func SourceLTE ¶
func SourceLTE(v string) predicate.FunctionDefinitionVersion
SourceLTE applies the LTE predicate on the "source" field.
func SourceNEQ ¶
func SourceNEQ(v string) predicate.FunctionDefinitionVersion
SourceNEQ applies the NEQ predicate on the "source" field.
func SourceNotIn ¶
func SourceNotIn(vs ...string) predicate.FunctionDefinitionVersion
SourceNotIn applies the NotIn predicate on the "source" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func Version ¶
func Version(v int) predicate.FunctionDefinitionVersion
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionEQ ¶
func VersionEQ(v int) predicate.FunctionDefinitionVersion
VersionEQ applies the EQ predicate on the "version" field.
func VersionGT ¶
func VersionGT(v int) predicate.FunctionDefinitionVersion
VersionGT applies the GT predicate on the "version" field.
func VersionGTE ¶
func VersionGTE(v int) predicate.FunctionDefinitionVersion
VersionGTE applies the GTE predicate on the "version" field.
func VersionIn ¶
func VersionIn(vs ...int) predicate.FunctionDefinitionVersion
VersionIn applies the In predicate on the "version" field.
func VersionLT ¶
func VersionLT(v int) predicate.FunctionDefinitionVersion
VersionLT applies the LT predicate on the "version" field.
func VersionLTE ¶
func VersionLTE(v int) predicate.FunctionDefinitionVersion
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
func VersionNEQ(v int) predicate.FunctionDefinitionVersion
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
func VersionNotIn(vs ...int) predicate.FunctionDefinitionVersion
VersionNotIn applies the NotIn predicate on the "version" field.
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the FunctionDefinitionVersion queries.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByEntrypoint ¶
func ByEntrypoint(opts ...sql.OrderTermOption) OrderOption
ByEntrypoint orders the results by the entrypoint field.
func ByFunctionName ¶
func ByFunctionName(opts ...sql.OrderTermOption) OrderOption
ByFunctionName orders the results by the function_name field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByMetadata ¶
func ByMetadata(opts ...sql.OrderTermOption) OrderOption
ByMetadata orders the results by the metadata field.
func BySource ¶
func BySource(opts ...sql.OrderTermOption) OrderOption
BySource orders the results by the source field.
func ByVersion ¶
func ByVersion(opts ...sql.OrderTermOption) OrderOption
ByVersion orders the results by the version field.