standardhistory

package
v0.7.5 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the standardhistory type in the database.
	Label = "standard_history"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldHistoryTime holds the string denoting the history_time field in the database.
	FieldHistoryTime = "history_time"
	// FieldRef holds the string denoting the ref field in the database.
	FieldRef = "ref"
	// FieldOperation holds the string denoting the operation field in the database.
	FieldOperation = "operation"
	// 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"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldRevision holds the string denoting the revision field in the database.
	FieldRevision = "revision"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldShortName holds the string denoting the short_name field in the database.
	FieldShortName = "short_name"
	// FieldFramework holds the string denoting the framework field in the database.
	FieldFramework = "framework"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldGoverningBodyLogoURL holds the string denoting the governing_body_logo_url field in the database.
	FieldGoverningBodyLogoURL = "governing_body_logo_url"
	// FieldGoverningBody holds the string denoting the governing_body field in the database.
	FieldGoverningBody = "governing_body"
	// FieldDomains holds the string denoting the domains field in the database.
	FieldDomains = "domains"
	// FieldLink holds the string denoting the link field in the database.
	FieldLink = "link"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldIsPublic holds the string denoting the is_public field in the database.
	FieldIsPublic = "is_public"
	// FieldFreeToUse holds the string denoting the free_to_use field in the database.
	FieldFreeToUse = "free_to_use"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldStandardType holds the string denoting the standard_type field in the database.
	FieldStandardType = "standard_type"
	// FieldVersion holds the string denoting the version field in the database.
	FieldVersion = "version"
	// Table holds the table name of the standardhistory in the database.
	Table = "standard_history"
)
View Source
const DefaultStatus enums.StandardStatus = "ACTIVE"

Variables

View Source
var (
	Interceptors [1]ent.Interceptor
	// DefaultHistoryTime holds the default value on creation for the "history_time" field.
	DefaultHistoryTime func() time.Time
	// 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
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultRevision holds the default value on creation for the "revision" field.
	DefaultRevision string
	// DefaultIsPublic holds the default value on creation for the "is_public" field.
	DefaultIsPublic bool
	// DefaultFreeToUse holds the default value on creation for the "free_to_use" field.
	DefaultFreeToUse bool
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Note that the variables below are initialized by the runtime package on the initialization of the application. Therefore, it should be imported in the main as follows:

import _ "github.com/theopenlane/core/internal/ent/generated/runtime"

Columns holds all SQL columns for standardhistory fields.

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v time.Time) predicate.StandardHistory

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.StandardHistory

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.StandardHistory

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.StandardHistory

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

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.StandardHistory

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.StandardHistory

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.StandardHistory

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.StandardHistory

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.StandardHistory

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

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.StandardHistory

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.StandardHistory

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func CreatedBy

func CreatedBy(v string) predicate.StandardHistory

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.StandardHistory

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.StandardHistory

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

func CreatedByEQ(v string) predicate.StandardHistory

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.StandardHistory

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

func CreatedByGT(v string) predicate.StandardHistory

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.StandardHistory

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.StandardHistory

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.StandardHistory

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.StandardHistory

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.StandardHistory

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

func CreatedByLT(v string) predicate.StandardHistory

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.StandardHistory

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.StandardHistory

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.StandardHistory

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.StandardHistory

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.StandardHistory

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.StandardHistory

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.StandardHistory

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.StandardHistory

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

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.StandardHistory

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.StandardHistory

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.StandardHistory

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.StandardHistory

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.StandardHistory

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

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.StandardHistory

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.StandardHistory

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

func DeletedBy

func DeletedBy(v string) predicate.StandardHistory

DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.

func DeletedByContains

func DeletedByContains(v string) predicate.StandardHistory

DeletedByContains applies the Contains predicate on the "deleted_by" field.

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.StandardHistory

DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.

func DeletedByEQ

func DeletedByEQ(v string) predicate.StandardHistory

DeletedByEQ applies the EQ predicate on the "deleted_by" field.

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.StandardHistory

DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.

func DeletedByGT

func DeletedByGT(v string) predicate.StandardHistory

DeletedByGT applies the GT predicate on the "deleted_by" field.

func DeletedByGTE

func DeletedByGTE(v string) predicate.StandardHistory

DeletedByGTE applies the GTE predicate on the "deleted_by" field.

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.StandardHistory

DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.StandardHistory

DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.

func DeletedByIn

func DeletedByIn(vs ...string) predicate.StandardHistory

DeletedByIn applies the In predicate on the "deleted_by" field.

func DeletedByIsNil

func DeletedByIsNil() predicate.StandardHistory

DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.

func DeletedByLT

func DeletedByLT(v string) predicate.StandardHistory

DeletedByLT applies the LT predicate on the "deleted_by" field.

func DeletedByLTE

func DeletedByLTE(v string) predicate.StandardHistory

DeletedByLTE applies the LTE predicate on the "deleted_by" field.

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.StandardHistory

DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.

func DeletedByNotIn

func DeletedByNotIn(vs ...string) predicate.StandardHistory

DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.

func DeletedByNotNil

func DeletedByNotNil() predicate.StandardHistory

DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.

func Description

func Description(v string) predicate.StandardHistory

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.StandardHistory

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.StandardHistory

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.StandardHistory

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.StandardHistory

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.StandardHistory

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.StandardHistory

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.StandardHistory

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.StandardHistory

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.StandardHistory

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.StandardHistory

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.StandardHistory

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.StandardHistory

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.StandardHistory

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.StandardHistory

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.StandardHistory

DescriptionNotNil applies the NotNil predicate on the "description" field.

func DomainsIsNil added in v0.7.3

func DomainsIsNil() predicate.StandardHistory

DomainsIsNil applies the IsNil predicate on the "domains" field.

func DomainsNotNil added in v0.7.3

func DomainsNotNil() predicate.StandardHistory

DomainsNotNil applies the NotNil predicate on the "domains" field.

func Framework added in v0.7.3

func Framework(v string) predicate.StandardHistory

Framework applies equality check predicate on the "framework" field. It's identical to FrameworkEQ.

func FrameworkContains added in v0.7.3

func FrameworkContains(v string) predicate.StandardHistory

FrameworkContains applies the Contains predicate on the "framework" field.

func FrameworkContainsFold added in v0.7.3

func FrameworkContainsFold(v string) predicate.StandardHistory

FrameworkContainsFold applies the ContainsFold predicate on the "framework" field.

func FrameworkEQ added in v0.7.3

func FrameworkEQ(v string) predicate.StandardHistory

FrameworkEQ applies the EQ predicate on the "framework" field.

func FrameworkEqualFold added in v0.7.3

func FrameworkEqualFold(v string) predicate.StandardHistory

FrameworkEqualFold applies the EqualFold predicate on the "framework" field.

func FrameworkGT added in v0.7.3

func FrameworkGT(v string) predicate.StandardHistory

FrameworkGT applies the GT predicate on the "framework" field.

func FrameworkGTE added in v0.7.3

func FrameworkGTE(v string) predicate.StandardHistory

FrameworkGTE applies the GTE predicate on the "framework" field.

func FrameworkHasPrefix added in v0.7.3

func FrameworkHasPrefix(v string) predicate.StandardHistory

FrameworkHasPrefix applies the HasPrefix predicate on the "framework" field.

func FrameworkHasSuffix added in v0.7.3

func FrameworkHasSuffix(v string) predicate.StandardHistory

FrameworkHasSuffix applies the HasSuffix predicate on the "framework" field.

func FrameworkIn added in v0.7.3

func FrameworkIn(vs ...string) predicate.StandardHistory

FrameworkIn applies the In predicate on the "framework" field.

func FrameworkIsNil added in v0.7.3

func FrameworkIsNil() predicate.StandardHistory

FrameworkIsNil applies the IsNil predicate on the "framework" field.

func FrameworkLT added in v0.7.3

func FrameworkLT(v string) predicate.StandardHistory

FrameworkLT applies the LT predicate on the "framework" field.

func FrameworkLTE added in v0.7.3

func FrameworkLTE(v string) predicate.StandardHistory

FrameworkLTE applies the LTE predicate on the "framework" field.

func FrameworkNEQ added in v0.7.3

func FrameworkNEQ(v string) predicate.StandardHistory

FrameworkNEQ applies the NEQ predicate on the "framework" field.

func FrameworkNotIn added in v0.7.3

func FrameworkNotIn(vs ...string) predicate.StandardHistory

FrameworkNotIn applies the NotIn predicate on the "framework" field.

func FrameworkNotNil added in v0.7.3

func FrameworkNotNil() predicate.StandardHistory

FrameworkNotNil applies the NotNil predicate on the "framework" field.

func FreeToUse added in v0.7.3

func FreeToUse(v bool) predicate.StandardHistory

FreeToUse applies equality check predicate on the "free_to_use" field. It's identical to FreeToUseEQ.

func FreeToUseEQ added in v0.7.3

func FreeToUseEQ(v bool) predicate.StandardHistory

FreeToUseEQ applies the EQ predicate on the "free_to_use" field.

func FreeToUseIsNil added in v0.7.3

func FreeToUseIsNil() predicate.StandardHistory

FreeToUseIsNil applies the IsNil predicate on the "free_to_use" field.

func FreeToUseNEQ added in v0.7.3

func FreeToUseNEQ(v bool) predicate.StandardHistory

FreeToUseNEQ applies the NEQ predicate on the "free_to_use" field.

func FreeToUseNotNil added in v0.7.3

func FreeToUseNotNil() predicate.StandardHistory

FreeToUseNotNil applies the NotNil predicate on the "free_to_use" field.

func GoverningBody added in v0.7.3

func GoverningBody(v string) predicate.StandardHistory

GoverningBody applies equality check predicate on the "governing_body" field. It's identical to GoverningBodyEQ.

func GoverningBodyContains added in v0.7.3

func GoverningBodyContains(v string) predicate.StandardHistory

GoverningBodyContains applies the Contains predicate on the "governing_body" field.

func GoverningBodyContainsFold added in v0.7.3

func GoverningBodyContainsFold(v string) predicate.StandardHistory

GoverningBodyContainsFold applies the ContainsFold predicate on the "governing_body" field.

func GoverningBodyEQ added in v0.7.3

func GoverningBodyEQ(v string) predicate.StandardHistory

GoverningBodyEQ applies the EQ predicate on the "governing_body" field.

func GoverningBodyEqualFold added in v0.7.3

func GoverningBodyEqualFold(v string) predicate.StandardHistory

GoverningBodyEqualFold applies the EqualFold predicate on the "governing_body" field.

func GoverningBodyGT added in v0.7.3

func GoverningBodyGT(v string) predicate.StandardHistory

GoverningBodyGT applies the GT predicate on the "governing_body" field.

func GoverningBodyGTE added in v0.7.3

func GoverningBodyGTE(v string) predicate.StandardHistory

GoverningBodyGTE applies the GTE predicate on the "governing_body" field.

func GoverningBodyHasPrefix added in v0.7.3

func GoverningBodyHasPrefix(v string) predicate.StandardHistory

GoverningBodyHasPrefix applies the HasPrefix predicate on the "governing_body" field.

func GoverningBodyHasSuffix added in v0.7.3

func GoverningBodyHasSuffix(v string) predicate.StandardHistory

GoverningBodyHasSuffix applies the HasSuffix predicate on the "governing_body" field.

func GoverningBodyIn added in v0.7.3

func GoverningBodyIn(vs ...string) predicate.StandardHistory

GoverningBodyIn applies the In predicate on the "governing_body" field.

func GoverningBodyIsNil added in v0.7.3

func GoverningBodyIsNil() predicate.StandardHistory

GoverningBodyIsNil applies the IsNil predicate on the "governing_body" field.

func GoverningBodyLT added in v0.7.3

func GoverningBodyLT(v string) predicate.StandardHistory

GoverningBodyLT applies the LT predicate on the "governing_body" field.

func GoverningBodyLTE added in v0.7.3

func GoverningBodyLTE(v string) predicate.StandardHistory

GoverningBodyLTE applies the LTE predicate on the "governing_body" field.

func GoverningBodyLogoURL added in v0.7.5

func GoverningBodyLogoURL(v string) predicate.StandardHistory

GoverningBodyLogoURL applies equality check predicate on the "governing_body_logo_url" field. It's identical to GoverningBodyLogoURLEQ.

func GoverningBodyLogoURLContains added in v0.7.5

func GoverningBodyLogoURLContains(v string) predicate.StandardHistory

GoverningBodyLogoURLContains applies the Contains predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLContainsFold added in v0.7.5

func GoverningBodyLogoURLContainsFold(v string) predicate.StandardHistory

GoverningBodyLogoURLContainsFold applies the ContainsFold predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLEQ added in v0.7.5

func GoverningBodyLogoURLEQ(v string) predicate.StandardHistory

GoverningBodyLogoURLEQ applies the EQ predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLEqualFold added in v0.7.5

func GoverningBodyLogoURLEqualFold(v string) predicate.StandardHistory

GoverningBodyLogoURLEqualFold applies the EqualFold predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLGT added in v0.7.5

func GoverningBodyLogoURLGT(v string) predicate.StandardHistory

GoverningBodyLogoURLGT applies the GT predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLGTE added in v0.7.5

func GoverningBodyLogoURLGTE(v string) predicate.StandardHistory

GoverningBodyLogoURLGTE applies the GTE predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLHasPrefix added in v0.7.5

func GoverningBodyLogoURLHasPrefix(v string) predicate.StandardHistory

GoverningBodyLogoURLHasPrefix applies the HasPrefix predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLHasSuffix added in v0.7.5

func GoverningBodyLogoURLHasSuffix(v string) predicate.StandardHistory

GoverningBodyLogoURLHasSuffix applies the HasSuffix predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLIn added in v0.7.5

func GoverningBodyLogoURLIn(vs ...string) predicate.StandardHistory

GoverningBodyLogoURLIn applies the In predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLIsNil added in v0.7.5

func GoverningBodyLogoURLIsNil() predicate.StandardHistory

GoverningBodyLogoURLIsNil applies the IsNil predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLLT added in v0.7.5

func GoverningBodyLogoURLLT(v string) predicate.StandardHistory

GoverningBodyLogoURLLT applies the LT predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLLTE added in v0.7.5

func GoverningBodyLogoURLLTE(v string) predicate.StandardHistory

GoverningBodyLogoURLLTE applies the LTE predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLNEQ added in v0.7.5

func GoverningBodyLogoURLNEQ(v string) predicate.StandardHistory

GoverningBodyLogoURLNEQ applies the NEQ predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLNotIn added in v0.7.5

func GoverningBodyLogoURLNotIn(vs ...string) predicate.StandardHistory

GoverningBodyLogoURLNotIn applies the NotIn predicate on the "governing_body_logo_url" field.

func GoverningBodyLogoURLNotNil added in v0.7.5

func GoverningBodyLogoURLNotNil() predicate.StandardHistory

GoverningBodyLogoURLNotNil applies the NotNil predicate on the "governing_body_logo_url" field.

func GoverningBodyNEQ added in v0.7.3

func GoverningBodyNEQ(v string) predicate.StandardHistory

GoverningBodyNEQ applies the NEQ predicate on the "governing_body" field.

func GoverningBodyNotIn added in v0.7.3

func GoverningBodyNotIn(vs ...string) predicate.StandardHistory

GoverningBodyNotIn applies the NotIn predicate on the "governing_body" field.

func GoverningBodyNotNil added in v0.7.3

func GoverningBodyNotNil() predicate.StandardHistory

GoverningBodyNotNil applies the NotNil predicate on the "governing_body" field.

func HistoryTime

func HistoryTime(v time.Time) predicate.StandardHistory

HistoryTime applies equality check predicate on the "history_time" field. It's identical to HistoryTimeEQ.

func HistoryTimeEQ

func HistoryTimeEQ(v time.Time) predicate.StandardHistory

HistoryTimeEQ applies the EQ predicate on the "history_time" field.

func HistoryTimeGT

func HistoryTimeGT(v time.Time) predicate.StandardHistory

HistoryTimeGT applies the GT predicate on the "history_time" field.

func HistoryTimeGTE

func HistoryTimeGTE(v time.Time) predicate.StandardHistory

HistoryTimeGTE applies the GTE predicate on the "history_time" field.

func HistoryTimeIn

func HistoryTimeIn(vs ...time.Time) predicate.StandardHistory

HistoryTimeIn applies the In predicate on the "history_time" field.

func HistoryTimeLT

func HistoryTimeLT(v time.Time) predicate.StandardHistory

HistoryTimeLT applies the LT predicate on the "history_time" field.

func HistoryTimeLTE

func HistoryTimeLTE(v time.Time) predicate.StandardHistory

HistoryTimeLTE applies the LTE predicate on the "history_time" field.

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.StandardHistory

HistoryTimeNEQ applies the NEQ predicate on the "history_time" field.

func HistoryTimeNotIn

func HistoryTimeNotIn(vs ...time.Time) predicate.StandardHistory

HistoryTimeNotIn applies the NotIn predicate on the "history_time" field.

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.StandardHistory

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.StandardHistory

IDEqualFold applies the EqualFold 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

func IDIn(ids ...string) predicate.StandardHistory

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.StandardHistory

IDNotIn applies the NotIn predicate on the ID field.

func IsPublic added in v0.7.3

func IsPublic(v bool) predicate.StandardHistory

IsPublic applies equality check predicate on the "is_public" field. It's identical to IsPublicEQ.

func IsPublicEQ added in v0.7.3

func IsPublicEQ(v bool) predicate.StandardHistory

IsPublicEQ applies the EQ predicate on the "is_public" field.

func IsPublicIsNil added in v0.7.3

func IsPublicIsNil() predicate.StandardHistory

IsPublicIsNil applies the IsNil predicate on the "is_public" field.

func IsPublicNEQ added in v0.7.3

func IsPublicNEQ(v bool) predicate.StandardHistory

IsPublicNEQ applies the NEQ predicate on the "is_public" field.

func IsPublicNotNil added in v0.7.3

func IsPublicNotNil() predicate.StandardHistory

IsPublicNotNil applies the NotNil predicate on the "is_public" field.

Link applies equality check predicate on the "link" field. It's identical to LinkEQ.

func LinkContains added in v0.7.3

func LinkContains(v string) predicate.StandardHistory

LinkContains applies the Contains predicate on the "link" field.

func LinkContainsFold added in v0.7.3

func LinkContainsFold(v string) predicate.StandardHistory

LinkContainsFold applies the ContainsFold predicate on the "link" field.

func LinkEQ added in v0.7.3

LinkEQ applies the EQ predicate on the "link" field.

func LinkEqualFold added in v0.7.3

func LinkEqualFold(v string) predicate.StandardHistory

LinkEqualFold applies the EqualFold predicate on the "link" field.

func LinkGT added in v0.7.3

LinkGT applies the GT predicate on the "link" field.

func LinkGTE added in v0.7.3

func LinkGTE(v string) predicate.StandardHistory

LinkGTE applies the GTE predicate on the "link" field.

func LinkHasPrefix added in v0.7.3

func LinkHasPrefix(v string) predicate.StandardHistory

LinkHasPrefix applies the HasPrefix predicate on the "link" field.

func LinkHasSuffix added in v0.7.3

func LinkHasSuffix(v string) predicate.StandardHistory

LinkHasSuffix applies the HasSuffix predicate on the "link" field.

func LinkIn added in v0.7.3

func LinkIn(vs ...string) predicate.StandardHistory

LinkIn applies the In predicate on the "link" field.

func LinkIsNil added in v0.7.3

func LinkIsNil() predicate.StandardHistory

LinkIsNil applies the IsNil predicate on the "link" field.

func LinkLT added in v0.7.3

LinkLT applies the LT predicate on the "link" field.

func LinkLTE added in v0.7.3

func LinkLTE(v string) predicate.StandardHistory

LinkLTE applies the LTE predicate on the "link" field.

func LinkNEQ added in v0.7.3

func LinkNEQ(v string) predicate.StandardHistory

LinkNEQ applies the NEQ predicate on the "link" field.

func LinkNotIn added in v0.7.3

func LinkNotIn(vs ...string) predicate.StandardHistory

LinkNotIn applies the NotIn predicate on the "link" field.

func LinkNotNil added in v0.7.3

func LinkNotNil() predicate.StandardHistory

LinkNotNil applies the NotNil predicate on the "link" field.

func Name

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.StandardHistory

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.StandardHistory

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.StandardHistory

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.StandardHistory

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.StandardHistory

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.StandardHistory

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.StandardHistory

NameIn applies the In predicate on the "name" field.

func NameLT

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.StandardHistory

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.StandardHistory

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.StandardHistory

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func OperationEQ

func OperationEQ(v history.OpType) predicate.StandardHistory

OperationEQ applies the EQ predicate on the "operation" field.

func OperationIn

func OperationIn(vs ...history.OpType) predicate.StandardHistory

OperationIn applies the In predicate on the "operation" field.

func OperationNEQ

func OperationNEQ(v history.OpType) predicate.StandardHistory

OperationNEQ applies the NEQ predicate on the "operation" field.

func OperationNotIn

func OperationNotIn(vs ...history.OpType) predicate.StandardHistory

OperationNotIn applies the NotIn predicate on the "operation" field.

func OperationValidator

func OperationValidator(o history.OpType) error

OperationValidator is a validator for the "operation" field enum values. It is called by the builders before save.

func Or

Or groups predicates with the OR operator between them.

func OwnerID added in v0.7.3

func OwnerID(v string) predicate.StandardHistory

OwnerID applies equality check predicate on the "owner_id" field. It's identical to OwnerIDEQ.

func OwnerIDContains added in v0.7.3

func OwnerIDContains(v string) predicate.StandardHistory

OwnerIDContains applies the Contains predicate on the "owner_id" field.

func OwnerIDContainsFold added in v0.7.3

func OwnerIDContainsFold(v string) predicate.StandardHistory

OwnerIDContainsFold applies the ContainsFold predicate on the "owner_id" field.

func OwnerIDEQ added in v0.7.3

func OwnerIDEQ(v string) predicate.StandardHistory

OwnerIDEQ applies the EQ predicate on the "owner_id" field.

func OwnerIDEqualFold added in v0.7.3

func OwnerIDEqualFold(v string) predicate.StandardHistory

OwnerIDEqualFold applies the EqualFold predicate on the "owner_id" field.

func OwnerIDGT added in v0.7.3

func OwnerIDGT(v string) predicate.StandardHistory

OwnerIDGT applies the GT predicate on the "owner_id" field.

func OwnerIDGTE added in v0.7.3

func OwnerIDGTE(v string) predicate.StandardHistory

OwnerIDGTE applies the GTE predicate on the "owner_id" field.

func OwnerIDHasPrefix added in v0.7.3

func OwnerIDHasPrefix(v string) predicate.StandardHistory

OwnerIDHasPrefix applies the HasPrefix predicate on the "owner_id" field.

func OwnerIDHasSuffix added in v0.7.3

func OwnerIDHasSuffix(v string) predicate.StandardHistory

OwnerIDHasSuffix applies the HasSuffix predicate on the "owner_id" field.

func OwnerIDIn added in v0.7.3

func OwnerIDIn(vs ...string) predicate.StandardHistory

OwnerIDIn applies the In predicate on the "owner_id" field.

func OwnerIDIsNil added in v0.7.3

func OwnerIDIsNil() predicate.StandardHistory

OwnerIDIsNil applies the IsNil predicate on the "owner_id" field.

func OwnerIDLT added in v0.7.3

func OwnerIDLT(v string) predicate.StandardHistory

OwnerIDLT applies the LT predicate on the "owner_id" field.

func OwnerIDLTE added in v0.7.3

func OwnerIDLTE(v string) predicate.StandardHistory

OwnerIDLTE applies the LTE predicate on the "owner_id" field.

func OwnerIDNEQ added in v0.7.3

func OwnerIDNEQ(v string) predicate.StandardHistory

OwnerIDNEQ applies the NEQ predicate on the "owner_id" field.

func OwnerIDNotIn added in v0.7.3

func OwnerIDNotIn(vs ...string) predicate.StandardHistory

OwnerIDNotIn applies the NotIn predicate on the "owner_id" field.

func OwnerIDNotNil added in v0.7.3

func OwnerIDNotNil() predicate.StandardHistory

OwnerIDNotNil applies the NotNil predicate on the "owner_id" field.

func Ref

Ref applies equality check predicate on the "ref" field. It's identical to RefEQ.

func RefContains

func RefContains(v string) predicate.StandardHistory

RefContains applies the Contains predicate on the "ref" field.

func RefContainsFold

func RefContainsFold(v string) predicate.StandardHistory

RefContainsFold applies the ContainsFold predicate on the "ref" field.

func RefEQ

RefEQ applies the EQ predicate on the "ref" field.

func RefEqualFold

func RefEqualFold(v string) predicate.StandardHistory

RefEqualFold applies the EqualFold predicate on the "ref" field.

func RefGT

RefGT applies the GT predicate on the "ref" field.

func RefGTE

RefGTE applies the GTE predicate on the "ref" field.

func RefHasPrefix

func RefHasPrefix(v string) predicate.StandardHistory

RefHasPrefix applies the HasPrefix predicate on the "ref" field.

func RefHasSuffix

func RefHasSuffix(v string) predicate.StandardHistory

RefHasSuffix applies the HasSuffix predicate on the "ref" field.

func RefIn

func RefIn(vs ...string) predicate.StandardHistory

RefIn applies the In predicate on the "ref" field.

func RefIsNil

func RefIsNil() predicate.StandardHistory

RefIsNil applies the IsNil predicate on the "ref" field.

func RefLT

RefLT applies the LT predicate on the "ref" field.

func RefLTE

RefLTE applies the LTE predicate on the "ref" field.

func RefNEQ

RefNEQ applies the NEQ predicate on the "ref" field.

func RefNotIn

func RefNotIn(vs ...string) predicate.StandardHistory

RefNotIn applies the NotIn predicate on the "ref" field.

func RefNotNil

func RefNotNil() predicate.StandardHistory

RefNotNil applies the NotNil predicate on the "ref" field.

func Revision added in v0.7.3

func Revision(v string) predicate.StandardHistory

Revision applies equality check predicate on the "revision" field. It's identical to RevisionEQ.

func RevisionContains added in v0.7.3

func RevisionContains(v string) predicate.StandardHistory

RevisionContains applies the Contains predicate on the "revision" field.

func RevisionContainsFold added in v0.7.3

func RevisionContainsFold(v string) predicate.StandardHistory

RevisionContainsFold applies the ContainsFold predicate on the "revision" field.

func RevisionEQ added in v0.7.3

func RevisionEQ(v string) predicate.StandardHistory

RevisionEQ applies the EQ predicate on the "revision" field.

func RevisionEqualFold added in v0.7.3

func RevisionEqualFold(v string) predicate.StandardHistory

RevisionEqualFold applies the EqualFold predicate on the "revision" field.

func RevisionGT added in v0.7.3

func RevisionGT(v string) predicate.StandardHistory

RevisionGT applies the GT predicate on the "revision" field.

func RevisionGTE added in v0.7.3

func RevisionGTE(v string) predicate.StandardHistory

RevisionGTE applies the GTE predicate on the "revision" field.

func RevisionHasPrefix added in v0.7.3

func RevisionHasPrefix(v string) predicate.StandardHistory

RevisionHasPrefix applies the HasPrefix predicate on the "revision" field.

func RevisionHasSuffix added in v0.7.3

func RevisionHasSuffix(v string) predicate.StandardHistory

RevisionHasSuffix applies the HasSuffix predicate on the "revision" field.

func RevisionIn added in v0.7.3

func RevisionIn(vs ...string) predicate.StandardHistory

RevisionIn applies the In predicate on the "revision" field.

func RevisionIsNil added in v0.7.3

func RevisionIsNil() predicate.StandardHistory

RevisionIsNil applies the IsNil predicate on the "revision" field.

func RevisionLT added in v0.7.3

func RevisionLT(v string) predicate.StandardHistory

RevisionLT applies the LT predicate on the "revision" field.

func RevisionLTE added in v0.7.3

func RevisionLTE(v string) predicate.StandardHistory

RevisionLTE applies the LTE predicate on the "revision" field.

func RevisionNEQ added in v0.7.3

func RevisionNEQ(v string) predicate.StandardHistory

RevisionNEQ applies the NEQ predicate on the "revision" field.

func RevisionNotIn added in v0.7.3

func RevisionNotIn(vs ...string) predicate.StandardHistory

RevisionNotIn applies the NotIn predicate on the "revision" field.

func RevisionNotNil added in v0.7.3

func RevisionNotNil() predicate.StandardHistory

RevisionNotNil applies the NotNil predicate on the "revision" field.

func ShortName added in v0.7.3

func ShortName(v string) predicate.StandardHistory

ShortName applies equality check predicate on the "short_name" field. It's identical to ShortNameEQ.

func ShortNameContains added in v0.7.3

func ShortNameContains(v string) predicate.StandardHistory

ShortNameContains applies the Contains predicate on the "short_name" field.

func ShortNameContainsFold added in v0.7.3

func ShortNameContainsFold(v string) predicate.StandardHistory

ShortNameContainsFold applies the ContainsFold predicate on the "short_name" field.

func ShortNameEQ added in v0.7.3

func ShortNameEQ(v string) predicate.StandardHistory

ShortNameEQ applies the EQ predicate on the "short_name" field.

func ShortNameEqualFold added in v0.7.3

func ShortNameEqualFold(v string) predicate.StandardHistory

ShortNameEqualFold applies the EqualFold predicate on the "short_name" field.

func ShortNameGT added in v0.7.3

func ShortNameGT(v string) predicate.StandardHistory

ShortNameGT applies the GT predicate on the "short_name" field.

func ShortNameGTE added in v0.7.3

func ShortNameGTE(v string) predicate.StandardHistory

ShortNameGTE applies the GTE predicate on the "short_name" field.

func ShortNameHasPrefix added in v0.7.3

func ShortNameHasPrefix(v string) predicate.StandardHistory

ShortNameHasPrefix applies the HasPrefix predicate on the "short_name" field.

func ShortNameHasSuffix added in v0.7.3

func ShortNameHasSuffix(v string) predicate.StandardHistory

ShortNameHasSuffix applies the HasSuffix predicate on the "short_name" field.

func ShortNameIn added in v0.7.3

func ShortNameIn(vs ...string) predicate.StandardHistory

ShortNameIn applies the In predicate on the "short_name" field.

func ShortNameIsNil added in v0.7.3

func ShortNameIsNil() predicate.StandardHistory

ShortNameIsNil applies the IsNil predicate on the "short_name" field.

func ShortNameLT added in v0.7.3

func ShortNameLT(v string) predicate.StandardHistory

ShortNameLT applies the LT predicate on the "short_name" field.

func ShortNameLTE added in v0.7.3

func ShortNameLTE(v string) predicate.StandardHistory

ShortNameLTE applies the LTE predicate on the "short_name" field.

func ShortNameNEQ added in v0.7.3

func ShortNameNEQ(v string) predicate.StandardHistory

ShortNameNEQ applies the NEQ predicate on the "short_name" field.

func ShortNameNotIn added in v0.7.3

func ShortNameNotIn(vs ...string) predicate.StandardHistory

ShortNameNotIn applies the NotIn predicate on the "short_name" field.

func ShortNameNotNil added in v0.7.3

func ShortNameNotNil() predicate.StandardHistory

ShortNameNotNil applies the NotNil predicate on the "short_name" field.

func StandardType

func StandardType(v string) predicate.StandardHistory

StandardType applies equality check predicate on the "standard_type" field. It's identical to StandardTypeEQ.

func StandardTypeContains

func StandardTypeContains(v string) predicate.StandardHistory

StandardTypeContains applies the Contains predicate on the "standard_type" field.

func StandardTypeContainsFold

func StandardTypeContainsFold(v string) predicate.StandardHistory

StandardTypeContainsFold applies the ContainsFold predicate on the "standard_type" field.

func StandardTypeEQ

func StandardTypeEQ(v string) predicate.StandardHistory

StandardTypeEQ applies the EQ predicate on the "standard_type" field.

func StandardTypeEqualFold

func StandardTypeEqualFold(v string) predicate.StandardHistory

StandardTypeEqualFold applies the EqualFold predicate on the "standard_type" field.

func StandardTypeGT

func StandardTypeGT(v string) predicate.StandardHistory

StandardTypeGT applies the GT predicate on the "standard_type" field.

func StandardTypeGTE

func StandardTypeGTE(v string) predicate.StandardHistory

StandardTypeGTE applies the GTE predicate on the "standard_type" field.

func StandardTypeHasPrefix

func StandardTypeHasPrefix(v string) predicate.StandardHistory

StandardTypeHasPrefix applies the HasPrefix predicate on the "standard_type" field.

func StandardTypeHasSuffix

func StandardTypeHasSuffix(v string) predicate.StandardHistory

StandardTypeHasSuffix applies the HasSuffix predicate on the "standard_type" field.

func StandardTypeIn

func StandardTypeIn(vs ...string) predicate.StandardHistory

StandardTypeIn applies the In predicate on the "standard_type" field.

func StandardTypeIsNil

func StandardTypeIsNil() predicate.StandardHistory

StandardTypeIsNil applies the IsNil predicate on the "standard_type" field.

func StandardTypeLT

func StandardTypeLT(v string) predicate.StandardHistory

StandardTypeLT applies the LT predicate on the "standard_type" field.

func StandardTypeLTE

func StandardTypeLTE(v string) predicate.StandardHistory

StandardTypeLTE applies the LTE predicate on the "standard_type" field.

func StandardTypeNEQ

func StandardTypeNEQ(v string) predicate.StandardHistory

StandardTypeNEQ applies the NEQ predicate on the "standard_type" field.

func StandardTypeNotIn

func StandardTypeNotIn(vs ...string) predicate.StandardHistory

StandardTypeNotIn applies the NotIn predicate on the "standard_type" field.

func StandardTypeNotNil

func StandardTypeNotNil() predicate.StandardHistory

StandardTypeNotNil applies the NotNil predicate on the "standard_type" field.

func StatusEQ

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

func StatusIn

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

func StatusIsNil

func StatusIsNil() predicate.StandardHistory

StatusIsNil applies the IsNil predicate on the "status" field.

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...enums.StandardStatus) predicate.StandardHistory

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

func StatusNotNil

func StatusNotNil() predicate.StandardHistory

StatusNotNil applies the NotNil predicate on the "status" field.

func StatusValidator added in v0.7.5

func StatusValidator(s enums.StandardStatus) error

StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.

func SystemOwned added in v0.7.3

func SystemOwned(v bool) predicate.StandardHistory

SystemOwned applies equality check predicate on the "system_owned" field. It's identical to SystemOwnedEQ.

func SystemOwnedEQ added in v0.7.3

func SystemOwnedEQ(v bool) predicate.StandardHistory

SystemOwnedEQ applies the EQ predicate on the "system_owned" field.

func SystemOwnedIsNil added in v0.7.3

func SystemOwnedIsNil() predicate.StandardHistory

SystemOwnedIsNil applies the IsNil predicate on the "system_owned" field.

func SystemOwnedNEQ added in v0.7.3

func SystemOwnedNEQ(v bool) predicate.StandardHistory

SystemOwnedNEQ applies the NEQ predicate on the "system_owned" field.

func SystemOwnedNotNil added in v0.7.3

func SystemOwnedNotNil() predicate.StandardHistory

SystemOwnedNotNil applies the NotNil predicate on the "system_owned" field.

func TagsIsNil

func TagsIsNil() predicate.StandardHistory

TagsIsNil applies the IsNil predicate on the "tags" field.

func TagsNotNil

func TagsNotNil() predicate.StandardHistory

TagsNotNil applies the NotNil predicate on the "tags" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.StandardHistory

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.StandardHistory

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.StandardHistory

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.StandardHistory

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

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.StandardHistory

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.StandardHistory

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.StandardHistory

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.StandardHistory

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.StandardHistory

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

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.StandardHistory

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.StandardHistory

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UpdatedBy

func UpdatedBy(v string) predicate.StandardHistory

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.StandardHistory

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.StandardHistory

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.StandardHistory

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.StandardHistory

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

func UpdatedByGT(v string) predicate.StandardHistory

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.StandardHistory

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.StandardHistory

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.StandardHistory

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.StandardHistory

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.StandardHistory

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

func UpdatedByLT(v string) predicate.StandardHistory

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.StandardHistory

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.StandardHistory

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.StandardHistory

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.StandardHistory

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

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

func Version

func Version(v string) predicate.StandardHistory

Version applies equality check predicate on the "version" field. It's identical to VersionEQ.

func VersionContains

func VersionContains(v string) predicate.StandardHistory

VersionContains applies the Contains predicate on the "version" field.

func VersionContainsFold

func VersionContainsFold(v string) predicate.StandardHistory

VersionContainsFold applies the ContainsFold predicate on the "version" field.

func VersionEQ

func VersionEQ(v string) predicate.StandardHistory

VersionEQ applies the EQ predicate on the "version" field.

func VersionEqualFold

func VersionEqualFold(v string) predicate.StandardHistory

VersionEqualFold applies the EqualFold predicate on the "version" field.

func VersionGT

func VersionGT(v string) predicate.StandardHistory

VersionGT applies the GT predicate on the "version" field.

func VersionGTE

func VersionGTE(v string) predicate.StandardHistory

VersionGTE applies the GTE predicate on the "version" field.

func VersionHasPrefix

func VersionHasPrefix(v string) predicate.StandardHistory

VersionHasPrefix applies the HasPrefix predicate on the "version" field.

func VersionHasSuffix

func VersionHasSuffix(v string) predicate.StandardHistory

VersionHasSuffix applies the HasSuffix predicate on the "version" field.

func VersionIn

func VersionIn(vs ...string) predicate.StandardHistory

VersionIn applies the In predicate on the "version" field.

func VersionIsNil

func VersionIsNil() predicate.StandardHistory

VersionIsNil applies the IsNil predicate on the "version" field.

func VersionLT

func VersionLT(v string) predicate.StandardHistory

VersionLT applies the LT predicate on the "version" field.

func VersionLTE

func VersionLTE(v string) predicate.StandardHistory

VersionLTE applies the LTE predicate on the "version" field.

func VersionNEQ

func VersionNEQ(v string) predicate.StandardHistory

VersionNEQ applies the NEQ predicate on the "version" field.

func VersionNotIn

func VersionNotIn(vs ...string) predicate.StandardHistory

VersionNotIn applies the NotIn predicate on the "version" field.

func VersionNotNil

func VersionNotNil() predicate.StandardHistory

VersionNotNil applies the NotNil predicate on the "version" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the StandardHistory queries.

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 ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

func ByDescription(opts ...sql.OrderTermOption) OrderOption

ByDescription orders the results by the description field.

func ByFramework added in v0.7.3

func ByFramework(opts ...sql.OrderTermOption) OrderOption

ByFramework orders the results by the framework field.

func ByFreeToUse added in v0.7.3

func ByFreeToUse(opts ...sql.OrderTermOption) OrderOption

ByFreeToUse orders the results by the free_to_use field.

func ByGoverningBody added in v0.7.3

func ByGoverningBody(opts ...sql.OrderTermOption) OrderOption

ByGoverningBody orders the results by the governing_body field.

func ByGoverningBodyLogoURL added in v0.7.5

func ByGoverningBodyLogoURL(opts ...sql.OrderTermOption) OrderOption

ByGoverningBodyLogoURL orders the results by the governing_body_logo_url field.

func ByHistoryTime

func ByHistoryTime(opts ...sql.OrderTermOption) OrderOption

ByHistoryTime orders the results by the history_time field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIsPublic added in v0.7.3

func ByIsPublic(opts ...sql.OrderTermOption) OrderOption

ByIsPublic orders the results by the is_public field.

func ByLink(opts ...sql.OrderTermOption) OrderOption

ByLink orders the results by the link field.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByOperation

func ByOperation(opts ...sql.OrderTermOption) OrderOption

ByOperation orders the results by the operation field.

func ByOwnerID added in v0.7.3

func ByOwnerID(opts ...sql.OrderTermOption) OrderOption

ByOwnerID orders the results by the owner_id field.

func ByRef

func ByRef(opts ...sql.OrderTermOption) OrderOption

ByRef orders the results by the ref field.

func ByRevision added in v0.7.3

func ByRevision(opts ...sql.OrderTermOption) OrderOption

ByRevision orders the results by the revision field.

func ByShortName added in v0.7.3

func ByShortName(opts ...sql.OrderTermOption) OrderOption

ByShortName orders the results by the short_name field.

func ByStandardType

func ByStandardType(opts ...sql.OrderTermOption) OrderOption

ByStandardType orders the results by the standard_type field.

func ByStatus

func ByStatus(opts ...sql.OrderTermOption) OrderOption

ByStatus orders the results by the status field.

func BySystemOwned added in v0.7.3

func BySystemOwned(opts ...sql.OrderTermOption) OrderOption

BySystemOwned orders the results by the system_owned field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption

ByUpdatedBy orders the results by the updated_by field.

func ByVersion

func ByVersion(opts ...sql.OrderTermOption) OrderOption

ByVersion orders the results by the version field.

Jump to

Keyboard shortcuts

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