Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Execution) predicate.Execution
- func BilledDurationMs(v int64) predicate.Execution
- func BilledDurationMsEQ(v int64) predicate.Execution
- func BilledDurationMsGT(v int64) predicate.Execution
- func BilledDurationMsGTE(v int64) predicate.Execution
- func BilledDurationMsIn(vs ...int64) predicate.Execution
- func BilledDurationMsLT(v int64) predicate.Execution
- func BilledDurationMsLTE(v int64) predicate.Execution
- func BilledDurationMsNEQ(v int64) predicate.Execution
- func BilledDurationMsNotIn(vs ...int64) predicate.Execution
- func CompletedAt(v time.Time) predicate.Execution
- func CompletedAtEQ(v time.Time) predicate.Execution
- func CompletedAtGT(v time.Time) predicate.Execution
- func CompletedAtGTE(v time.Time) predicate.Execution
- func CompletedAtIn(vs ...time.Time) predicate.Execution
- func CompletedAtIsNil() predicate.Execution
- func CompletedAtLT(v time.Time) predicate.Execution
- func CompletedAtLTE(v time.Time) predicate.Execution
- func CompletedAtNEQ(v time.Time) predicate.Execution
- func CompletedAtNotIn(vs ...time.Time) predicate.Execution
- func CompletedAtNotNil() predicate.Execution
- func CreatedAt(v time.Time) predicate.Execution
- func CreatedAtEQ(v time.Time) predicate.Execution
- func CreatedAtGT(v time.Time) predicate.Execution
- func CreatedAtGTE(v time.Time) predicate.Execution
- func CreatedAtIn(vs ...time.Time) predicate.Execution
- func CreatedAtLT(v time.Time) predicate.Execution
- func CreatedAtLTE(v time.Time) predicate.Execution
- func CreatedAtNEQ(v time.Time) predicate.Execution
- func CreatedAtNotIn(vs ...time.Time) predicate.Execution
- func DurationMs(v int64) predicate.Execution
- func DurationMsEQ(v int64) predicate.Execution
- func DurationMsGT(v int64) predicate.Execution
- func DurationMsGTE(v int64) predicate.Execution
- func DurationMsIn(vs ...int64) predicate.Execution
- func DurationMsLT(v int64) predicate.Execution
- func DurationMsLTE(v int64) predicate.Execution
- func DurationMsNEQ(v int64) predicate.Execution
- func DurationMsNotIn(vs ...int64) predicate.Execution
- func Error(v string) predicate.Execution
- func ErrorContains(v string) predicate.Execution
- func ErrorContainsFold(v string) predicate.Execution
- func ErrorEQ(v string) predicate.Execution
- func ErrorEqualFold(v string) predicate.Execution
- func ErrorGT(v string) predicate.Execution
- func ErrorGTE(v string) predicate.Execution
- func ErrorHasPrefix(v string) predicate.Execution
- func ErrorHasSuffix(v string) predicate.Execution
- func ErrorIn(vs ...string) predicate.Execution
- func ErrorIsNil() predicate.Execution
- func ErrorLT(v string) predicate.Execution
- func ErrorLTE(v string) predicate.Execution
- func ErrorNEQ(v string) predicate.Execution
- func ErrorNotIn(vs ...string) predicate.Execution
- func ErrorNotNil() predicate.Execution
- func FunctionID(v uuid.UUID) predicate.Execution
- func FunctionIDEQ(v uuid.UUID) predicate.Execution
- func FunctionIDIn(vs ...uuid.UUID) predicate.Execution
- func FunctionIDNEQ(v uuid.UUID) predicate.Execution
- func FunctionIDNotIn(vs ...uuid.UUID) predicate.Execution
- func HasFunction() predicate.Execution
- func HasFunctionWith(preds ...predicate.Function) predicate.Execution
- func HasTenant() predicate.Execution
- func HasTenantWith(preds ...predicate.Tenant) predicate.Execution
- func ID(id uuid.UUID) predicate.Execution
- func IDEQ(id uuid.UUID) predicate.Execution
- func IDGT(id uuid.UUID) predicate.Execution
- func IDGTE(id uuid.UUID) predicate.Execution
- func IDIn(ids ...uuid.UUID) predicate.Execution
- func IDLT(id uuid.UUID) predicate.Execution
- func IDLTE(id uuid.UUID) predicate.Execution
- func IDNEQ(id uuid.UUID) predicate.Execution
- func IDNotIn(ids ...uuid.UUID) predicate.Execution
- func LogsIsNil() predicate.Execution
- func LogsNotNil() predicate.Execution
- func MemoryUsedMB(v int) predicate.Execution
- func MemoryUsedMBEQ(v int) predicate.Execution
- func MemoryUsedMBGT(v int) predicate.Execution
- func MemoryUsedMBGTE(v int) predicate.Execution
- func MemoryUsedMBIn(vs ...int) predicate.Execution
- func MemoryUsedMBLT(v int) predicate.Execution
- func MemoryUsedMBLTE(v int) predicate.Execution
- func MemoryUsedMBNEQ(v int) predicate.Execution
- func MemoryUsedMBNotIn(vs ...int) predicate.Execution
- func Not(p predicate.Execution) predicate.Execution
- func Or(predicates ...predicate.Execution) predicate.Execution
- func RequestID(v string) predicate.Execution
- func RequestIDContains(v string) predicate.Execution
- func RequestIDContainsFold(v string) predicate.Execution
- func RequestIDEQ(v string) predicate.Execution
- func RequestIDEqualFold(v string) predicate.Execution
- func RequestIDGT(v string) predicate.Execution
- func RequestIDGTE(v string) predicate.Execution
- func RequestIDHasPrefix(v string) predicate.Execution
- func RequestIDHasSuffix(v string) predicate.Execution
- func RequestIDIn(vs ...string) predicate.Execution
- func RequestIDLT(v string) predicate.Execution
- func RequestIDLTE(v string) predicate.Execution
- func RequestIDNEQ(v string) predicate.Execution
- func RequestIDNotIn(vs ...string) predicate.Execution
- func RequestPayloadIsNil() predicate.Execution
- func RequestPayloadNotNil() predicate.Execution
- func ResponsePayloadIsNil() predicate.Execution
- func ResponsePayloadNotNil() predicate.Execution
- func StartedAt(v time.Time) predicate.Execution
- func StartedAtEQ(v time.Time) predicate.Execution
- func StartedAtGT(v time.Time) predicate.Execution
- func StartedAtGTE(v time.Time) predicate.Execution
- func StartedAtIn(vs ...time.Time) predicate.Execution
- func StartedAtLT(v time.Time) predicate.Execution
- func StartedAtLTE(v time.Time) predicate.Execution
- func StartedAtNEQ(v time.Time) predicate.Execution
- func StartedAtNotIn(vs ...time.Time) predicate.Execution
- func StatusCode(v int) predicate.Execution
- func StatusCodeEQ(v int) predicate.Execution
- func StatusCodeGT(v int) predicate.Execution
- func StatusCodeGTE(v int) predicate.Execution
- func StatusCodeIn(vs ...int) predicate.Execution
- func StatusCodeLT(v int) predicate.Execution
- func StatusCodeLTE(v int) predicate.Execution
- func StatusCodeNEQ(v int) predicate.Execution
- func StatusCodeNotIn(vs ...int) predicate.Execution
- func TenantID(v uuid.UUID) predicate.Execution
- func TenantIDEQ(v uuid.UUID) predicate.Execution
- func TenantIDIn(vs ...uuid.UUID) predicate.Execution
- func TenantIDNEQ(v uuid.UUID) predicate.Execution
- func TenantIDNotIn(vs ...uuid.UUID) predicate.Execution
- func VMID(v string) predicate.Execution
- func VMIDContains(v string) predicate.Execution
- func VMIDContainsFold(v string) predicate.Execution
- func VMIDEQ(v string) predicate.Execution
- func VMIDEqualFold(v string) predicate.Execution
- func VMIDGT(v string) predicate.Execution
- func VMIDGTE(v string) predicate.Execution
- func VMIDHasPrefix(v string) predicate.Execution
- func VMIDHasSuffix(v string) predicate.Execution
- func VMIDIn(vs ...string) predicate.Execution
- func VMIDIsNil() predicate.Execution
- func VMIDLT(v string) predicate.Execution
- func VMIDLTE(v string) predicate.Execution
- func VMIDNEQ(v string) predicate.Execution
- func VMIDNotIn(vs ...string) predicate.Execution
- func VMIDNotNil() predicate.Execution
- func ValidColumn(column string) bool
- type OrderOption
- func ByBilledDurationMs(opts ...sql.OrderTermOption) OrderOption
- func ByCompletedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDurationMs(opts ...sql.OrderTermOption) OrderOption
- func ByError(opts ...sql.OrderTermOption) OrderOption
- func ByFunctionField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByFunctionID(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByMemoryUsedMB(opts ...sql.OrderTermOption) OrderOption
- func ByRequestID(opts ...sql.OrderTermOption) OrderOption
- func ByStartedAt(opts ...sql.OrderTermOption) OrderOption
- func ByStatusCode(opts ...sql.OrderTermOption) OrderOption
- func ByTenantField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByTenantID(opts ...sql.OrderTermOption) OrderOption
- func ByVMID(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the execution type in the database. Label = "execution" // 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" // FieldFunctionID holds the string denoting the function_id field in the database. FieldFunctionID = "function_id" // FieldRequestID holds the string denoting the request_id field in the database. FieldRequestID = "request_id" // FieldVMID holds the string denoting the vm_id field in the database. FieldVMID = "vm_id" // FieldStatusCode holds the string denoting the status_code field in the database. FieldStatusCode = "status_code" // FieldRequestPayload holds the string denoting the request_payload field in the database. FieldRequestPayload = "request_payload" // FieldResponsePayload holds the string denoting the response_payload field in the database. FieldResponsePayload = "response_payload" // FieldError holds the string denoting the error field in the database. FieldError = "error" // FieldLogs holds the string denoting the logs field in the database. FieldLogs = "logs" // FieldDurationMs holds the string denoting the duration_ms field in the database. FieldDurationMs = "duration_ms" // FieldBilledDurationMs holds the string denoting the billed_duration_ms field in the database. FieldBilledDurationMs = "billed_duration_ms" // FieldMemoryUsedMB holds the string denoting the memory_used_mb field in the database. FieldMemoryUsedMB = "memory_used_mb" // FieldStartedAt holds the string denoting the started_at field in the database. FieldStartedAt = "started_at" // FieldCompletedAt holds the string denoting the completed_at field in the database. FieldCompletedAt = "completed_at" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // EdgeTenant holds the string denoting the tenant edge name in mutations. EdgeTenant = "tenant" // EdgeFunction holds the string denoting the function edge name in mutations. EdgeFunction = "function" // Table holds the table name of the execution in the database. Table = "executions" // TenantTable is the table that holds the tenant relation/edge. TenantTable = "executions" // 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" // FunctionTable is the table that holds the function relation/edge. FunctionTable = "executions" // FunctionInverseTable is the table name for the Function entity. // It exists in this package in order to avoid circular dependency with the "function" package. FunctionInverseTable = "functions" // FunctionColumn is the table column denoting the function relation/edge. FunctionColumn = "function_id" )
Variables ¶
var ( // RequestIDValidator is a validator for the "request_id" field. It is called by the builders before save. RequestIDValidator func(string) error // DefaultStatusCode holds the default value on creation for the "status_code" field. DefaultStatusCode int // DefaultDurationMs holds the default value on creation for the "duration_ms" field. DefaultDurationMs int64 // DefaultBilledDurationMs holds the default value on creation for the "billed_duration_ms" field. DefaultBilledDurationMs int64 // DefaultMemoryUsedMB holds the default value on creation for the "memory_used_mb" field. DefaultMemoryUsedMB int // DefaultStartedAt holds the default value on creation for the "started_at" field. DefaultStartedAt func() time.Time // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldTenantID, FieldFunctionID, FieldRequestID, FieldVMID, FieldStatusCode, FieldRequestPayload, FieldResponsePayload, FieldError, FieldLogs, FieldDurationMs, FieldBilledDurationMs, FieldMemoryUsedMB, FieldStartedAt, FieldCompletedAt, FieldCreatedAt, }
Columns holds all SQL columns for execution fields.
Functions ¶
func BilledDurationMs ¶
BilledDurationMs applies equality check predicate on the "billed_duration_ms" field. It's identical to BilledDurationMsEQ.
func BilledDurationMsEQ ¶
BilledDurationMsEQ applies the EQ predicate on the "billed_duration_ms" field.
func BilledDurationMsGT ¶
BilledDurationMsGT applies the GT predicate on the "billed_duration_ms" field.
func BilledDurationMsGTE ¶
BilledDurationMsGTE applies the GTE predicate on the "billed_duration_ms" field.
func BilledDurationMsIn ¶
BilledDurationMsIn applies the In predicate on the "billed_duration_ms" field.
func BilledDurationMsLT ¶
BilledDurationMsLT applies the LT predicate on the "billed_duration_ms" field.
func BilledDurationMsLTE ¶
BilledDurationMsLTE applies the LTE predicate on the "billed_duration_ms" field.
func BilledDurationMsNEQ ¶
BilledDurationMsNEQ applies the NEQ predicate on the "billed_duration_ms" field.
func BilledDurationMsNotIn ¶
BilledDurationMsNotIn applies the NotIn predicate on the "billed_duration_ms" field.
func CompletedAt ¶
CompletedAt applies equality check predicate on the "completed_at" field. It's identical to CompletedAtEQ.
func CompletedAtEQ ¶
CompletedAtEQ applies the EQ predicate on the "completed_at" field.
func CompletedAtGT ¶
CompletedAtGT applies the GT predicate on the "completed_at" field.
func CompletedAtGTE ¶
CompletedAtGTE applies the GTE predicate on the "completed_at" field.
func CompletedAtIn ¶
CompletedAtIn applies the In predicate on the "completed_at" field.
func CompletedAtIsNil ¶
CompletedAtIsNil applies the IsNil predicate on the "completed_at" field.
func CompletedAtLT ¶
CompletedAtLT applies the LT predicate on the "completed_at" field.
func CompletedAtLTE ¶
CompletedAtLTE applies the LTE predicate on the "completed_at" field.
func CompletedAtNEQ ¶
CompletedAtNEQ applies the NEQ predicate on the "completed_at" field.
func CompletedAtNotIn ¶
CompletedAtNotIn applies the NotIn predicate on the "completed_at" field.
func CompletedAtNotNil ¶
CompletedAtNotNil applies the NotNil predicate on the "completed_at" 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 DurationMs ¶
DurationMs applies equality check predicate on the "duration_ms" field. It's identical to DurationMsEQ.
func DurationMsEQ ¶
DurationMsEQ applies the EQ predicate on the "duration_ms" field.
func DurationMsGT ¶
DurationMsGT applies the GT predicate on the "duration_ms" field.
func DurationMsGTE ¶
DurationMsGTE applies the GTE predicate on the "duration_ms" field.
func DurationMsIn ¶
DurationMsIn applies the In predicate on the "duration_ms" field.
func DurationMsLT ¶
DurationMsLT applies the LT predicate on the "duration_ms" field.
func DurationMsLTE ¶
DurationMsLTE applies the LTE predicate on the "duration_ms" field.
func DurationMsNEQ ¶
DurationMsNEQ applies the NEQ predicate on the "duration_ms" field.
func DurationMsNotIn ¶
DurationMsNotIn applies the NotIn predicate on the "duration_ms" field.
func Error ¶
Error applies equality check predicate on the "error" field. It's identical to ErrorEQ.
func ErrorContains ¶
ErrorContains applies the Contains predicate on the "error" field.
func ErrorContainsFold ¶
ErrorContainsFold applies the ContainsFold predicate on the "error" field.
func ErrorEqualFold ¶
ErrorEqualFold applies the EqualFold predicate on the "error" field.
func ErrorHasPrefix ¶
ErrorHasPrefix applies the HasPrefix predicate on the "error" field.
func ErrorHasSuffix ¶
ErrorHasSuffix applies the HasSuffix predicate on the "error" field.
func ErrorIsNil ¶
ErrorIsNil applies the IsNil predicate on the "error" field.
func ErrorNotIn ¶
ErrorNotIn applies the NotIn predicate on the "error" field.
func ErrorNotNil ¶
ErrorNotNil applies the NotNil predicate on the "error" field.
func FunctionID ¶
FunctionID applies equality check predicate on the "function_id" field. It's identical to FunctionIDEQ.
func FunctionIDEQ ¶
FunctionIDEQ applies the EQ predicate on the "function_id" field.
func FunctionIDIn ¶
FunctionIDIn applies the In predicate on the "function_id" field.
func FunctionIDNEQ ¶
FunctionIDNEQ applies the NEQ predicate on the "function_id" field.
func FunctionIDNotIn ¶
FunctionIDNotIn applies the NotIn predicate on the "function_id" field.
func HasFunction ¶
HasFunction applies the HasEdge predicate on the "function" edge.
func HasFunctionWith ¶
HasFunctionWith applies the HasEdge predicate on the "function" 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 LogsNotNil ¶
LogsNotNil applies the NotNil predicate on the "logs" field.
func MemoryUsedMB ¶
MemoryUsedMB applies equality check predicate on the "memory_used_mb" field. It's identical to MemoryUsedMBEQ.
func MemoryUsedMBEQ ¶
MemoryUsedMBEQ applies the EQ predicate on the "memory_used_mb" field.
func MemoryUsedMBGT ¶
MemoryUsedMBGT applies the GT predicate on the "memory_used_mb" field.
func MemoryUsedMBGTE ¶
MemoryUsedMBGTE applies the GTE predicate on the "memory_used_mb" field.
func MemoryUsedMBIn ¶
MemoryUsedMBIn applies the In predicate on the "memory_used_mb" field.
func MemoryUsedMBLT ¶
MemoryUsedMBLT applies the LT predicate on the "memory_used_mb" field.
func MemoryUsedMBLTE ¶
MemoryUsedMBLTE applies the LTE predicate on the "memory_used_mb" field.
func MemoryUsedMBNEQ ¶
MemoryUsedMBNEQ applies the NEQ predicate on the "memory_used_mb" field.
func MemoryUsedMBNotIn ¶
MemoryUsedMBNotIn applies the NotIn predicate on the "memory_used_mb" field.
func RequestID ¶
RequestID applies equality check predicate on the "request_id" field. It's identical to RequestIDEQ.
func RequestIDContains ¶
RequestIDContains applies the Contains predicate on the "request_id" field.
func RequestIDContainsFold ¶
RequestIDContainsFold applies the ContainsFold predicate on the "request_id" field.
func RequestIDEQ ¶
RequestIDEQ applies the EQ predicate on the "request_id" field.
func RequestIDEqualFold ¶
RequestIDEqualFold applies the EqualFold predicate on the "request_id" field.
func RequestIDGT ¶
RequestIDGT applies the GT predicate on the "request_id" field.
func RequestIDGTE ¶
RequestIDGTE applies the GTE predicate on the "request_id" field.
func RequestIDHasPrefix ¶
RequestIDHasPrefix applies the HasPrefix predicate on the "request_id" field.
func RequestIDHasSuffix ¶
RequestIDHasSuffix applies the HasSuffix predicate on the "request_id" field.
func RequestIDIn ¶
RequestIDIn applies the In predicate on the "request_id" field.
func RequestIDLT ¶
RequestIDLT applies the LT predicate on the "request_id" field.
func RequestIDLTE ¶
RequestIDLTE applies the LTE predicate on the "request_id" field.
func RequestIDNEQ ¶
RequestIDNEQ applies the NEQ predicate on the "request_id" field.
func RequestIDNotIn ¶
RequestIDNotIn applies the NotIn predicate on the "request_id" field.
func RequestPayloadIsNil ¶
RequestPayloadIsNil applies the IsNil predicate on the "request_payload" field.
func RequestPayloadNotNil ¶
RequestPayloadNotNil applies the NotNil predicate on the "request_payload" field.
func ResponsePayloadIsNil ¶
ResponsePayloadIsNil applies the IsNil predicate on the "response_payload" field.
func ResponsePayloadNotNil ¶
ResponsePayloadNotNil applies the NotNil predicate on the "response_payload" field.
func StartedAt ¶
StartedAt applies equality check predicate on the "started_at" field. It's identical to StartedAtEQ.
func StartedAtEQ ¶
StartedAtEQ applies the EQ predicate on the "started_at" field.
func StartedAtGT ¶
StartedAtGT applies the GT predicate on the "started_at" field.
func StartedAtGTE ¶
StartedAtGTE applies the GTE predicate on the "started_at" field.
func StartedAtIn ¶
StartedAtIn applies the In predicate on the "started_at" field.
func StartedAtLT ¶
StartedAtLT applies the LT predicate on the "started_at" field.
func StartedAtLTE ¶
StartedAtLTE applies the LTE predicate on the "started_at" field.
func StartedAtNEQ ¶
StartedAtNEQ applies the NEQ predicate on the "started_at" field.
func StartedAtNotIn ¶
StartedAtNotIn applies the NotIn predicate on the "started_at" field.
func StatusCode ¶
StatusCode applies equality check predicate on the "status_code" field. It's identical to StatusCodeEQ.
func StatusCodeEQ ¶
StatusCodeEQ applies the EQ predicate on the "status_code" field.
func StatusCodeGT ¶
StatusCodeGT applies the GT predicate on the "status_code" field.
func StatusCodeGTE ¶
StatusCodeGTE applies the GTE predicate on the "status_code" field.
func StatusCodeIn ¶
StatusCodeIn applies the In predicate on the "status_code" field.
func StatusCodeLT ¶
StatusCodeLT applies the LT predicate on the "status_code" field.
func StatusCodeLTE ¶
StatusCodeLTE applies the LTE predicate on the "status_code" field.
func StatusCodeNEQ ¶
StatusCodeNEQ applies the NEQ predicate on the "status_code" field.
func StatusCodeNotIn ¶
StatusCodeNotIn applies the NotIn predicate on the "status_code" 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 VMIDContains ¶
VMIDContains applies the Contains predicate on the "vm_id" field.
func VMIDContainsFold ¶
VMIDContainsFold applies the ContainsFold predicate on the "vm_id" field.
func VMIDEqualFold ¶
VMIDEqualFold applies the EqualFold predicate on the "vm_id" field.
func VMIDHasPrefix ¶
VMIDHasPrefix applies the HasPrefix predicate on the "vm_id" field.
func VMIDHasSuffix ¶
VMIDHasSuffix applies the HasSuffix predicate on the "vm_id" field.
func VMIDNotNil ¶
VMIDNotNil applies the NotNil predicate on the "vm_id" 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 Execution queries.
func ByBilledDurationMs ¶
func ByBilledDurationMs(opts ...sql.OrderTermOption) OrderOption
ByBilledDurationMs orders the results by the billed_duration_ms field.
func ByCompletedAt ¶
func ByCompletedAt(opts ...sql.OrderTermOption) OrderOption
ByCompletedAt orders the results by the completed_at field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByDurationMs ¶
func ByDurationMs(opts ...sql.OrderTermOption) OrderOption
ByDurationMs orders the results by the duration_ms field.
func ByError ¶
func ByError(opts ...sql.OrderTermOption) OrderOption
ByError orders the results by the error field.
func ByFunctionField ¶
func ByFunctionField(field string, opts ...sql.OrderTermOption) OrderOption
ByFunctionField orders the results by function field.
func ByFunctionID ¶
func ByFunctionID(opts ...sql.OrderTermOption) OrderOption
ByFunctionID orders the results by the function_id field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByMemoryUsedMB ¶
func ByMemoryUsedMB(opts ...sql.OrderTermOption) OrderOption
ByMemoryUsedMB orders the results by the memory_used_mb field.
func ByRequestID ¶
func ByRequestID(opts ...sql.OrderTermOption) OrderOption
ByRequestID orders the results by the request_id field.
func ByStartedAt ¶
func ByStartedAt(opts ...sql.OrderTermOption) OrderOption
ByStartedAt orders the results by the started_at field.
func ByStatusCode ¶
func ByStatusCode(opts ...sql.OrderTermOption) OrderOption
ByStatusCode orders the results by the status_code 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 ByVMID ¶
func ByVMID(opts ...sql.OrderTermOption) OrderOption
ByVMID orders the results by the vm_id field.