flownodeinstancelog

package
v0.0.0-...-19e0465 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the flownodeinstancelog type in the database.
	Label = "flow_node_instance_log"
	// 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"
	// FieldFlowInstanceID holds the string denoting the flow_instance_id field in the database.
	FieldFlowInstanceID = "flow_instance_id"
	// FieldFlowNodeInstanceID holds the string denoting the flow_node_instance_id field in the database.
	FieldFlowNodeInstanceID = "flow_node_instance_id"
	// FieldFlowInstanceDataID holds the string denoting the flow_instance_data_id field in the database.
	FieldFlowInstanceDataID = "flow_instance_data_id"
	// FieldNodeKey holds the string denoting the node_key field in the database.
	FieldNodeKey = "node_key"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// Table holds the table name of the flownodeinstancelog in the database.
	Table = "flow_node_instance_logs"
)

Variables

View Source
var (
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() int64
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() int64
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() int64
	// DefaultDeletedAt holds the default value on creation for the "deleted_at" field.
	DefaultDeletedAt int64
	// FlowInstanceIDValidator is a validator for the "flow_instance_id" field. It is called by the builders before save.
	FlowInstanceIDValidator func(string) error
	// FlowNodeInstanceIDValidator is a validator for the "flow_node_instance_id" field. It is called by the builders before save.
	FlowNodeInstanceIDValidator func(string) error
	// DefaultFlowInstanceDataID holds the default value on creation for the "flow_instance_data_id" field.
	DefaultFlowInstanceDataID string
	// NodeKeyValidator is a validator for the "node_key" field. It is called by the builders before save.
	NodeKeyValidator func(string) error
	// DefaultType holds the default value on creation for the "type" field.
	DefaultType int8
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus int8
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(string) error
)

Columns holds all SQL columns for flownodeinstancelog fields.

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v int64) predicate.FlowNodeInstanceLog

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v int64) predicate.FlowNodeInstanceLog

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v int64) predicate.FlowNodeInstanceLog

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v int64) predicate.FlowNodeInstanceLog

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...int64) predicate.FlowNodeInstanceLog

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v int64) predicate.FlowNodeInstanceLog

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v int64) predicate.FlowNodeInstanceLog

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v int64) predicate.FlowNodeInstanceLog

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...int64) predicate.FlowNodeInstanceLog

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DeletedAt

func DeletedAt(v int64) predicate.FlowNodeInstanceLog

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v int64) predicate.FlowNodeInstanceLog

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v int64) predicate.FlowNodeInstanceLog

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v int64) predicate.FlowNodeInstanceLog

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...int64) predicate.FlowNodeInstanceLog

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.FlowNodeInstanceLog

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v int64) predicate.FlowNodeInstanceLog

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v int64) predicate.FlowNodeInstanceLog

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v int64) predicate.FlowNodeInstanceLog

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...int64) predicate.FlowNodeInstanceLog

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.FlowNodeInstanceLog

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func FlowInstanceDataID

func FlowInstanceDataID(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataID applies equality check predicate on the "flow_instance_data_id" field. It's identical to FlowInstanceDataIDEQ.

func FlowInstanceDataIDContains

func FlowInstanceDataIDContains(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDContains applies the Contains predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDContainsFold

func FlowInstanceDataIDContainsFold(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDContainsFold applies the ContainsFold predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDEQ

func FlowInstanceDataIDEQ(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDEQ applies the EQ predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDEqualFold

func FlowInstanceDataIDEqualFold(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDEqualFold applies the EqualFold predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDGT

func FlowInstanceDataIDGT(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDGT applies the GT predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDGTE

func FlowInstanceDataIDGTE(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDGTE applies the GTE predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDHasPrefix

func FlowInstanceDataIDHasPrefix(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDHasPrefix applies the HasPrefix predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDHasSuffix

func FlowInstanceDataIDHasSuffix(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDHasSuffix applies the HasSuffix predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDIn

func FlowInstanceDataIDIn(vs ...string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDIn applies the In predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDIsNil

func FlowInstanceDataIDIsNil() predicate.FlowNodeInstanceLog

FlowInstanceDataIDIsNil applies the IsNil predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDLT

func FlowInstanceDataIDLT(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDLT applies the LT predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDLTE

func FlowInstanceDataIDLTE(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDLTE applies the LTE predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDNEQ

func FlowInstanceDataIDNEQ(v string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDNEQ applies the NEQ predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDNotIn

func FlowInstanceDataIDNotIn(vs ...string) predicate.FlowNodeInstanceLog

FlowInstanceDataIDNotIn applies the NotIn predicate on the "flow_instance_data_id" field.

func FlowInstanceDataIDNotNil

func FlowInstanceDataIDNotNil() predicate.FlowNodeInstanceLog

FlowInstanceDataIDNotNil applies the NotNil predicate on the "flow_instance_data_id" field.

func FlowInstanceID

func FlowInstanceID(v string) predicate.FlowNodeInstanceLog

FlowInstanceID applies equality check predicate on the "flow_instance_id" field. It's identical to FlowInstanceIDEQ.

func FlowInstanceIDContains

func FlowInstanceIDContains(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDContains applies the Contains predicate on the "flow_instance_id" field.

func FlowInstanceIDContainsFold

func FlowInstanceIDContainsFold(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDContainsFold applies the ContainsFold predicate on the "flow_instance_id" field.

func FlowInstanceIDEQ

func FlowInstanceIDEQ(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDEQ applies the EQ predicate on the "flow_instance_id" field.

func FlowInstanceIDEqualFold

func FlowInstanceIDEqualFold(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDEqualFold applies the EqualFold predicate on the "flow_instance_id" field.

func FlowInstanceIDGT

func FlowInstanceIDGT(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDGT applies the GT predicate on the "flow_instance_id" field.

func FlowInstanceIDGTE

func FlowInstanceIDGTE(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDGTE applies the GTE predicate on the "flow_instance_id" field.

func FlowInstanceIDHasPrefix

func FlowInstanceIDHasPrefix(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDHasPrefix applies the HasPrefix predicate on the "flow_instance_id" field.

func FlowInstanceIDHasSuffix

func FlowInstanceIDHasSuffix(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDHasSuffix applies the HasSuffix predicate on the "flow_instance_id" field.

func FlowInstanceIDIn

func FlowInstanceIDIn(vs ...string) predicate.FlowNodeInstanceLog

FlowInstanceIDIn applies the In predicate on the "flow_instance_id" field.

func FlowInstanceIDLT

func FlowInstanceIDLT(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDLT applies the LT predicate on the "flow_instance_id" field.

func FlowInstanceIDLTE

func FlowInstanceIDLTE(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDLTE applies the LTE predicate on the "flow_instance_id" field.

func FlowInstanceIDNEQ

func FlowInstanceIDNEQ(v string) predicate.FlowNodeInstanceLog

FlowInstanceIDNEQ applies the NEQ predicate on the "flow_instance_id" field.

func FlowInstanceIDNotIn

func FlowInstanceIDNotIn(vs ...string) predicate.FlowNodeInstanceLog

FlowInstanceIDNotIn applies the NotIn predicate on the "flow_instance_id" field.

func FlowNodeInstanceID

func FlowNodeInstanceID(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceID applies equality check predicate on the "flow_node_instance_id" field. It's identical to FlowNodeInstanceIDEQ.

func FlowNodeInstanceIDContains

func FlowNodeInstanceIDContains(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDContains applies the Contains predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDContainsFold

func FlowNodeInstanceIDContainsFold(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDContainsFold applies the ContainsFold predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDEQ

func FlowNodeInstanceIDEQ(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDEQ applies the EQ predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDEqualFold

func FlowNodeInstanceIDEqualFold(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDEqualFold applies the EqualFold predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDGT

func FlowNodeInstanceIDGT(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDGT applies the GT predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDGTE

func FlowNodeInstanceIDGTE(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDGTE applies the GTE predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDHasPrefix

func FlowNodeInstanceIDHasPrefix(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDHasPrefix applies the HasPrefix predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDHasSuffix

func FlowNodeInstanceIDHasSuffix(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDHasSuffix applies the HasSuffix predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDIn

func FlowNodeInstanceIDIn(vs ...string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDIn applies the In predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDLT

func FlowNodeInstanceIDLT(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDLT applies the LT predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDLTE

func FlowNodeInstanceIDLTE(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDLTE applies the LTE predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDNEQ

func FlowNodeInstanceIDNEQ(v string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDNEQ applies the NEQ predicate on the "flow_node_instance_id" field.

func FlowNodeInstanceIDNotIn

func FlowNodeInstanceIDNotIn(vs ...string) predicate.FlowNodeInstanceLog

FlowNodeInstanceIDNotIn applies the NotIn predicate on the "flow_node_instance_id" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.FlowNodeInstanceLog

IDNotIn applies the NotIn predicate on the ID field.

func NodeKey

NodeKey applies equality check predicate on the "node_key" field. It's identical to NodeKeyEQ.

func NodeKeyContains

func NodeKeyContains(v string) predicate.FlowNodeInstanceLog

NodeKeyContains applies the Contains predicate on the "node_key" field.

func NodeKeyContainsFold

func NodeKeyContainsFold(v string) predicate.FlowNodeInstanceLog

NodeKeyContainsFold applies the ContainsFold predicate on the "node_key" field.

func NodeKeyEQ

NodeKeyEQ applies the EQ predicate on the "node_key" field.

func NodeKeyEqualFold

func NodeKeyEqualFold(v string) predicate.FlowNodeInstanceLog

NodeKeyEqualFold applies the EqualFold predicate on the "node_key" field.

func NodeKeyGT

NodeKeyGT applies the GT predicate on the "node_key" field.

func NodeKeyGTE

func NodeKeyGTE(v string) predicate.FlowNodeInstanceLog

NodeKeyGTE applies the GTE predicate on the "node_key" field.

func NodeKeyHasPrefix

func NodeKeyHasPrefix(v string) predicate.FlowNodeInstanceLog

NodeKeyHasPrefix applies the HasPrefix predicate on the "node_key" field.

func NodeKeyHasSuffix

func NodeKeyHasSuffix(v string) predicate.FlowNodeInstanceLog

NodeKeyHasSuffix applies the HasSuffix predicate on the "node_key" field.

func NodeKeyIn

func NodeKeyIn(vs ...string) predicate.FlowNodeInstanceLog

NodeKeyIn applies the In predicate on the "node_key" field.

func NodeKeyLT

NodeKeyLT applies the LT predicate on the "node_key" field.

func NodeKeyLTE

func NodeKeyLTE(v string) predicate.FlowNodeInstanceLog

NodeKeyLTE applies the LTE predicate on the "node_key" field.

func NodeKeyNEQ

func NodeKeyNEQ(v string) predicate.FlowNodeInstanceLog

NodeKeyNEQ applies the NEQ predicate on the "node_key" field.

func NodeKeyNotIn

func NodeKeyNotIn(vs ...string) predicate.FlowNodeInstanceLog

NodeKeyNotIn applies the NotIn predicate on the "node_key" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func Status

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusEQ

StatusEQ applies the EQ predicate on the "status" field.

func StatusGT

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

func StatusGTE(v int8) predicate.FlowNodeInstanceLog

StatusGTE applies the GTE predicate on the "status" field.

func StatusIn

func StatusIn(vs ...int8) predicate.FlowNodeInstanceLog

StatusIn applies the In predicate on the "status" field.

func StatusLT

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

func StatusLTE(v int8) predicate.FlowNodeInstanceLog

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v int8) predicate.FlowNodeInstanceLog

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...int8) predicate.FlowNodeInstanceLog

StatusNotIn applies the NotIn predicate on the "status" field.

func Type

Type applies equality check predicate on the "type" field. It's identical to TypeEQ.

func TypeEQ

TypeEQ applies the EQ predicate on the "type" field.

func TypeGT

TypeGT applies the GT predicate on the "type" field.

func TypeGTE

TypeGTE applies the GTE predicate on the "type" field.

func TypeIn

func TypeIn(vs ...int8) predicate.FlowNodeInstanceLog

TypeIn applies the In predicate on the "type" field.

func TypeLT

TypeLT applies the LT predicate on the "type" field.

func TypeLTE

TypeLTE applies the LTE predicate on the "type" field.

func TypeNEQ

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...int8) predicate.FlowNodeInstanceLog

TypeNotIn applies the NotIn predicate on the "type" field.

func UpdatedAt

func UpdatedAt(v int64) predicate.FlowNodeInstanceLog

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v int64) predicate.FlowNodeInstanceLog

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v int64) predicate.FlowNodeInstanceLog

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v int64) predicate.FlowNodeInstanceLog

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...int64) predicate.FlowNodeInstanceLog

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v int64) predicate.FlowNodeInstanceLog

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v int64) predicate.FlowNodeInstanceLog

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v int64) predicate.FlowNodeInstanceLog

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...int64) predicate.FlowNodeInstanceLog

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL