subcontrolhistory

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the subcontrolhistory type in the database.
	Label = "subcontrol_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"
	// FieldMappingID holds the string denoting the mapping_id field in the database.
	FieldMappingID = "mapping_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// 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"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldSubcontrolType holds the string denoting the subcontrol_type field in the database.
	FieldSubcontrolType = "subcontrol_type"
	// FieldVersion holds the string denoting the version field in the database.
	FieldVersion = "version"
	// FieldSubcontrolNumber holds the string denoting the subcontrol_number field in the database.
	FieldSubcontrolNumber = "subcontrol_number"
	// FieldFamily holds the string denoting the family field in the database.
	FieldFamily = "family"
	// FieldClass holds the string denoting the class field in the database.
	FieldClass = "class"
	// FieldSource holds the string denoting the source field in the database.
	FieldSource = "source"
	// FieldMappedFrameworks holds the string denoting the mapped_frameworks field in the database.
	FieldMappedFrameworks = "mapped_frameworks"
	// FieldImplementationEvidence holds the string denoting the implementation_evidence field in the database.
	FieldImplementationEvidence = "implementation_evidence"
	// FieldImplementationStatus holds the string denoting the implementation_status field in the database.
	FieldImplementationStatus = "implementation_status"
	// FieldImplementationDate holds the string denoting the implementation_date field in the database.
	FieldImplementationDate = "implementation_date"
	// FieldImplementationVerification holds the string denoting the implementation_verification field in the database.
	FieldImplementationVerification = "implementation_verification"
	// FieldImplementationVerificationDate holds the string denoting the implementation_verification_date field in the database.
	FieldImplementationVerificationDate = "implementation_verification_date"
	// FieldDetails holds the string denoting the details field in the database.
	FieldDetails = "details"
	// Table holds the table name of the subcontrolhistory in the database.
	Table = "subcontrol_history"
)

Variables

View Source
var (
	// 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
	// DefaultMappingID holds the default value on creation for the "mapping_id" field.
	DefaultMappingID func() string
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Columns holds all SQL columns for subcontrolhistory fields.

Functions

func And

And groups predicates with the AND operator between them.

func Class

Class applies equality check predicate on the "class" field. It's identical to ClassEQ.

func ClassContains

func ClassContains(v string) predicate.SubcontrolHistory

ClassContains applies the Contains predicate on the "class" field.

func ClassContainsFold

func ClassContainsFold(v string) predicate.SubcontrolHistory

ClassContainsFold applies the ContainsFold predicate on the "class" field.

func ClassEQ

ClassEQ applies the EQ predicate on the "class" field.

func ClassEqualFold

func ClassEqualFold(v string) predicate.SubcontrolHistory

ClassEqualFold applies the EqualFold predicate on the "class" field.

func ClassGT

ClassGT applies the GT predicate on the "class" field.

func ClassGTE

ClassGTE applies the GTE predicate on the "class" field.

func ClassHasPrefix

func ClassHasPrefix(v string) predicate.SubcontrolHistory

ClassHasPrefix applies the HasPrefix predicate on the "class" field.

func ClassHasSuffix

func ClassHasSuffix(v string) predicate.SubcontrolHistory

ClassHasSuffix applies the HasSuffix predicate on the "class" field.

func ClassIn

func ClassIn(vs ...string) predicate.SubcontrolHistory

ClassIn applies the In predicate on the "class" field.

func ClassIsNil

func ClassIsNil() predicate.SubcontrolHistory

ClassIsNil applies the IsNil predicate on the "class" field.

func ClassLT

ClassLT applies the LT predicate on the "class" field.

func ClassLTE

ClassLTE applies the LTE predicate on the "class" field.

func ClassNEQ

ClassNEQ applies the NEQ predicate on the "class" field.

func ClassNotIn

func ClassNotIn(vs ...string) predicate.SubcontrolHistory

ClassNotIn applies the NotIn predicate on the "class" field.

func ClassNotNil

func ClassNotNil() predicate.SubcontrolHistory

ClassNotNil applies the NotNil predicate on the "class" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.SubcontrolHistory

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.SubcontrolHistory

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.SubcontrolHistory

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

func CreatedBy

func CreatedBy(v string) predicate.SubcontrolHistory

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

func CreatedByContains

func CreatedByContains(v string) predicate.SubcontrolHistory

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.SubcontrolHistory

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.SubcontrolHistory

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.SubcontrolHistory

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

func CreatedByGT

func CreatedByGT(v string) predicate.SubcontrolHistory

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.SubcontrolHistory

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.SubcontrolHistory

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.SubcontrolHistory

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.SubcontrolHistory

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

func CreatedByLT

func CreatedByLT(v string) predicate.SubcontrolHistory

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.SubcontrolHistory

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.SubcontrolHistory

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.SubcontrolHistory

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

func DeletedAt

func DeletedAt(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.SubcontrolHistory

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.SubcontrolHistory

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.SubcontrolHistory

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

func DeletedBy

func DeletedBy(v string) predicate.SubcontrolHistory

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

func DeletedByContains

func DeletedByContains(v string) predicate.SubcontrolHistory

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.SubcontrolHistory

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.SubcontrolHistory

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.SubcontrolHistory

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

func DeletedByGT

func DeletedByGT(v string) predicate.SubcontrolHistory

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.SubcontrolHistory

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.SubcontrolHistory

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.SubcontrolHistory

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.SubcontrolHistory

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

func DeletedByLT

func DeletedByLT(v string) predicate.SubcontrolHistory

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.SubcontrolHistory

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.SubcontrolHistory

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.SubcontrolHistory

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

func Description

func Description(v string) predicate.SubcontrolHistory

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

func DescriptionContains

func DescriptionContains(v string) predicate.SubcontrolHistory

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.SubcontrolHistory

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.SubcontrolHistory

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.SubcontrolHistory

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

func DescriptionGT

func DescriptionGT(v string) predicate.SubcontrolHistory

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.SubcontrolHistory

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.SubcontrolHistory

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.SubcontrolHistory

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.SubcontrolHistory

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

func DescriptionLT

func DescriptionLT(v string) predicate.SubcontrolHistory

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.SubcontrolHistory

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.SubcontrolHistory

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.SubcontrolHistory

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

func DetailsIsNil

func DetailsIsNil() predicate.SubcontrolHistory

DetailsIsNil applies the IsNil predicate on the "details" field.

func DetailsNotNil

func DetailsNotNil() predicate.SubcontrolHistory

DetailsNotNil applies the NotNil predicate on the "details" field.

func Family

Family applies equality check predicate on the "family" field. It's identical to FamilyEQ.

func FamilyContains

func FamilyContains(v string) predicate.SubcontrolHistory

FamilyContains applies the Contains predicate on the "family" field.

func FamilyContainsFold

func FamilyContainsFold(v string) predicate.SubcontrolHistory

FamilyContainsFold applies the ContainsFold predicate on the "family" field.

func FamilyEQ

FamilyEQ applies the EQ predicate on the "family" field.

func FamilyEqualFold

func FamilyEqualFold(v string) predicate.SubcontrolHistory

FamilyEqualFold applies the EqualFold predicate on the "family" field.

func FamilyGT

FamilyGT applies the GT predicate on the "family" field.

func FamilyGTE

func FamilyGTE(v string) predicate.SubcontrolHistory

FamilyGTE applies the GTE predicate on the "family" field.

func FamilyHasPrefix

func FamilyHasPrefix(v string) predicate.SubcontrolHistory

FamilyHasPrefix applies the HasPrefix predicate on the "family" field.

func FamilyHasSuffix

func FamilyHasSuffix(v string) predicate.SubcontrolHistory

FamilyHasSuffix applies the HasSuffix predicate on the "family" field.

func FamilyIn

func FamilyIn(vs ...string) predicate.SubcontrolHistory

FamilyIn applies the In predicate on the "family" field.

func FamilyIsNil

func FamilyIsNil() predicate.SubcontrolHistory

FamilyIsNil applies the IsNil predicate on the "family" field.

func FamilyLT

FamilyLT applies the LT predicate on the "family" field.

func FamilyLTE

func FamilyLTE(v string) predicate.SubcontrolHistory

FamilyLTE applies the LTE predicate on the "family" field.

func FamilyNEQ

func FamilyNEQ(v string) predicate.SubcontrolHistory

FamilyNEQ applies the NEQ predicate on the "family" field.

func FamilyNotIn

func FamilyNotIn(vs ...string) predicate.SubcontrolHistory

FamilyNotIn applies the NotIn predicate on the "family" field.

func FamilyNotNil

func FamilyNotNil() predicate.SubcontrolHistory

FamilyNotNil applies the NotNil predicate on the "family" field.

func HistoryTime

func HistoryTime(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeEQ

func HistoryTimeEQ(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeGT

func HistoryTimeGT(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeGTE

func HistoryTimeGTE(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeIn

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

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

func HistoryTimeLT

func HistoryTimeLT(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeLTE

func HistoryTimeLTE(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeNEQ

func HistoryTimeNEQ(v time.Time) predicate.SubcontrolHistory

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

func HistoryTimeNotIn

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

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

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

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

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

IDNotIn applies the NotIn predicate on the ID field.

func ImplementationDate

func ImplementationDate(v time.Time) predicate.SubcontrolHistory

ImplementationDate applies equality check predicate on the "implementation_date" field. It's identical to ImplementationDateEQ.

func ImplementationDateEQ

func ImplementationDateEQ(v time.Time) predicate.SubcontrolHistory

ImplementationDateEQ applies the EQ predicate on the "implementation_date" field.

func ImplementationDateGT

func ImplementationDateGT(v time.Time) predicate.SubcontrolHistory

ImplementationDateGT applies the GT predicate on the "implementation_date" field.

func ImplementationDateGTE

func ImplementationDateGTE(v time.Time) predicate.SubcontrolHistory

ImplementationDateGTE applies the GTE predicate on the "implementation_date" field.

func ImplementationDateIn

func ImplementationDateIn(vs ...time.Time) predicate.SubcontrolHistory

ImplementationDateIn applies the In predicate on the "implementation_date" field.

func ImplementationDateIsNil

func ImplementationDateIsNil() predicate.SubcontrolHistory

ImplementationDateIsNil applies the IsNil predicate on the "implementation_date" field.

func ImplementationDateLT

func ImplementationDateLT(v time.Time) predicate.SubcontrolHistory

ImplementationDateLT applies the LT predicate on the "implementation_date" field.

func ImplementationDateLTE

func ImplementationDateLTE(v time.Time) predicate.SubcontrolHistory

ImplementationDateLTE applies the LTE predicate on the "implementation_date" field.

func ImplementationDateNEQ

func ImplementationDateNEQ(v time.Time) predicate.SubcontrolHistory

ImplementationDateNEQ applies the NEQ predicate on the "implementation_date" field.

func ImplementationDateNotIn

func ImplementationDateNotIn(vs ...time.Time) predicate.SubcontrolHistory

ImplementationDateNotIn applies the NotIn predicate on the "implementation_date" field.

func ImplementationDateNotNil

func ImplementationDateNotNil() predicate.SubcontrolHistory

ImplementationDateNotNil applies the NotNil predicate on the "implementation_date" field.

func ImplementationEvidence

func ImplementationEvidence(v string) predicate.SubcontrolHistory

ImplementationEvidence applies equality check predicate on the "implementation_evidence" field. It's identical to ImplementationEvidenceEQ.

func ImplementationEvidenceContains

func ImplementationEvidenceContains(v string) predicate.SubcontrolHistory

ImplementationEvidenceContains applies the Contains predicate on the "implementation_evidence" field.

func ImplementationEvidenceContainsFold

func ImplementationEvidenceContainsFold(v string) predicate.SubcontrolHistory

ImplementationEvidenceContainsFold applies the ContainsFold predicate on the "implementation_evidence" field.

func ImplementationEvidenceEQ

func ImplementationEvidenceEQ(v string) predicate.SubcontrolHistory

ImplementationEvidenceEQ applies the EQ predicate on the "implementation_evidence" field.

func ImplementationEvidenceEqualFold

func ImplementationEvidenceEqualFold(v string) predicate.SubcontrolHistory

ImplementationEvidenceEqualFold applies the EqualFold predicate on the "implementation_evidence" field.

func ImplementationEvidenceGT

func ImplementationEvidenceGT(v string) predicate.SubcontrolHistory

ImplementationEvidenceGT applies the GT predicate on the "implementation_evidence" field.

func ImplementationEvidenceGTE

func ImplementationEvidenceGTE(v string) predicate.SubcontrolHistory

ImplementationEvidenceGTE applies the GTE predicate on the "implementation_evidence" field.

func ImplementationEvidenceHasPrefix

func ImplementationEvidenceHasPrefix(v string) predicate.SubcontrolHistory

ImplementationEvidenceHasPrefix applies the HasPrefix predicate on the "implementation_evidence" field.

func ImplementationEvidenceHasSuffix

func ImplementationEvidenceHasSuffix(v string) predicate.SubcontrolHistory

ImplementationEvidenceHasSuffix applies the HasSuffix predicate on the "implementation_evidence" field.

func ImplementationEvidenceIn

func ImplementationEvidenceIn(vs ...string) predicate.SubcontrolHistory

ImplementationEvidenceIn applies the In predicate on the "implementation_evidence" field.

func ImplementationEvidenceIsNil

func ImplementationEvidenceIsNil() predicate.SubcontrolHistory

ImplementationEvidenceIsNil applies the IsNil predicate on the "implementation_evidence" field.

func ImplementationEvidenceLT

func ImplementationEvidenceLT(v string) predicate.SubcontrolHistory

ImplementationEvidenceLT applies the LT predicate on the "implementation_evidence" field.

func ImplementationEvidenceLTE

func ImplementationEvidenceLTE(v string) predicate.SubcontrolHistory

ImplementationEvidenceLTE applies the LTE predicate on the "implementation_evidence" field.

func ImplementationEvidenceNEQ

func ImplementationEvidenceNEQ(v string) predicate.SubcontrolHistory

ImplementationEvidenceNEQ applies the NEQ predicate on the "implementation_evidence" field.

func ImplementationEvidenceNotIn

func ImplementationEvidenceNotIn(vs ...string) predicate.SubcontrolHistory

ImplementationEvidenceNotIn applies the NotIn predicate on the "implementation_evidence" field.

func ImplementationEvidenceNotNil

func ImplementationEvidenceNotNil() predicate.SubcontrolHistory

ImplementationEvidenceNotNil applies the NotNil predicate on the "implementation_evidence" field.

func ImplementationStatus

func ImplementationStatus(v string) predicate.SubcontrolHistory

ImplementationStatus applies equality check predicate on the "implementation_status" field. It's identical to ImplementationStatusEQ.

func ImplementationStatusContains

func ImplementationStatusContains(v string) predicate.SubcontrolHistory

ImplementationStatusContains applies the Contains predicate on the "implementation_status" field.

func ImplementationStatusContainsFold

func ImplementationStatusContainsFold(v string) predicate.SubcontrolHistory

ImplementationStatusContainsFold applies the ContainsFold predicate on the "implementation_status" field.

func ImplementationStatusEQ

func ImplementationStatusEQ(v string) predicate.SubcontrolHistory

ImplementationStatusEQ applies the EQ predicate on the "implementation_status" field.

func ImplementationStatusEqualFold

func ImplementationStatusEqualFold(v string) predicate.SubcontrolHistory

ImplementationStatusEqualFold applies the EqualFold predicate on the "implementation_status" field.

func ImplementationStatusGT

func ImplementationStatusGT(v string) predicate.SubcontrolHistory

ImplementationStatusGT applies the GT predicate on the "implementation_status" field.

func ImplementationStatusGTE

func ImplementationStatusGTE(v string) predicate.SubcontrolHistory

ImplementationStatusGTE applies the GTE predicate on the "implementation_status" field.

func ImplementationStatusHasPrefix

func ImplementationStatusHasPrefix(v string) predicate.SubcontrolHistory

ImplementationStatusHasPrefix applies the HasPrefix predicate on the "implementation_status" field.

func ImplementationStatusHasSuffix

func ImplementationStatusHasSuffix(v string) predicate.SubcontrolHistory

ImplementationStatusHasSuffix applies the HasSuffix predicate on the "implementation_status" field.

func ImplementationStatusIn

func ImplementationStatusIn(vs ...string) predicate.SubcontrolHistory

ImplementationStatusIn applies the In predicate on the "implementation_status" field.

func ImplementationStatusIsNil

func ImplementationStatusIsNil() predicate.SubcontrolHistory

ImplementationStatusIsNil applies the IsNil predicate on the "implementation_status" field.

func ImplementationStatusLT

func ImplementationStatusLT(v string) predicate.SubcontrolHistory

ImplementationStatusLT applies the LT predicate on the "implementation_status" field.

func ImplementationStatusLTE

func ImplementationStatusLTE(v string) predicate.SubcontrolHistory

ImplementationStatusLTE applies the LTE predicate on the "implementation_status" field.

func ImplementationStatusNEQ

func ImplementationStatusNEQ(v string) predicate.SubcontrolHistory

ImplementationStatusNEQ applies the NEQ predicate on the "implementation_status" field.

func ImplementationStatusNotIn

func ImplementationStatusNotIn(vs ...string) predicate.SubcontrolHistory

ImplementationStatusNotIn applies the NotIn predicate on the "implementation_status" field.

func ImplementationStatusNotNil

func ImplementationStatusNotNil() predicate.SubcontrolHistory

ImplementationStatusNotNil applies the NotNil predicate on the "implementation_status" field.

func ImplementationVerification

func ImplementationVerification(v string) predicate.SubcontrolHistory

ImplementationVerification applies equality check predicate on the "implementation_verification" field. It's identical to ImplementationVerificationEQ.

func ImplementationVerificationContains

func ImplementationVerificationContains(v string) predicate.SubcontrolHistory

ImplementationVerificationContains applies the Contains predicate on the "implementation_verification" field.

func ImplementationVerificationContainsFold

func ImplementationVerificationContainsFold(v string) predicate.SubcontrolHistory

ImplementationVerificationContainsFold applies the ContainsFold predicate on the "implementation_verification" field.

func ImplementationVerificationDate

func ImplementationVerificationDate(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDate applies equality check predicate on the "implementation_verification_date" field. It's identical to ImplementationVerificationDateEQ.

func ImplementationVerificationDateEQ

func ImplementationVerificationDateEQ(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateEQ applies the EQ predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateGT

func ImplementationVerificationDateGT(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateGT applies the GT predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateGTE

func ImplementationVerificationDateGTE(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateGTE applies the GTE predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateIn

func ImplementationVerificationDateIn(vs ...time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateIn applies the In predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateIsNil

func ImplementationVerificationDateIsNil() predicate.SubcontrolHistory

ImplementationVerificationDateIsNil applies the IsNil predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateLT

func ImplementationVerificationDateLT(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateLT applies the LT predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateLTE

func ImplementationVerificationDateLTE(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateLTE applies the LTE predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateNEQ

func ImplementationVerificationDateNEQ(v time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateNEQ applies the NEQ predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateNotIn

func ImplementationVerificationDateNotIn(vs ...time.Time) predicate.SubcontrolHistory

ImplementationVerificationDateNotIn applies the NotIn predicate on the "implementation_verification_date" field.

func ImplementationVerificationDateNotNil

func ImplementationVerificationDateNotNil() predicate.SubcontrolHistory

ImplementationVerificationDateNotNil applies the NotNil predicate on the "implementation_verification_date" field.

func ImplementationVerificationEQ

func ImplementationVerificationEQ(v string) predicate.SubcontrolHistory

ImplementationVerificationEQ applies the EQ predicate on the "implementation_verification" field.

func ImplementationVerificationEqualFold

func ImplementationVerificationEqualFold(v string) predicate.SubcontrolHistory

ImplementationVerificationEqualFold applies the EqualFold predicate on the "implementation_verification" field.

func ImplementationVerificationGT

func ImplementationVerificationGT(v string) predicate.SubcontrolHistory

ImplementationVerificationGT applies the GT predicate on the "implementation_verification" field.

func ImplementationVerificationGTE

func ImplementationVerificationGTE(v string) predicate.SubcontrolHistory

ImplementationVerificationGTE applies the GTE predicate on the "implementation_verification" field.

func ImplementationVerificationHasPrefix

func ImplementationVerificationHasPrefix(v string) predicate.SubcontrolHistory

ImplementationVerificationHasPrefix applies the HasPrefix predicate on the "implementation_verification" field.

func ImplementationVerificationHasSuffix

func ImplementationVerificationHasSuffix(v string) predicate.SubcontrolHistory

ImplementationVerificationHasSuffix applies the HasSuffix predicate on the "implementation_verification" field.

func ImplementationVerificationIn

func ImplementationVerificationIn(vs ...string) predicate.SubcontrolHistory

ImplementationVerificationIn applies the In predicate on the "implementation_verification" field.

func ImplementationVerificationIsNil

func ImplementationVerificationIsNil() predicate.SubcontrolHistory

ImplementationVerificationIsNil applies the IsNil predicate on the "implementation_verification" field.

func ImplementationVerificationLT

func ImplementationVerificationLT(v string) predicate.SubcontrolHistory

ImplementationVerificationLT applies the LT predicate on the "implementation_verification" field.

func ImplementationVerificationLTE

func ImplementationVerificationLTE(v string) predicate.SubcontrolHistory

ImplementationVerificationLTE applies the LTE predicate on the "implementation_verification" field.

func ImplementationVerificationNEQ

func ImplementationVerificationNEQ(v string) predicate.SubcontrolHistory

ImplementationVerificationNEQ applies the NEQ predicate on the "implementation_verification" field.

func ImplementationVerificationNotIn

func ImplementationVerificationNotIn(vs ...string) predicate.SubcontrolHistory

ImplementationVerificationNotIn applies the NotIn predicate on the "implementation_verification" field.

func ImplementationVerificationNotNil

func ImplementationVerificationNotNil() predicate.SubcontrolHistory

ImplementationVerificationNotNil applies the NotNil predicate on the "implementation_verification" field.

func MappedFrameworks

func MappedFrameworks(v string) predicate.SubcontrolHistory

MappedFrameworks applies equality check predicate on the "mapped_frameworks" field. It's identical to MappedFrameworksEQ.

func MappedFrameworksContains

func MappedFrameworksContains(v string) predicate.SubcontrolHistory

MappedFrameworksContains applies the Contains predicate on the "mapped_frameworks" field.

func MappedFrameworksContainsFold

func MappedFrameworksContainsFold(v string) predicate.SubcontrolHistory

MappedFrameworksContainsFold applies the ContainsFold predicate on the "mapped_frameworks" field.

func MappedFrameworksEQ

func MappedFrameworksEQ(v string) predicate.SubcontrolHistory

MappedFrameworksEQ applies the EQ predicate on the "mapped_frameworks" field.

func MappedFrameworksEqualFold

func MappedFrameworksEqualFold(v string) predicate.SubcontrolHistory

MappedFrameworksEqualFold applies the EqualFold predicate on the "mapped_frameworks" field.

func MappedFrameworksGT

func MappedFrameworksGT(v string) predicate.SubcontrolHistory

MappedFrameworksGT applies the GT predicate on the "mapped_frameworks" field.

func MappedFrameworksGTE

func MappedFrameworksGTE(v string) predicate.SubcontrolHistory

MappedFrameworksGTE applies the GTE predicate on the "mapped_frameworks" field.

func MappedFrameworksHasPrefix

func MappedFrameworksHasPrefix(v string) predicate.SubcontrolHistory

MappedFrameworksHasPrefix applies the HasPrefix predicate on the "mapped_frameworks" field.

func MappedFrameworksHasSuffix

func MappedFrameworksHasSuffix(v string) predicate.SubcontrolHistory

MappedFrameworksHasSuffix applies the HasSuffix predicate on the "mapped_frameworks" field.

func MappedFrameworksIn

func MappedFrameworksIn(vs ...string) predicate.SubcontrolHistory

MappedFrameworksIn applies the In predicate on the "mapped_frameworks" field.

func MappedFrameworksIsNil

func MappedFrameworksIsNil() predicate.SubcontrolHistory

MappedFrameworksIsNil applies the IsNil predicate on the "mapped_frameworks" field.

func MappedFrameworksLT

func MappedFrameworksLT(v string) predicate.SubcontrolHistory

MappedFrameworksLT applies the LT predicate on the "mapped_frameworks" field.

func MappedFrameworksLTE

func MappedFrameworksLTE(v string) predicate.SubcontrolHistory

MappedFrameworksLTE applies the LTE predicate on the "mapped_frameworks" field.

func MappedFrameworksNEQ

func MappedFrameworksNEQ(v string) predicate.SubcontrolHistory

MappedFrameworksNEQ applies the NEQ predicate on the "mapped_frameworks" field.

func MappedFrameworksNotIn

func MappedFrameworksNotIn(vs ...string) predicate.SubcontrolHistory

MappedFrameworksNotIn applies the NotIn predicate on the "mapped_frameworks" field.

func MappedFrameworksNotNil

func MappedFrameworksNotNil() predicate.SubcontrolHistory

MappedFrameworksNotNil applies the NotNil predicate on the "mapped_frameworks" field.

func MappingID

func MappingID(v string) predicate.SubcontrolHistory

MappingID applies equality check predicate on the "mapping_id" field. It's identical to MappingIDEQ.

func MappingIDContains

func MappingIDContains(v string) predicate.SubcontrolHistory

MappingIDContains applies the Contains predicate on the "mapping_id" field.

func MappingIDContainsFold

func MappingIDContainsFold(v string) predicate.SubcontrolHistory

MappingIDContainsFold applies the ContainsFold predicate on the "mapping_id" field.

func MappingIDEQ

func MappingIDEQ(v string) predicate.SubcontrolHistory

MappingIDEQ applies the EQ predicate on the "mapping_id" field.

func MappingIDEqualFold

func MappingIDEqualFold(v string) predicate.SubcontrolHistory

MappingIDEqualFold applies the EqualFold predicate on the "mapping_id" field.

func MappingIDGT

func MappingIDGT(v string) predicate.SubcontrolHistory

MappingIDGT applies the GT predicate on the "mapping_id" field.

func MappingIDGTE

func MappingIDGTE(v string) predicate.SubcontrolHistory

MappingIDGTE applies the GTE predicate on the "mapping_id" field.

func MappingIDHasPrefix

func MappingIDHasPrefix(v string) predicate.SubcontrolHistory

MappingIDHasPrefix applies the HasPrefix predicate on the "mapping_id" field.

func MappingIDHasSuffix

func MappingIDHasSuffix(v string) predicate.SubcontrolHistory

MappingIDHasSuffix applies the HasSuffix predicate on the "mapping_id" field.

func MappingIDIn

func MappingIDIn(vs ...string) predicate.SubcontrolHistory

MappingIDIn applies the In predicate on the "mapping_id" field.

func MappingIDLT

func MappingIDLT(v string) predicate.SubcontrolHistory

MappingIDLT applies the LT predicate on the "mapping_id" field.

func MappingIDLTE

func MappingIDLTE(v string) predicate.SubcontrolHistory

MappingIDLTE applies the LTE predicate on the "mapping_id" field.

func MappingIDNEQ

func MappingIDNEQ(v string) predicate.SubcontrolHistory

MappingIDNEQ applies the NEQ predicate on the "mapping_id" field.

func MappingIDNotIn

func MappingIDNotIn(vs ...string) predicate.SubcontrolHistory

MappingIDNotIn applies the NotIn predicate on the "mapping_id" field.

func Name

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

func NameContains

func NameContains(v string) predicate.SubcontrolHistory

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

func NameContainsFold

func NameContainsFold(v string) predicate.SubcontrolHistory

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

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

func NameGT

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

func NameGTE

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.SubcontrolHistory

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.SubcontrolHistory

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

func NameIn

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

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

func NameLT

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

func NameLTE

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

func NameNEQ

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

func NameNotIn

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

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

func Not

Not applies the not operator on the given predicate.

func OperationEQ

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

func OperationIn

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

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

func OperationNEQ

func OperationNEQ(v history.OpType) predicate.SubcontrolHistory

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

func OperationNotIn

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

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 Ref

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

func RefContains

func RefContains(v string) predicate.SubcontrolHistory

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

func RefContainsFold

func RefContainsFold(v string) predicate.SubcontrolHistory

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

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

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

func RefHasSuffix

func RefHasSuffix(v string) predicate.SubcontrolHistory

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

func RefIn

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

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

func RefIsNil

func RefIsNil() predicate.SubcontrolHistory

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

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

func RefNotNil

func RefNotNil() predicate.SubcontrolHistory

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

func Source

Source applies equality check predicate on the "source" field. It's identical to SourceEQ.

func SourceContains

func SourceContains(v string) predicate.SubcontrolHistory

SourceContains applies the Contains predicate on the "source" field.

func SourceContainsFold

func SourceContainsFold(v string) predicate.SubcontrolHistory

SourceContainsFold applies the ContainsFold predicate on the "source" field.

func SourceEQ

SourceEQ applies the EQ predicate on the "source" field.

func SourceEqualFold

func SourceEqualFold(v string) predicate.SubcontrolHistory

SourceEqualFold applies the EqualFold predicate on the "source" field.

func SourceGT

SourceGT applies the GT predicate on the "source" field.

func SourceGTE

func SourceGTE(v string) predicate.SubcontrolHistory

SourceGTE applies the GTE predicate on the "source" field.

func SourceHasPrefix

func SourceHasPrefix(v string) predicate.SubcontrolHistory

SourceHasPrefix applies the HasPrefix predicate on the "source" field.

func SourceHasSuffix

func SourceHasSuffix(v string) predicate.SubcontrolHistory

SourceHasSuffix applies the HasSuffix predicate on the "source" field.

func SourceIn

func SourceIn(vs ...string) predicate.SubcontrolHistory

SourceIn applies the In predicate on the "source" field.

func SourceIsNil

func SourceIsNil() predicate.SubcontrolHistory

SourceIsNil applies the IsNil predicate on the "source" field.

func SourceLT

SourceLT applies the LT predicate on the "source" field.

func SourceLTE

func SourceLTE(v string) predicate.SubcontrolHistory

SourceLTE applies the LTE predicate on the "source" field.

func SourceNEQ

func SourceNEQ(v string) predicate.SubcontrolHistory

SourceNEQ applies the NEQ predicate on the "source" field.

func SourceNotIn

func SourceNotIn(vs ...string) predicate.SubcontrolHistory

SourceNotIn applies the NotIn predicate on the "source" field.

func SourceNotNil

func SourceNotNil() predicate.SubcontrolHistory

SourceNotNil applies the NotNil predicate on the "source" field.

func Status

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

func StatusContains

func StatusContains(v string) predicate.SubcontrolHistory

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.SubcontrolHistory

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusEQ

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.SubcontrolHistory

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

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

func StatusGTE

func StatusGTE(v string) predicate.SubcontrolHistory

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

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.SubcontrolHistory

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.SubcontrolHistory

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.SubcontrolHistory

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

func StatusIsNil

func StatusIsNil() predicate.SubcontrolHistory

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

func StatusLT

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

func StatusLTE

func StatusLTE(v string) predicate.SubcontrolHistory

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

func StatusNEQ

func StatusNEQ(v string) predicate.SubcontrolHistory

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

func StatusNotIn

func StatusNotIn(vs ...string) predicate.SubcontrolHistory

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

func StatusNotNil

func StatusNotNil() predicate.SubcontrolHistory

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

func SubcontrolNumber

func SubcontrolNumber(v string) predicate.SubcontrolHistory

SubcontrolNumber applies equality check predicate on the "subcontrol_number" field. It's identical to SubcontrolNumberEQ.

func SubcontrolNumberContains

func SubcontrolNumberContains(v string) predicate.SubcontrolHistory

SubcontrolNumberContains applies the Contains predicate on the "subcontrol_number" field.

func SubcontrolNumberContainsFold

func SubcontrolNumberContainsFold(v string) predicate.SubcontrolHistory

SubcontrolNumberContainsFold applies the ContainsFold predicate on the "subcontrol_number" field.

func SubcontrolNumberEQ

func SubcontrolNumberEQ(v string) predicate.SubcontrolHistory

SubcontrolNumberEQ applies the EQ predicate on the "subcontrol_number" field.

func SubcontrolNumberEqualFold

func SubcontrolNumberEqualFold(v string) predicate.SubcontrolHistory

SubcontrolNumberEqualFold applies the EqualFold predicate on the "subcontrol_number" field.

func SubcontrolNumberGT

func SubcontrolNumberGT(v string) predicate.SubcontrolHistory

SubcontrolNumberGT applies the GT predicate on the "subcontrol_number" field.

func SubcontrolNumberGTE

func SubcontrolNumberGTE(v string) predicate.SubcontrolHistory

SubcontrolNumberGTE applies the GTE predicate on the "subcontrol_number" field.

func SubcontrolNumberHasPrefix

func SubcontrolNumberHasPrefix(v string) predicate.SubcontrolHistory

SubcontrolNumberHasPrefix applies the HasPrefix predicate on the "subcontrol_number" field.

func SubcontrolNumberHasSuffix

func SubcontrolNumberHasSuffix(v string) predicate.SubcontrolHistory

SubcontrolNumberHasSuffix applies the HasSuffix predicate on the "subcontrol_number" field.

func SubcontrolNumberIn

func SubcontrolNumberIn(vs ...string) predicate.SubcontrolHistory

SubcontrolNumberIn applies the In predicate on the "subcontrol_number" field.

func SubcontrolNumberIsNil

func SubcontrolNumberIsNil() predicate.SubcontrolHistory

SubcontrolNumberIsNil applies the IsNil predicate on the "subcontrol_number" field.

func SubcontrolNumberLT

func SubcontrolNumberLT(v string) predicate.SubcontrolHistory

SubcontrolNumberLT applies the LT predicate on the "subcontrol_number" field.

func SubcontrolNumberLTE

func SubcontrolNumberLTE(v string) predicate.SubcontrolHistory

SubcontrolNumberLTE applies the LTE predicate on the "subcontrol_number" field.

func SubcontrolNumberNEQ

func SubcontrolNumberNEQ(v string) predicate.SubcontrolHistory

SubcontrolNumberNEQ applies the NEQ predicate on the "subcontrol_number" field.

func SubcontrolNumberNotIn

func SubcontrolNumberNotIn(vs ...string) predicate.SubcontrolHistory

SubcontrolNumberNotIn applies the NotIn predicate on the "subcontrol_number" field.

func SubcontrolNumberNotNil

func SubcontrolNumberNotNil() predicate.SubcontrolHistory

SubcontrolNumberNotNil applies the NotNil predicate on the "subcontrol_number" field.

func SubcontrolType

func SubcontrolType(v string) predicate.SubcontrolHistory

SubcontrolType applies equality check predicate on the "subcontrol_type" field. It's identical to SubcontrolTypeEQ.

func SubcontrolTypeContains

func SubcontrolTypeContains(v string) predicate.SubcontrolHistory

SubcontrolTypeContains applies the Contains predicate on the "subcontrol_type" field.

func SubcontrolTypeContainsFold

func SubcontrolTypeContainsFold(v string) predicate.SubcontrolHistory

SubcontrolTypeContainsFold applies the ContainsFold predicate on the "subcontrol_type" field.

func SubcontrolTypeEQ

func SubcontrolTypeEQ(v string) predicate.SubcontrolHistory

SubcontrolTypeEQ applies the EQ predicate on the "subcontrol_type" field.

func SubcontrolTypeEqualFold

func SubcontrolTypeEqualFold(v string) predicate.SubcontrolHistory

SubcontrolTypeEqualFold applies the EqualFold predicate on the "subcontrol_type" field.

func SubcontrolTypeGT

func SubcontrolTypeGT(v string) predicate.SubcontrolHistory

SubcontrolTypeGT applies the GT predicate on the "subcontrol_type" field.

func SubcontrolTypeGTE

func SubcontrolTypeGTE(v string) predicate.SubcontrolHistory

SubcontrolTypeGTE applies the GTE predicate on the "subcontrol_type" field.

func SubcontrolTypeHasPrefix

func SubcontrolTypeHasPrefix(v string) predicate.SubcontrolHistory

SubcontrolTypeHasPrefix applies the HasPrefix predicate on the "subcontrol_type" field.

func SubcontrolTypeHasSuffix

func SubcontrolTypeHasSuffix(v string) predicate.SubcontrolHistory

SubcontrolTypeHasSuffix applies the HasSuffix predicate on the "subcontrol_type" field.

func SubcontrolTypeIn

func SubcontrolTypeIn(vs ...string) predicate.SubcontrolHistory

SubcontrolTypeIn applies the In predicate on the "subcontrol_type" field.

func SubcontrolTypeIsNil

func SubcontrolTypeIsNil() predicate.SubcontrolHistory

SubcontrolTypeIsNil applies the IsNil predicate on the "subcontrol_type" field.

func SubcontrolTypeLT

func SubcontrolTypeLT(v string) predicate.SubcontrolHistory

SubcontrolTypeLT applies the LT predicate on the "subcontrol_type" field.

func SubcontrolTypeLTE

func SubcontrolTypeLTE(v string) predicate.SubcontrolHistory

SubcontrolTypeLTE applies the LTE predicate on the "subcontrol_type" field.

func SubcontrolTypeNEQ

func SubcontrolTypeNEQ(v string) predicate.SubcontrolHistory

SubcontrolTypeNEQ applies the NEQ predicate on the "subcontrol_type" field.

func SubcontrolTypeNotIn

func SubcontrolTypeNotIn(vs ...string) predicate.SubcontrolHistory

SubcontrolTypeNotIn applies the NotIn predicate on the "subcontrol_type" field.

func SubcontrolTypeNotNil

func SubcontrolTypeNotNil() predicate.SubcontrolHistory

SubcontrolTypeNotNil applies the NotNil predicate on the "subcontrol_type" field.

func TagsIsNil

func TagsIsNil() predicate.SubcontrolHistory

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

func TagsNotNil

func TagsNotNil() predicate.SubcontrolHistory

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.SubcontrolHistory

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.SubcontrolHistory

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.SubcontrolHistory

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

func UpdatedBy

func UpdatedBy(v string) predicate.SubcontrolHistory

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.SubcontrolHistory

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.SubcontrolHistory

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.SubcontrolHistory

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.SubcontrolHistory

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.SubcontrolHistory

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.SubcontrolHistory

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.SubcontrolHistory

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.SubcontrolHistory

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.SubcontrolHistory

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.SubcontrolHistory

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.SubcontrolHistory

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.SubcontrolHistory

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.SubcontrolHistory

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

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

func VersionContains

func VersionContains(v string) predicate.SubcontrolHistory

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

func VersionContainsFold

func VersionContainsFold(v string) predicate.SubcontrolHistory

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

func VersionEQ

func VersionEQ(v string) predicate.SubcontrolHistory

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

func VersionEqualFold

func VersionEqualFold(v string) predicate.SubcontrolHistory

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

func VersionGT

func VersionGT(v string) predicate.SubcontrolHistory

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

func VersionGTE

func VersionGTE(v string) predicate.SubcontrolHistory

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

func VersionHasPrefix

func VersionHasPrefix(v string) predicate.SubcontrolHistory

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

func VersionHasSuffix

func VersionHasSuffix(v string) predicate.SubcontrolHistory

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

func VersionIn

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

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

func VersionIsNil

func VersionIsNil() predicate.SubcontrolHistory

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

func VersionLT

func VersionLT(v string) predicate.SubcontrolHistory

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

func VersionLTE

func VersionLTE(v string) predicate.SubcontrolHistory

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

func VersionNEQ

func VersionNEQ(v string) predicate.SubcontrolHistory

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

func VersionNotIn

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

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

func VersionNotNil

func VersionNotNil() predicate.SubcontrolHistory

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the SubcontrolHistory queries.

func ByClass

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

ByClass orders the results by the class 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 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 ByFamily

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

ByFamily orders the results by the family 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 ByImplementationDate

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

ByImplementationDate orders the results by the implementation_date field.

func ByImplementationEvidence

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

ByImplementationEvidence orders the results by the implementation_evidence field.

func ByImplementationStatus

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

ByImplementationStatus orders the results by the implementation_status field.

func ByImplementationVerification

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

ByImplementationVerification orders the results by the implementation_verification field.

func ByImplementationVerificationDate

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

ByImplementationVerificationDate orders the results by the implementation_verification_date field.

func ByMappedFrameworks

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

ByMappedFrameworks orders the results by the mapped_frameworks field.

func ByMappingID

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

ByMappingID orders the results by the mapping_id 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 ByRef

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

ByRef orders the results by the ref field.

func BySource

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

BySource orders the results by the source field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySubcontrolNumber

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

BySubcontrolNumber orders the results by the subcontrol_number field.

func BySubcontrolType

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

BySubcontrolType orders the results by the subcontrol_type 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