Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Function) predicate.Function
- func CodeHash(v string) predicate.Function
- func CodeHashContains(v string) predicate.Function
- func CodeHashContainsFold(v string) predicate.Function
- func CodeHashEQ(v string) predicate.Function
- func CodeHashEqualFold(v string) predicate.Function
- func CodeHashGT(v string) predicate.Function
- func CodeHashGTE(v string) predicate.Function
- func CodeHashHasPrefix(v string) predicate.Function
- func CodeHashHasSuffix(v string) predicate.Function
- func CodeHashIn(vs ...string) predicate.Function
- func CodeHashIsNil() predicate.Function
- func CodeHashLT(v string) predicate.Function
- func CodeHashLTE(v string) predicate.Function
- func CodeHashNEQ(v string) predicate.Function
- func CodeHashNotIn(vs ...string) predicate.Function
- func CodeHashNotNil() predicate.Function
- func CodePath(v string) predicate.Function
- func CodePathContains(v string) predicate.Function
- func CodePathContainsFold(v string) predicate.Function
- func CodePathEQ(v string) predicate.Function
- func CodePathEqualFold(v string) predicate.Function
- func CodePathGT(v string) predicate.Function
- func CodePathGTE(v string) predicate.Function
- func CodePathHasPrefix(v string) predicate.Function
- func CodePathHasSuffix(v string) predicate.Function
- func CodePathIn(vs ...string) predicate.Function
- func CodePathIsNil() predicate.Function
- func CodePathLT(v string) predicate.Function
- func CodePathLTE(v string) predicate.Function
- func CodePathNEQ(v string) predicate.Function
- func CodePathNotIn(vs ...string) predicate.Function
- func CodePathNotNil() predicate.Function
- func CodeType(v string) predicate.Function
- func CodeTypeContains(v string) predicate.Function
- func CodeTypeContainsFold(v string) predicate.Function
- func CodeTypeEQ(v string) predicate.Function
- func CodeTypeEqualFold(v string) predicate.Function
- func CodeTypeGT(v string) predicate.Function
- func CodeTypeGTE(v string) predicate.Function
- func CodeTypeHasPrefix(v string) predicate.Function
- func CodeTypeHasSuffix(v string) predicate.Function
- func CodeTypeIn(vs ...string) predicate.Function
- func CodeTypeLT(v string) predicate.Function
- func CodeTypeLTE(v string) predicate.Function
- func CodeTypeNEQ(v string) predicate.Function
- func CodeTypeNotIn(vs ...string) predicate.Function
- func CreatedAt(v time.Time) predicate.Function
- func CreatedAtEQ(v time.Time) predicate.Function
- func CreatedAtGT(v time.Time) predicate.Function
- func CreatedAtGTE(v time.Time) predicate.Function
- func CreatedAtIn(vs ...time.Time) predicate.Function
- func CreatedAtLT(v time.Time) predicate.Function
- func CreatedAtLTE(v time.Time) predicate.Function
- func CreatedAtNEQ(v time.Time) predicate.Function
- func CreatedAtNotIn(vs ...time.Time) predicate.Function
- func EnvironmentIsNil() predicate.Function
- func EnvironmentNotNil() predicate.Function
- func Handler(v string) predicate.Function
- func HandlerContains(v string) predicate.Function
- func HandlerContainsFold(v string) predicate.Function
- func HandlerEQ(v string) predicate.Function
- func HandlerEqualFold(v string) predicate.Function
- func HandlerGT(v string) predicate.Function
- func HandlerGTE(v string) predicate.Function
- func HandlerHasPrefix(v string) predicate.Function
- func HandlerHasSuffix(v string) predicate.Function
- func HandlerIn(vs ...string) predicate.Function
- func HandlerLT(v string) predicate.Function
- func HandlerLTE(v string) predicate.Function
- func HandlerNEQ(v string) predicate.Function
- func HandlerNotIn(vs ...string) predicate.Function
- func HasExecutions() predicate.Function
- func HasExecutionsWith(preds ...predicate.Execution) predicate.Function
- func HasLangRuntime() predicate.Function
- func HasLangRuntimeWith(preds ...predicate.LangRuntime) predicate.Function
- func HasTenant() predicate.Function
- func HasTenantWith(preds ...predicate.Tenant) predicate.Function
- func ID(id uuid.UUID) predicate.Function
- func IDEQ(id uuid.UUID) predicate.Function
- func IDGT(id uuid.UUID) predicate.Function
- func IDGTE(id uuid.UUID) predicate.Function
- func IDIn(ids ...uuid.UUID) predicate.Function
- func IDLT(id uuid.UUID) predicate.Function
- func IDLTE(id uuid.UUID) predicate.Function
- func IDNEQ(id uuid.UUID) predicate.Function
- func IDNotIn(ids ...uuid.UUID) predicate.Function
- func Memory(v int) predicate.Function
- func MemoryEQ(v int) predicate.Function
- func MemoryGT(v int) predicate.Function
- func MemoryGTE(v int) predicate.Function
- func MemoryIn(vs ...int) predicate.Function
- func MemoryLT(v int) predicate.Function
- func MemoryLTE(v int) predicate.Function
- func MemoryNEQ(v int) predicate.Function
- func MemoryNotIn(vs ...int) predicate.Function
- func Name(v string) predicate.Function
- func NameContains(v string) predicate.Function
- func NameContainsFold(v string) predicate.Function
- func NameEQ(v string) predicate.Function
- func NameEqualFold(v string) predicate.Function
- func NameGT(v string) predicate.Function
- func NameGTE(v string) predicate.Function
- func NameHasPrefix(v string) predicate.Function
- func NameHasSuffix(v string) predicate.Function
- func NameIn(vs ...string) predicate.Function
- func NameLT(v string) predicate.Function
- func NameLTE(v string) predicate.Function
- func NameNEQ(v string) predicate.Function
- func NameNotIn(vs ...string) predicate.Function
- func Not(p predicate.Function) predicate.Function
- func Or(predicates ...predicate.Function) predicate.Function
- func RuntimeID(v uuid.UUID) predicate.Function
- func RuntimeIDEQ(v uuid.UUID) predicate.Function
- func RuntimeIDIn(vs ...uuid.UUID) predicate.Function
- func RuntimeIDNEQ(v uuid.UUID) predicate.Function
- func RuntimeIDNotIn(vs ...uuid.UUID) predicate.Function
- func Status(v string) predicate.Function
- func StatusContains(v string) predicate.Function
- func StatusContainsFold(v string) predicate.Function
- func StatusEQ(v string) predicate.Function
- func StatusEqualFold(v string) predicate.Function
- func StatusGT(v string) predicate.Function
- func StatusGTE(v string) predicate.Function
- func StatusHasPrefix(v string) predicate.Function
- func StatusHasSuffix(v string) predicate.Function
- func StatusIn(vs ...string) predicate.Function
- func StatusLT(v string) predicate.Function
- func StatusLTE(v string) predicate.Function
- func StatusNEQ(v string) predicate.Function
- func StatusNotIn(vs ...string) predicate.Function
- func TenantID(v uuid.UUID) predicate.Function
- func TenantIDEQ(v uuid.UUID) predicate.Function
- func TenantIDIn(vs ...uuid.UUID) predicate.Function
- func TenantIDNEQ(v uuid.UUID) predicate.Function
- func TenantIDNotIn(vs ...uuid.UUID) predicate.Function
- func Timeout(v int) predicate.Function
- func TimeoutEQ(v int) predicate.Function
- func TimeoutGT(v int) predicate.Function
- func TimeoutGTE(v int) predicate.Function
- func TimeoutIn(vs ...int) predicate.Function
- func TimeoutLT(v int) predicate.Function
- func TimeoutLTE(v int) predicate.Function
- func TimeoutNEQ(v int) predicate.Function
- func TimeoutNotIn(vs ...int) predicate.Function
- func UpdatedAt(v time.Time) predicate.Function
- func UpdatedAtEQ(v time.Time) predicate.Function
- func UpdatedAtGT(v time.Time) predicate.Function
- func UpdatedAtGTE(v time.Time) predicate.Function
- func UpdatedAtIn(vs ...time.Time) predicate.Function
- func UpdatedAtLT(v time.Time) predicate.Function
- func UpdatedAtLTE(v time.Time) predicate.Function
- func UpdatedAtNEQ(v time.Time) predicate.Function
- func UpdatedAtNotIn(vs ...time.Time) predicate.Function
- func ValidColumn(column string) bool
- type OrderOption
- func ByCodeHash(opts ...sql.OrderTermOption) OrderOption
- func ByCodePath(opts ...sql.OrderTermOption) OrderOption
- func ByCodeType(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByExecutions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByExecutionsCount(opts ...sql.OrderTermOption) OrderOption
- func ByHandler(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByLangRuntimeField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByMemory(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByRuntimeID(opts ...sql.OrderTermOption) OrderOption
- func ByStatus(opts ...sql.OrderTermOption) OrderOption
- func ByTenantField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByTenantID(opts ...sql.OrderTermOption) OrderOption
- func ByTimeout(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the function type in the database. Label = "function" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldTenantID holds the string denoting the tenant_id field in the database. FieldTenantID = "tenant_id" // FieldRuntimeID holds the string denoting the runtime_id field in the database. FieldRuntimeID = "runtime_id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldHandler holds the string denoting the handler field in the database. FieldHandler = "handler" // FieldCodePath holds the string denoting the code_path field in the database. FieldCodePath = "code_path" // FieldCodeType holds the string denoting the code_type field in the database. FieldCodeType = "code_type" // FieldCodeHash holds the string denoting the code_hash field in the database. FieldCodeHash = "code_hash" // FieldTimeout holds the string denoting the timeout field in the database. FieldTimeout = "timeout" // FieldMemory holds the string denoting the memory field in the database. FieldMemory = "memory" // FieldEnvironment holds the string denoting the environment field in the database. FieldEnvironment = "environment" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // 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" // EdgeTenant holds the string denoting the tenant edge name in mutations. EdgeTenant = "tenant" // EdgeLangRuntime holds the string denoting the lang_runtime edge name in mutations. EdgeLangRuntime = "lang_runtime" // EdgeExecutions holds the string denoting the executions edge name in mutations. EdgeExecutions = "executions" // Table holds the table name of the function in the database. Table = "functions" // TenantTable is the table that holds the tenant relation/edge. TenantTable = "functions" // TenantInverseTable is the table name for the Tenant entity. // It exists in this package in order to avoid circular dependency with the "tenant" package. TenantInverseTable = "tenants" // TenantColumn is the table column denoting the tenant relation/edge. TenantColumn = "tenant_id" // LangRuntimeTable is the table that holds the lang_runtime relation/edge. LangRuntimeTable = "functions" // LangRuntimeInverseTable is the table name for the LangRuntime entity. // It exists in this package in order to avoid circular dependency with the "langruntime" package. LangRuntimeInverseTable = "lang_runtimes" // LangRuntimeColumn is the table column denoting the lang_runtime relation/edge. LangRuntimeColumn = "runtime_id" // ExecutionsTable is the table that holds the executions relation/edge. ExecutionsTable = "executions" // ExecutionsInverseTable is the table name for the Execution entity. // It exists in this package in order to avoid circular dependency with the "execution" package. ExecutionsInverseTable = "executions" // ExecutionsColumn is the table column denoting the executions relation/edge. ExecutionsColumn = "function_id" )
Variables ¶
var ( // NameValidator is a validator for the "name" field. It is called by the builders before save. NameValidator func(string) error // HandlerValidator is a validator for the "handler" field. It is called by the builders before save. HandlerValidator func(string) error // CodeTypeValidator is a validator for the "code_type" field. It is called by the builders before save. CodeTypeValidator func(string) error // DefaultTimeout holds the default value on creation for the "timeout" field. DefaultTimeout int // TimeoutValidator is a validator for the "timeout" field. It is called by the builders before save. TimeoutValidator func(int) error // DefaultMemory holds the default value on creation for the "memory" field. DefaultMemory int // MemoryValidator is a validator for the "memory" field. It is called by the builders before save. MemoryValidator func(int) error // DefaultStatus holds the default value on creation for the "status" field. DefaultStatus string // 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 // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldTenantID, FieldRuntimeID, FieldName, FieldHandler, FieldCodePath, FieldCodeType, FieldCodeHash, FieldTimeout, FieldMemory, FieldEnvironment, FieldStatus, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for function fields.
Functions ¶
func CodeHash ¶
CodeHash applies equality check predicate on the "code_hash" field. It's identical to CodeHashEQ.
func CodeHashContains ¶
CodeHashContains applies the Contains predicate on the "code_hash" field.
func CodeHashContainsFold ¶
CodeHashContainsFold applies the ContainsFold predicate on the "code_hash" field.
func CodeHashEQ ¶
CodeHashEQ applies the EQ predicate on the "code_hash" field.
func CodeHashEqualFold ¶
CodeHashEqualFold applies the EqualFold predicate on the "code_hash" field.
func CodeHashGT ¶
CodeHashGT applies the GT predicate on the "code_hash" field.
func CodeHashGTE ¶
CodeHashGTE applies the GTE predicate on the "code_hash" field.
func CodeHashHasPrefix ¶
CodeHashHasPrefix applies the HasPrefix predicate on the "code_hash" field.
func CodeHashHasSuffix ¶
CodeHashHasSuffix applies the HasSuffix predicate on the "code_hash" field.
func CodeHashIn ¶
CodeHashIn applies the In predicate on the "code_hash" field.
func CodeHashIsNil ¶
CodeHashIsNil applies the IsNil predicate on the "code_hash" field.
func CodeHashLT ¶
CodeHashLT applies the LT predicate on the "code_hash" field.
func CodeHashLTE ¶
CodeHashLTE applies the LTE predicate on the "code_hash" field.
func CodeHashNEQ ¶
CodeHashNEQ applies the NEQ predicate on the "code_hash" field.
func CodeHashNotIn ¶
CodeHashNotIn applies the NotIn predicate on the "code_hash" field.
func CodeHashNotNil ¶
CodeHashNotNil applies the NotNil predicate on the "code_hash" field.
func CodePath ¶
CodePath applies equality check predicate on the "code_path" field. It's identical to CodePathEQ.
func CodePathContains ¶
CodePathContains applies the Contains predicate on the "code_path" field.
func CodePathContainsFold ¶
CodePathContainsFold applies the ContainsFold predicate on the "code_path" field.
func CodePathEQ ¶
CodePathEQ applies the EQ predicate on the "code_path" field.
func CodePathEqualFold ¶
CodePathEqualFold applies the EqualFold predicate on the "code_path" field.
func CodePathGT ¶
CodePathGT applies the GT predicate on the "code_path" field.
func CodePathGTE ¶
CodePathGTE applies the GTE predicate on the "code_path" field.
func CodePathHasPrefix ¶
CodePathHasPrefix applies the HasPrefix predicate on the "code_path" field.
func CodePathHasSuffix ¶
CodePathHasSuffix applies the HasSuffix predicate on the "code_path" field.
func CodePathIn ¶
CodePathIn applies the In predicate on the "code_path" field.
func CodePathIsNil ¶
CodePathIsNil applies the IsNil predicate on the "code_path" field.
func CodePathLT ¶
CodePathLT applies the LT predicate on the "code_path" field.
func CodePathLTE ¶
CodePathLTE applies the LTE predicate on the "code_path" field.
func CodePathNEQ ¶
CodePathNEQ applies the NEQ predicate on the "code_path" field.
func CodePathNotIn ¶
CodePathNotIn applies the NotIn predicate on the "code_path" field.
func CodePathNotNil ¶
CodePathNotNil applies the NotNil predicate on the "code_path" field.
func CodeType ¶
CodeType applies equality check predicate on the "code_type" field. It's identical to CodeTypeEQ.
func CodeTypeContains ¶
CodeTypeContains applies the Contains predicate on the "code_type" field.
func CodeTypeContainsFold ¶
CodeTypeContainsFold applies the ContainsFold predicate on the "code_type" field.
func CodeTypeEQ ¶
CodeTypeEQ applies the EQ predicate on the "code_type" field.
func CodeTypeEqualFold ¶
CodeTypeEqualFold applies the EqualFold predicate on the "code_type" field.
func CodeTypeGT ¶
CodeTypeGT applies the GT predicate on the "code_type" field.
func CodeTypeGTE ¶
CodeTypeGTE applies the GTE predicate on the "code_type" field.
func CodeTypeHasPrefix ¶
CodeTypeHasPrefix applies the HasPrefix predicate on the "code_type" field.
func CodeTypeHasSuffix ¶
CodeTypeHasSuffix applies the HasSuffix predicate on the "code_type" field.
func CodeTypeIn ¶
CodeTypeIn applies the In predicate on the "code_type" field.
func CodeTypeLT ¶
CodeTypeLT applies the LT predicate on the "code_type" field.
func CodeTypeLTE ¶
CodeTypeLTE applies the LTE predicate on the "code_type" field.
func CodeTypeNEQ ¶
CodeTypeNEQ applies the NEQ predicate on the "code_type" field.
func CodeTypeNotIn ¶
CodeTypeNotIn applies the NotIn predicate on the "code_type" 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 EnvironmentIsNil ¶
EnvironmentIsNil applies the IsNil predicate on the "environment" field.
func EnvironmentNotNil ¶
EnvironmentNotNil applies the NotNil predicate on the "environment" field.
func Handler ¶
Handler applies equality check predicate on the "handler" field. It's identical to HandlerEQ.
func HandlerContains ¶
HandlerContains applies the Contains predicate on the "handler" field.
func HandlerContainsFold ¶
HandlerContainsFold applies the ContainsFold predicate on the "handler" field.
func HandlerEqualFold ¶
HandlerEqualFold applies the EqualFold predicate on the "handler" field.
func HandlerGTE ¶
HandlerGTE applies the GTE predicate on the "handler" field.
func HandlerHasPrefix ¶
HandlerHasPrefix applies the HasPrefix predicate on the "handler" field.
func HandlerHasSuffix ¶
HandlerHasSuffix applies the HasSuffix predicate on the "handler" field.
func HandlerLTE ¶
HandlerLTE applies the LTE predicate on the "handler" field.
func HandlerNEQ ¶
HandlerNEQ applies the NEQ predicate on the "handler" field.
func HandlerNotIn ¶
HandlerNotIn applies the NotIn predicate on the "handler" field.
func HasExecutions ¶
HasExecutions applies the HasEdge predicate on the "executions" edge.
func HasExecutionsWith ¶
HasExecutionsWith applies the HasEdge predicate on the "executions" edge with a given conditions (other predicates).
func HasLangRuntime ¶
HasLangRuntime applies the HasEdge predicate on the "lang_runtime" edge.
func HasLangRuntimeWith ¶
func HasLangRuntimeWith(preds ...predicate.LangRuntime) predicate.Function
HasLangRuntimeWith applies the HasEdge predicate on the "lang_runtime" edge with a given conditions (other predicates).
func HasTenantWith ¶
HasTenantWith applies the HasEdge predicate on the "tenant" edge with a given conditions (other predicates).
func Memory ¶
Memory applies equality check predicate on the "memory" field. It's identical to MemoryEQ.
func MemoryNotIn ¶
MemoryNotIn applies the NotIn predicate on the "memory" field.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func RuntimeID ¶
RuntimeID applies equality check predicate on the "runtime_id" field. It's identical to RuntimeIDEQ.
func RuntimeIDEQ ¶
RuntimeIDEQ applies the EQ predicate on the "runtime_id" field.
func RuntimeIDIn ¶
RuntimeIDIn applies the In predicate on the "runtime_id" field.
func RuntimeIDNEQ ¶
RuntimeIDNEQ applies the NEQ predicate on the "runtime_id" field.
func RuntimeIDNotIn ¶
RuntimeIDNotIn applies the NotIn predicate on the "runtime_id" field.
func Status ¶
Status applies equality check predicate on the "status" field. It's identical to StatusEQ.
func StatusContains ¶
StatusContains applies the Contains predicate on the "status" field.
func StatusContainsFold ¶
StatusContainsFold applies the ContainsFold predicate on the "status" field.
func StatusEqualFold ¶
StatusEqualFold applies the EqualFold predicate on the "status" field.
func StatusHasPrefix ¶
StatusHasPrefix applies the HasPrefix predicate on the "status" field.
func StatusHasSuffix ¶
StatusHasSuffix applies the HasSuffix predicate on the "status" field.
func StatusNotIn ¶
StatusNotIn applies the NotIn predicate on the "status" field.
func TenantID ¶
TenantID applies equality check predicate on the "tenant_id" field. It's identical to TenantIDEQ.
func TenantIDEQ ¶
TenantIDEQ applies the EQ predicate on the "tenant_id" field.
func TenantIDIn ¶
TenantIDIn applies the In predicate on the "tenant_id" field.
func TenantIDNEQ ¶
TenantIDNEQ applies the NEQ predicate on the "tenant_id" field.
func TenantIDNotIn ¶
TenantIDNotIn applies the NotIn predicate on the "tenant_id" field.
func Timeout ¶
Timeout applies equality check predicate on the "timeout" field. It's identical to TimeoutEQ.
func TimeoutGTE ¶
TimeoutGTE applies the GTE predicate on the "timeout" field.
func TimeoutLTE ¶
TimeoutLTE applies the LTE predicate on the "timeout" field.
func TimeoutNEQ ¶
TimeoutNEQ applies the NEQ predicate on the "timeout" field.
func TimeoutNotIn ¶
TimeoutNotIn applies the NotIn predicate on the "timeout" 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 ¶
type OrderOption ¶
OrderOption defines the ordering options for the Function queries.
func ByCodeHash ¶
func ByCodeHash(opts ...sql.OrderTermOption) OrderOption
ByCodeHash orders the results by the code_hash field.
func ByCodePath ¶
func ByCodePath(opts ...sql.OrderTermOption) OrderOption
ByCodePath orders the results by the code_path field.
func ByCodeType ¶
func ByCodeType(opts ...sql.OrderTermOption) OrderOption
ByCodeType orders the results by the code_type field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByExecutions ¶
func ByExecutions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByExecutions orders the results by executions terms.
func ByExecutionsCount ¶
func ByExecutionsCount(opts ...sql.OrderTermOption) OrderOption
ByExecutionsCount orders the results by executions count.
func ByHandler ¶
func ByHandler(opts ...sql.OrderTermOption) OrderOption
ByHandler orders the results by the handler field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByLangRuntimeField ¶
func ByLangRuntimeField(field string, opts ...sql.OrderTermOption) OrderOption
ByLangRuntimeField orders the results by lang_runtime field.
func ByMemory ¶
func ByMemory(opts ...sql.OrderTermOption) OrderOption
ByMemory orders the results by the memory field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByRuntimeID ¶
func ByRuntimeID(opts ...sql.OrderTermOption) OrderOption
ByRuntimeID orders the results by the runtime_id field.
func ByStatus ¶
func ByStatus(opts ...sql.OrderTermOption) OrderOption
ByStatus orders the results by the status field.
func ByTenantField ¶
func ByTenantField(field string, opts ...sql.OrderTermOption) OrderOption
ByTenantField orders the results by tenant field.
func ByTenantID ¶
func ByTenantID(opts ...sql.OrderTermOption) OrderOption
ByTenantID orders the results by the tenant_id field.
func ByTimeout ¶
func ByTimeout(opts ...sql.OrderTermOption) OrderOption
ByTimeout orders the results by the timeout field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.