Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Skill) predicate.Skill
- func ArchivedAt(v time.Time) predicate.Skill
- func ArchivedAtEQ(v time.Time) predicate.Skill
- func ArchivedAtGT(v time.Time) predicate.Skill
- func ArchivedAtGTE(v time.Time) predicate.Skill
- func ArchivedAtIn(vs ...time.Time) predicate.Skill
- func ArchivedAtIsNil() predicate.Skill
- func ArchivedAtLT(v time.Time) predicate.Skill
- func ArchivedAtLTE(v time.Time) predicate.Skill
- func ArchivedAtNEQ(v time.Time) predicate.Skill
- func ArchivedAtNotIn(vs ...time.Time) predicate.Skill
- func ArchivedAtNotNil() predicate.Skill
- func CreatedAt(v time.Time) predicate.Skill
- func CreatedAtEQ(v time.Time) predicate.Skill
- func CreatedAtGT(v time.Time) predicate.Skill
- func CreatedAtGTE(v time.Time) predicate.Skill
- func CreatedAtIn(vs ...time.Time) predicate.Skill
- func CreatedAtLT(v time.Time) predicate.Skill
- func CreatedAtLTE(v time.Time) predicate.Skill
- func CreatedAtNEQ(v time.Time) predicate.Skill
- func CreatedAtNotIn(vs ...time.Time) predicate.Skill
- func CreatedBy(v string) predicate.Skill
- func CreatedByContains(v string) predicate.Skill
- func CreatedByContainsFold(v string) predicate.Skill
- func CreatedByEQ(v string) predicate.Skill
- func CreatedByEqualFold(v string) predicate.Skill
- func CreatedByGT(v string) predicate.Skill
- func CreatedByGTE(v string) predicate.Skill
- func CreatedByHasPrefix(v string) predicate.Skill
- func CreatedByHasSuffix(v string) predicate.Skill
- func CreatedByIn(vs ...string) predicate.Skill
- func CreatedByLT(v string) predicate.Skill
- func CreatedByLTE(v string) predicate.Skill
- func CreatedByNEQ(v string) predicate.Skill
- func CreatedByNotIn(vs ...string) predicate.Skill
- func CurrentVersionID(v uuid.UUID) predicate.Skill
- func CurrentVersionIDEQ(v uuid.UUID) predicate.Skill
- func CurrentVersionIDIn(vs ...uuid.UUID) predicate.Skill
- func CurrentVersionIDIsNil() predicate.Skill
- func CurrentVersionIDNEQ(v uuid.UUID) predicate.Skill
- func CurrentVersionIDNotIn(vs ...uuid.UUID) predicate.Skill
- func CurrentVersionIDNotNil() predicate.Skill
- func Description(v string) predicate.Skill
- func DescriptionContains(v string) predicate.Skill
- func DescriptionContainsFold(v string) predicate.Skill
- func DescriptionEQ(v string) predicate.Skill
- func DescriptionEqualFold(v string) predicate.Skill
- func DescriptionGT(v string) predicate.Skill
- func DescriptionGTE(v string) predicate.Skill
- func DescriptionHasPrefix(v string) predicate.Skill
- func DescriptionHasSuffix(v string) predicate.Skill
- func DescriptionIn(vs ...string) predicate.Skill
- func DescriptionLT(v string) predicate.Skill
- func DescriptionLTE(v string) predicate.Skill
- func DescriptionNEQ(v string) predicate.Skill
- func DescriptionNotIn(vs ...string) predicate.Skill
- func HasCurrentVersion() predicate.Skill
- func HasCurrentVersionWith(preds ...predicate.SkillVersion) predicate.Skill
- func HasProject() predicate.Skill
- func HasProjectWith(preds ...predicate.Project) predicate.Skill
- func HasVersions() predicate.Skill
- func HasVersionsWith(preds ...predicate.SkillVersion) predicate.Skill
- func HasWorkflowBindings() predicate.Skill
- func HasWorkflowBindingsWith(preds ...predicate.WorkflowSkillBinding) predicate.Skill
- func ID(id uuid.UUID) predicate.Skill
- func IDEQ(id uuid.UUID) predicate.Skill
- func IDGT(id uuid.UUID) predicate.Skill
- func IDGTE(id uuid.UUID) predicate.Skill
- func IDIn(ids ...uuid.UUID) predicate.Skill
- func IDLT(id uuid.UUID) predicate.Skill
- func IDLTE(id uuid.UUID) predicate.Skill
- func IDNEQ(id uuid.UUID) predicate.Skill
- func IDNotIn(ids ...uuid.UUID) predicate.Skill
- func IsBuiltin(v bool) predicate.Skill
- func IsBuiltinEQ(v bool) predicate.Skill
- func IsBuiltinNEQ(v bool) predicate.Skill
- func IsEnabled(v bool) predicate.Skill
- func IsEnabledEQ(v bool) predicate.Skill
- func IsEnabledNEQ(v bool) predicate.Skill
- func Name(v string) predicate.Skill
- func NameContains(v string) predicate.Skill
- func NameContainsFold(v string) predicate.Skill
- func NameEQ(v string) predicate.Skill
- func NameEqualFold(v string) predicate.Skill
- func NameGT(v string) predicate.Skill
- func NameGTE(v string) predicate.Skill
- func NameHasPrefix(v string) predicate.Skill
- func NameHasSuffix(v string) predicate.Skill
- func NameIn(vs ...string) predicate.Skill
- func NameLT(v string) predicate.Skill
- func NameLTE(v string) predicate.Skill
- func NameNEQ(v string) predicate.Skill
- func NameNotIn(vs ...string) predicate.Skill
- func Not(p predicate.Skill) predicate.Skill
- func Or(predicates ...predicate.Skill) predicate.Skill
- func ProjectID(v uuid.UUID) predicate.Skill
- func ProjectIDEQ(v uuid.UUID) predicate.Skill
- func ProjectIDIn(vs ...uuid.UUID) predicate.Skill
- func ProjectIDNEQ(v uuid.UUID) predicate.Skill
- func ProjectIDNotIn(vs ...uuid.UUID) predicate.Skill
- func UpdatedAt(v time.Time) predicate.Skill
- func UpdatedAtEQ(v time.Time) predicate.Skill
- func UpdatedAtGT(v time.Time) predicate.Skill
- func UpdatedAtGTE(v time.Time) predicate.Skill
- func UpdatedAtIn(vs ...time.Time) predicate.Skill
- func UpdatedAtLT(v time.Time) predicate.Skill
- func UpdatedAtLTE(v time.Time) predicate.Skill
- func UpdatedAtNEQ(v time.Time) predicate.Skill
- func UpdatedAtNotIn(vs ...time.Time) predicate.Skill
- func ValidColumn(column string) bool
- type OrderOption
- func ByArchivedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
- func ByCurrentVersionField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByCurrentVersionID(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIsBuiltin(opts ...sql.OrderTermOption) OrderOption
- func ByIsEnabled(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByProjectField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByProjectID(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByVersions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByVersionsCount(opts ...sql.OrderTermOption) OrderOption
- func ByWorkflowBindings(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByWorkflowBindingsCount(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the skill type in the database. Label = "skill" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldProjectID holds the string denoting the project_id field in the database. FieldProjectID = "project_id" // FieldCurrentVersionID holds the string denoting the current_version_id field in the database. FieldCurrentVersionID = "current_version_id" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldIsBuiltin holds the string denoting the is_builtin field in the database. FieldIsBuiltin = "is_builtin" // FieldIsEnabled holds the string denoting the is_enabled field in the database. FieldIsEnabled = "is_enabled" // FieldCreatedBy holds the string denoting the created_by field in the database. FieldCreatedBy = "created_by" // FieldArchivedAt holds the string denoting the archived_at field in the database. FieldArchivedAt = "archived_at" // 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" // EdgeProject holds the string denoting the project edge name in mutations. EdgeProject = "project" // EdgeCurrentVersion holds the string denoting the current_version edge name in mutations. EdgeCurrentVersion = "current_version" // EdgeVersions holds the string denoting the versions edge name in mutations. EdgeVersions = "versions" // EdgeWorkflowBindings holds the string denoting the workflow_bindings edge name in mutations. EdgeWorkflowBindings = "workflow_bindings" // Table holds the table name of the skill in the database. Table = "skills" // ProjectTable is the table that holds the project relation/edge. ProjectTable = "skills" // ProjectInverseTable is the table name for the Project entity. // It exists in this package in order to avoid circular dependency with the "project" package. ProjectInverseTable = "projects" // ProjectColumn is the table column denoting the project relation/edge. ProjectColumn = "project_id" // CurrentVersionTable is the table that holds the current_version relation/edge. CurrentVersionTable = "skills" // CurrentVersionInverseTable is the table name for the SkillVersion entity. // It exists in this package in order to avoid circular dependency with the "skillversion" package. CurrentVersionInverseTable = "skill_versions" // CurrentVersionColumn is the table column denoting the current_version relation/edge. CurrentVersionColumn = "current_version_id" // VersionsTable is the table that holds the versions relation/edge. VersionsTable = "skill_versions" // VersionsInverseTable is the table name for the SkillVersion entity. // It exists in this package in order to avoid circular dependency with the "skillversion" package. VersionsInverseTable = "skill_versions" // VersionsColumn is the table column denoting the versions relation/edge. VersionsColumn = "skill_id" // WorkflowBindingsTable is the table that holds the workflow_bindings relation/edge. WorkflowBindingsTable = "workflow_skill_bindings" // WorkflowBindingsInverseTable is the table name for the WorkflowSkillBinding entity. // It exists in this package in order to avoid circular dependency with the "workflowskillbinding" package. WorkflowBindingsInverseTable = "workflow_skill_bindings" // WorkflowBindingsColumn is the table column denoting the workflow_bindings relation/edge. WorkflowBindingsColumn = "skill_id" )
Variables ¶
var ( // NameValidator is a validator for the "name" field. It is called by the builders before save. NameValidator func(string) error // DescriptionValidator is a validator for the "description" field. It is called by the builders before save. DescriptionValidator func(string) error // DefaultIsBuiltin holds the default value on creation for the "is_builtin" field. DefaultIsBuiltin bool // DefaultIsEnabled holds the default value on creation for the "is_enabled" field. DefaultIsEnabled bool // DefaultCreatedBy holds the default value on creation for the "created_by" field. DefaultCreatedBy 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, FieldProjectID, FieldCurrentVersionID, FieldName, FieldDescription, FieldIsBuiltin, FieldIsEnabled, FieldCreatedBy, FieldArchivedAt, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for skill fields.
Functions ¶
func ArchivedAt ¶
ArchivedAt applies equality check predicate on the "archived_at" field. It's identical to ArchivedAtEQ.
func ArchivedAtEQ ¶
ArchivedAtEQ applies the EQ predicate on the "archived_at" field.
func ArchivedAtGT ¶
ArchivedAtGT applies the GT predicate on the "archived_at" field.
func ArchivedAtGTE ¶
ArchivedAtGTE applies the GTE predicate on the "archived_at" field.
func ArchivedAtIn ¶
ArchivedAtIn applies the In predicate on the "archived_at" field.
func ArchivedAtIsNil ¶
ArchivedAtIsNil applies the IsNil predicate on the "archived_at" field.
func ArchivedAtLT ¶
ArchivedAtLT applies the LT predicate on the "archived_at" field.
func ArchivedAtLTE ¶
ArchivedAtLTE applies the LTE predicate on the "archived_at" field.
func ArchivedAtNEQ ¶
ArchivedAtNEQ applies the NEQ predicate on the "archived_at" field.
func ArchivedAtNotIn ¶
ArchivedAtNotIn applies the NotIn predicate on the "archived_at" field.
func ArchivedAtNotNil ¶
ArchivedAtNotNil applies the NotNil predicate on the "archived_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 CreatedBy ¶
CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.
func CreatedByContains ¶
CreatedByContains applies the Contains predicate on the "created_by" field.
func CreatedByContainsFold ¶
CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.
func CreatedByEQ ¶
CreatedByEQ applies the EQ predicate on the "created_by" field.
func CreatedByEqualFold ¶
CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.
func CreatedByGT ¶
CreatedByGT applies the GT predicate on the "created_by" field.
func CreatedByGTE ¶
CreatedByGTE applies the GTE predicate on the "created_by" field.
func CreatedByHasPrefix ¶
CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.
func CreatedByHasSuffix ¶
CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.
func CreatedByIn ¶
CreatedByIn applies the In predicate on the "created_by" field.
func CreatedByLT ¶
CreatedByLT applies the LT predicate on the "created_by" field.
func CreatedByLTE ¶
CreatedByLTE applies the LTE predicate on the "created_by" field.
func CreatedByNEQ ¶
CreatedByNEQ applies the NEQ predicate on the "created_by" field.
func CreatedByNotIn ¶
CreatedByNotIn applies the NotIn predicate on the "created_by" field.
func CurrentVersionID ¶
CurrentVersionID applies equality check predicate on the "current_version_id" field. It's identical to CurrentVersionIDEQ.
func CurrentVersionIDEQ ¶
CurrentVersionIDEQ applies the EQ predicate on the "current_version_id" field.
func CurrentVersionIDIn ¶
CurrentVersionIDIn applies the In predicate on the "current_version_id" field.
func CurrentVersionIDIsNil ¶
CurrentVersionIDIsNil applies the IsNil predicate on the "current_version_id" field.
func CurrentVersionIDNEQ ¶
CurrentVersionIDNEQ applies the NEQ predicate on the "current_version_id" field.
func CurrentVersionIDNotIn ¶
CurrentVersionIDNotIn applies the NotIn predicate on the "current_version_id" field.
func CurrentVersionIDNotNil ¶
CurrentVersionIDNotNil applies the NotNil predicate on the "current_version_id" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func HasCurrentVersion ¶
HasCurrentVersion applies the HasEdge predicate on the "current_version" edge.
func HasCurrentVersionWith ¶
func HasCurrentVersionWith(preds ...predicate.SkillVersion) predicate.Skill
HasCurrentVersionWith applies the HasEdge predicate on the "current_version" edge with a given conditions (other predicates).
func HasProject ¶
HasProject applies the HasEdge predicate on the "project" edge.
func HasProjectWith ¶
HasProjectWith applies the HasEdge predicate on the "project" edge with a given conditions (other predicates).
func HasVersions ¶
HasVersions applies the HasEdge predicate on the "versions" edge.
func HasVersionsWith ¶
func HasVersionsWith(preds ...predicate.SkillVersion) predicate.Skill
HasVersionsWith applies the HasEdge predicate on the "versions" edge with a given conditions (other predicates).
func HasWorkflowBindings ¶
HasWorkflowBindings applies the HasEdge predicate on the "workflow_bindings" edge.
func HasWorkflowBindingsWith ¶
func HasWorkflowBindingsWith(preds ...predicate.WorkflowSkillBinding) predicate.Skill
HasWorkflowBindingsWith applies the HasEdge predicate on the "workflow_bindings" edge with a given conditions (other predicates).
func IsBuiltin ¶
IsBuiltin applies equality check predicate on the "is_builtin" field. It's identical to IsBuiltinEQ.
func IsBuiltinEQ ¶
IsBuiltinEQ applies the EQ predicate on the "is_builtin" field.
func IsBuiltinNEQ ¶
IsBuiltinNEQ applies the NEQ predicate on the "is_builtin" field.
func IsEnabled ¶
IsEnabled applies equality check predicate on the "is_enabled" field. It's identical to IsEnabledEQ.
func IsEnabledEQ ¶
IsEnabledEQ applies the EQ predicate on the "is_enabled" field.
func IsEnabledNEQ ¶
IsEnabledNEQ applies the NEQ predicate on the "is_enabled" 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 ProjectID ¶
ProjectID applies equality check predicate on the "project_id" field. It's identical to ProjectIDEQ.
func ProjectIDEQ ¶
ProjectIDEQ applies the EQ predicate on the "project_id" field.
func ProjectIDIn ¶
ProjectIDIn applies the In predicate on the "project_id" field.
func ProjectIDNEQ ¶
ProjectIDNEQ applies the NEQ predicate on the "project_id" field.
func ProjectIDNotIn ¶
ProjectIDNotIn applies the NotIn predicate on the "project_id" 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 Skill queries.
func ByArchivedAt ¶
func ByArchivedAt(opts ...sql.OrderTermOption) OrderOption
ByArchivedAt orders the results by the archived_at field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCreatedBy ¶
func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
ByCreatedBy orders the results by the created_by field.
func ByCurrentVersionField ¶
func ByCurrentVersionField(field string, opts ...sql.OrderTermOption) OrderOption
ByCurrentVersionField orders the results by current_version field.
func ByCurrentVersionID ¶
func ByCurrentVersionID(opts ...sql.OrderTermOption) OrderOption
ByCurrentVersionID orders the results by the current_version_id field.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIsBuiltin ¶
func ByIsBuiltin(opts ...sql.OrderTermOption) OrderOption
ByIsBuiltin orders the results by the is_builtin field.
func ByIsEnabled ¶
func ByIsEnabled(opts ...sql.OrderTermOption) OrderOption
ByIsEnabled orders the results by the is_enabled field.
func ByName ¶
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByProjectField ¶
func ByProjectField(field string, opts ...sql.OrderTermOption) OrderOption
ByProjectField orders the results by project field.
func ByProjectID ¶
func ByProjectID(opts ...sql.OrderTermOption) OrderOption
ByProjectID orders the results by the project_id field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByVersions ¶
func ByVersions(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByVersions orders the results by versions terms.
func ByVersionsCount ¶
func ByVersionsCount(opts ...sql.OrderTermOption) OrderOption
ByVersionsCount orders the results by versions count.
func ByWorkflowBindings ¶
func ByWorkflowBindings(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByWorkflowBindings orders the results by workflow_bindings terms.
func ByWorkflowBindingsCount ¶
func ByWorkflowBindingsCount(opts ...sql.OrderTermOption) OrderOption
ByWorkflowBindingsCount orders the results by workflow_bindings count.