package
0.0.0-20200817191337-444ad2e02872
Repository: https://github.com/minskylab/collecta.git
Documentation: pkg.go.dev
# Functions
And groups list of predicates with the AND operator between them.
HasQuestions applies the HasEdge predicate on the "questions" edge.
HasQuestionsWith applies the HasEdge predicate on the "questions" edge with a given conditions (other predicates).
HasSurvey applies the HasEdge predicate on the "survey" edge.
HasSurveyWith applies the HasEdge predicate on the "survey" edge with a given conditions (other predicates).
ID filters vertices based on their identifier.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
InitialState applies equality check predicate on the "initialState" field.
InitialStateEQ applies the EQ predicate on the "initialState" field.
InitialStateGT applies the GT predicate on the "initialState" field.
InitialStateGTE applies the GTE predicate on the "initialState" field.
InitialStateIn applies the In predicate on the "initialState" field.
InitialStateLT applies the LT predicate on the "initialState" field.
InitialStateLTE applies the LTE predicate on the "initialState" field.
InitialStateNEQ applies the NEQ predicate on the "initialState" field.
InitialStateNotIn applies the NotIn predicate on the "initialState" field.
InputsIsNil applies the IsNil predicate on the "inputs" field.
InputsNotNil applies the NotNil predicate on the "inputs" field.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
PastState applies equality check predicate on the "pastState" field.
PastStateEQ applies the EQ predicate on the "pastState" field.
PastStateGT applies the GT predicate on the "pastState" field.
PastStateGTE applies the GTE predicate on the "pastState" field.
PastStateIn applies the In predicate on the "pastState" field.
PastStateIsNil applies the IsNil predicate on the "pastState" field.
PastStateLT applies the LT predicate on the "pastState" field.
PastStateLTE applies the LTE predicate on the "pastState" field.
PastStateNEQ applies the NEQ predicate on the "pastState" field.
PastStateNotIn applies the NotIn predicate on the "pastState" field.
PastStateNotNil applies the NotNil predicate on the "pastState" field.
State applies equality check predicate on the "state" field.
StateEQ applies the EQ predicate on the "state" field.
StateGT applies the GT predicate on the "state" field.
StateGTE applies the GTE predicate on the "state" field.
StateIn applies the In predicate on the "state" field.
StateLT applies the LT predicate on the "state" field.
StateLTE applies the LTE predicate on the "state" field.
StateNEQ applies the NEQ predicate on the "state" field.
StateNotIn applies the NotIn predicate on the "state" field.
StateTable applies equality check predicate on the "stateTable" field.
StateTableContains applies the Contains predicate on the "stateTable" field.
StateTableContainsFold applies the ContainsFold predicate on the "stateTable" field.
StateTableEQ applies the EQ predicate on the "stateTable" field.
StateTableEqualFold applies the EqualFold predicate on the "stateTable" field.
StateTableGT applies the GT predicate on the "stateTable" field.
StateTableGTE applies the GTE predicate on the "stateTable" field.
StateTableHasPrefix applies the HasPrefix predicate on the "stateTable" field.
StateTableHasSuffix applies the HasSuffix predicate on the "stateTable" field.
StateTableIn applies the In predicate on the "stateTable" field.
StateTableLT applies the LT predicate on the "stateTable" field.
StateTableLTE applies the LTE predicate on the "stateTable" field.
StateTableNEQ applies the NEQ predicate on the "stateTable" field.
StateTableNotIn applies the NotIn predicate on the "stateTable" field.
TerminationState applies equality check predicate on the "terminationState" field.
TerminationStateEQ applies the EQ predicate on the "terminationState" field.
TerminationStateGT applies the GT predicate on the "terminationState" field.
TerminationStateGTE applies the GTE predicate on the "terminationState" field.
TerminationStateIn applies the In predicate on the "terminationState" field.
TerminationStateLT applies the LT predicate on the "terminationState" field.
TerminationStateLTE applies the LTE predicate on the "terminationState" field.
TerminationStateNEQ applies the NEQ predicate on the "terminationState" field.
TerminationStateNotIn applies the NotIn predicate on the "terminationState" field.
# Constants
EdgeQuestions holds the string denoting the questions edge name in mutations.
EdgeSurvey holds the string denoting the survey edge name in mutations.
FieldState holds the string denoting the state vertex property in the database.
FieldTerminationState holds the string denoting the terminationstate vertex property in the database.
No description provided by the author
FieldInputs holds the string denoting the inputs vertex property in the database.
FieldStateTable holds the string denoting the statetable vertex property in the database.
FieldInitialState holds the string denoting the initialstate vertex property in the database.
FieldPastState holds the string denoting the paststate vertex property in the database.
Label holds the string label denoting the flow type in the database.
QuestionsColumn is the table column denoting the questions relation/edge.
QuestionsInverseTable is the table name for the Question entity.
QuestionsTable is the table the holds the questions relation/edge.
SurveyColumn is the table column denoting the survey relation/edge.
SurveyInverseTable is the table name for the Survey entity.
SurveyTable is the table the holds the survey relation/edge.
Table holds the table name of the flow in the database.
# Variables
Columns holds all SQL columns for flow fields.
ForeignKeys holds the SQL foreign-keys that are owned by the Flow type.
StateTableValidator is a validator for the "stateTable" field.