matrixattack

package
v0.0.0-...-51dee1c Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the matrixattack type in the database.
	Label = "matrix_attack"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldIdMatrix holds the string denoting the idmatrix field in the database.
	FieldIdMatrix = "id_matrix"
	// FieldVendorName holds the string denoting the vendorname field in the database.
	FieldVendorName = "vendor_name"
	// FieldNameMatrix holds the string denoting the namematrix field in the database.
	FieldNameMatrix = "name_matrix"
	// FieldVersionMatrix holds the string denoting the versionmatrix field in the database.
	FieldVersionMatrix = "version_matrix"
	// FieldCreateDate holds the string denoting the createdate field in the database.
	FieldCreateDate = "create_date"
	// FieldModifyDate holds the string denoting the modifydate field in the database.
	FieldModifyDate = "modify_date"
	// Table holds the table name of the matrixattack in the database.
	Table = "matrix_attacks"
)

Variables

View Source
var (
	// DefaultVendorName holds the default value on creation for the "VendorName" field.
	DefaultVendorName string
	// DefaultNameMatrix holds the default value on creation for the "NameMatrix" field.
	DefaultNameMatrix string
	// DefaultVersionMatrix holds the default value on creation for the "VersionMatrix" field.
	DefaultVersionMatrix string
	// DefaultCreateDate holds the default value on creation for the "CreateDate" field.
	DefaultCreateDate func() time.Time
	// DefaultModifyDate holds the default value on creation for the "ModifyDate" field.
	DefaultModifyDate func() time.Time
)

Columns holds all SQL columns for matrixattack fields.

Functions

func And

func And(predicates ...predicate.MatrixAttack) predicate.MatrixAttack

And groups predicates with the AND operator between them.

func CreateDate

func CreateDate(v time.Time) predicate.MatrixAttack

CreateDate applies equality check predicate on the "CreateDate" field. It's identical to CreateDateEQ.

func CreateDateEQ

func CreateDateEQ(v time.Time) predicate.MatrixAttack

CreateDateEQ applies the EQ predicate on the "CreateDate" field.

func CreateDateGT

func CreateDateGT(v time.Time) predicate.MatrixAttack

CreateDateGT applies the GT predicate on the "CreateDate" field.

func CreateDateGTE

func CreateDateGTE(v time.Time) predicate.MatrixAttack

CreateDateGTE applies the GTE predicate on the "CreateDate" field.

func CreateDateIn

func CreateDateIn(vs ...time.Time) predicate.MatrixAttack

CreateDateIn applies the In predicate on the "CreateDate" field.

func CreateDateLT

func CreateDateLT(v time.Time) predicate.MatrixAttack

CreateDateLT applies the LT predicate on the "CreateDate" field.

func CreateDateLTE

func CreateDateLTE(v time.Time) predicate.MatrixAttack

CreateDateLTE applies the LTE predicate on the "CreateDate" field.

func CreateDateNEQ

func CreateDateNEQ(v time.Time) predicate.MatrixAttack

CreateDateNEQ applies the NEQ predicate on the "CreateDate" field.

func CreateDateNotIn

func CreateDateNotIn(vs ...time.Time) predicate.MatrixAttack

CreateDateNotIn applies the NotIn predicate on the "CreateDate" field.

func ID

func ID(id int) predicate.MatrixAttack

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int) predicate.MatrixAttack

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int) predicate.MatrixAttack

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int) predicate.MatrixAttack

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.MatrixAttack

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int) predicate.MatrixAttack

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int) predicate.MatrixAttack

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int) predicate.MatrixAttack

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.MatrixAttack

IDNotIn applies the NotIn predicate on the ID field.

func IdMatrix

func IdMatrix(v string) predicate.MatrixAttack

IdMatrix applies equality check predicate on the "IdMatrix" field. It's identical to IdMatrixEQ.

func IdMatrixContains

func IdMatrixContains(v string) predicate.MatrixAttack

IdMatrixContains applies the Contains predicate on the "IdMatrix" field.

func IdMatrixContainsFold

func IdMatrixContainsFold(v string) predicate.MatrixAttack

IdMatrixContainsFold applies the ContainsFold predicate on the "IdMatrix" field.

func IdMatrixEQ

func IdMatrixEQ(v string) predicate.MatrixAttack

IdMatrixEQ applies the EQ predicate on the "IdMatrix" field.

func IdMatrixEqualFold

func IdMatrixEqualFold(v string) predicate.MatrixAttack

IdMatrixEqualFold applies the EqualFold predicate on the "IdMatrix" field.

func IdMatrixGT

func IdMatrixGT(v string) predicate.MatrixAttack

IdMatrixGT applies the GT predicate on the "IdMatrix" field.

func IdMatrixGTE

func IdMatrixGTE(v string) predicate.MatrixAttack

IdMatrixGTE applies the GTE predicate on the "IdMatrix" field.

func IdMatrixHasPrefix

func IdMatrixHasPrefix(v string) predicate.MatrixAttack

IdMatrixHasPrefix applies the HasPrefix predicate on the "IdMatrix" field.

func IdMatrixHasSuffix

func IdMatrixHasSuffix(v string) predicate.MatrixAttack

IdMatrixHasSuffix applies the HasSuffix predicate on the "IdMatrix" field.

func IdMatrixIn

func IdMatrixIn(vs ...string) predicate.MatrixAttack

IdMatrixIn applies the In predicate on the "IdMatrix" field.

func IdMatrixLT

func IdMatrixLT(v string) predicate.MatrixAttack

IdMatrixLT applies the LT predicate on the "IdMatrix" field.

func IdMatrixLTE

func IdMatrixLTE(v string) predicate.MatrixAttack

IdMatrixLTE applies the LTE predicate on the "IdMatrix" field.

func IdMatrixNEQ

func IdMatrixNEQ(v string) predicate.MatrixAttack

IdMatrixNEQ applies the NEQ predicate on the "IdMatrix" field.

func IdMatrixNotIn

func IdMatrixNotIn(vs ...string) predicate.MatrixAttack

IdMatrixNotIn applies the NotIn predicate on the "IdMatrix" field.

func ModifyDate

func ModifyDate(v time.Time) predicate.MatrixAttack

ModifyDate applies equality check predicate on the "ModifyDate" field. It's identical to ModifyDateEQ.

func ModifyDateEQ

func ModifyDateEQ(v time.Time) predicate.MatrixAttack

ModifyDateEQ applies the EQ predicate on the "ModifyDate" field.

func ModifyDateGT

func ModifyDateGT(v time.Time) predicate.MatrixAttack

ModifyDateGT applies the GT predicate on the "ModifyDate" field.

func ModifyDateGTE

func ModifyDateGTE(v time.Time) predicate.MatrixAttack

ModifyDateGTE applies the GTE predicate on the "ModifyDate" field.

func ModifyDateIn

func ModifyDateIn(vs ...time.Time) predicate.MatrixAttack

ModifyDateIn applies the In predicate on the "ModifyDate" field.

func ModifyDateLT

func ModifyDateLT(v time.Time) predicate.MatrixAttack

ModifyDateLT applies the LT predicate on the "ModifyDate" field.

func ModifyDateLTE

func ModifyDateLTE(v time.Time) predicate.MatrixAttack

ModifyDateLTE applies the LTE predicate on the "ModifyDate" field.

func ModifyDateNEQ

func ModifyDateNEQ(v time.Time) predicate.MatrixAttack

ModifyDateNEQ applies the NEQ predicate on the "ModifyDate" field.

func ModifyDateNotIn

func ModifyDateNotIn(vs ...time.Time) predicate.MatrixAttack

ModifyDateNotIn applies the NotIn predicate on the "ModifyDate" field.

func NameMatrix

func NameMatrix(v string) predicate.MatrixAttack

NameMatrix applies equality check predicate on the "NameMatrix" field. It's identical to NameMatrixEQ.

func NameMatrixContains

func NameMatrixContains(v string) predicate.MatrixAttack

NameMatrixContains applies the Contains predicate on the "NameMatrix" field.

func NameMatrixContainsFold

func NameMatrixContainsFold(v string) predicate.MatrixAttack

NameMatrixContainsFold applies the ContainsFold predicate on the "NameMatrix" field.

func NameMatrixEQ

func NameMatrixEQ(v string) predicate.MatrixAttack

NameMatrixEQ applies the EQ predicate on the "NameMatrix" field.

func NameMatrixEqualFold

func NameMatrixEqualFold(v string) predicate.MatrixAttack

NameMatrixEqualFold applies the EqualFold predicate on the "NameMatrix" field.

func NameMatrixGT

func NameMatrixGT(v string) predicate.MatrixAttack

NameMatrixGT applies the GT predicate on the "NameMatrix" field.

func NameMatrixGTE

func NameMatrixGTE(v string) predicate.MatrixAttack

NameMatrixGTE applies the GTE predicate on the "NameMatrix" field.

func NameMatrixHasPrefix

func NameMatrixHasPrefix(v string) predicate.MatrixAttack

NameMatrixHasPrefix applies the HasPrefix predicate on the "NameMatrix" field.

func NameMatrixHasSuffix

func NameMatrixHasSuffix(v string) predicate.MatrixAttack

NameMatrixHasSuffix applies the HasSuffix predicate on the "NameMatrix" field.

func NameMatrixIn

func NameMatrixIn(vs ...string) predicate.MatrixAttack

NameMatrixIn applies the In predicate on the "NameMatrix" field.

func NameMatrixLT

func NameMatrixLT(v string) predicate.MatrixAttack

NameMatrixLT applies the LT predicate on the "NameMatrix" field.

func NameMatrixLTE

func NameMatrixLTE(v string) predicate.MatrixAttack

NameMatrixLTE applies the LTE predicate on the "NameMatrix" field.

func NameMatrixNEQ

func NameMatrixNEQ(v string) predicate.MatrixAttack

NameMatrixNEQ applies the NEQ predicate on the "NameMatrix" field.

func NameMatrixNotIn

func NameMatrixNotIn(vs ...string) predicate.MatrixAttack

NameMatrixNotIn applies the NotIn predicate on the "NameMatrix" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.MatrixAttack) predicate.MatrixAttack

Or groups predicates with the OR operator between them.

func ValidColumn

func ValidColumn(column string) bool

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

func VendorName

func VendorName(v string) predicate.MatrixAttack

VendorName applies equality check predicate on the "VendorName" field. It's identical to VendorNameEQ.

func VendorNameContains

func VendorNameContains(v string) predicate.MatrixAttack

VendorNameContains applies the Contains predicate on the "VendorName" field.

func VendorNameContainsFold

func VendorNameContainsFold(v string) predicate.MatrixAttack

VendorNameContainsFold applies the ContainsFold predicate on the "VendorName" field.

func VendorNameEQ

func VendorNameEQ(v string) predicate.MatrixAttack

VendorNameEQ applies the EQ predicate on the "VendorName" field.

func VendorNameEqualFold

func VendorNameEqualFold(v string) predicate.MatrixAttack

VendorNameEqualFold applies the EqualFold predicate on the "VendorName" field.

func VendorNameGT

func VendorNameGT(v string) predicate.MatrixAttack

VendorNameGT applies the GT predicate on the "VendorName" field.

func VendorNameGTE

func VendorNameGTE(v string) predicate.MatrixAttack

VendorNameGTE applies the GTE predicate on the "VendorName" field.

func VendorNameHasPrefix

func VendorNameHasPrefix(v string) predicate.MatrixAttack

VendorNameHasPrefix applies the HasPrefix predicate on the "VendorName" field.

func VendorNameHasSuffix

func VendorNameHasSuffix(v string) predicate.MatrixAttack

VendorNameHasSuffix applies the HasSuffix predicate on the "VendorName" field.

func VendorNameIn

func VendorNameIn(vs ...string) predicate.MatrixAttack

VendorNameIn applies the In predicate on the "VendorName" field.

func VendorNameLT

func VendorNameLT(v string) predicate.MatrixAttack

VendorNameLT applies the LT predicate on the "VendorName" field.

func VendorNameLTE

func VendorNameLTE(v string) predicate.MatrixAttack

VendorNameLTE applies the LTE predicate on the "VendorName" field.

func VendorNameNEQ

func VendorNameNEQ(v string) predicate.MatrixAttack

VendorNameNEQ applies the NEQ predicate on the "VendorName" field.

func VendorNameNotIn

func VendorNameNotIn(vs ...string) predicate.MatrixAttack

VendorNameNotIn applies the NotIn predicate on the "VendorName" field.

func VersionMatrix

func VersionMatrix(v string) predicate.MatrixAttack

VersionMatrix applies equality check predicate on the "VersionMatrix" field. It's identical to VersionMatrixEQ.

func VersionMatrixContains

func VersionMatrixContains(v string) predicate.MatrixAttack

VersionMatrixContains applies the Contains predicate on the "VersionMatrix" field.

func VersionMatrixContainsFold

func VersionMatrixContainsFold(v string) predicate.MatrixAttack

VersionMatrixContainsFold applies the ContainsFold predicate on the "VersionMatrix" field.

func VersionMatrixEQ

func VersionMatrixEQ(v string) predicate.MatrixAttack

VersionMatrixEQ applies the EQ predicate on the "VersionMatrix" field.

func VersionMatrixEqualFold

func VersionMatrixEqualFold(v string) predicate.MatrixAttack

VersionMatrixEqualFold applies the EqualFold predicate on the "VersionMatrix" field.

func VersionMatrixGT

func VersionMatrixGT(v string) predicate.MatrixAttack

VersionMatrixGT applies the GT predicate on the "VersionMatrix" field.

func VersionMatrixGTE

func VersionMatrixGTE(v string) predicate.MatrixAttack

VersionMatrixGTE applies the GTE predicate on the "VersionMatrix" field.

func VersionMatrixHasPrefix

func VersionMatrixHasPrefix(v string) predicate.MatrixAttack

VersionMatrixHasPrefix applies the HasPrefix predicate on the "VersionMatrix" field.

func VersionMatrixHasSuffix

func VersionMatrixHasSuffix(v string) predicate.MatrixAttack

VersionMatrixHasSuffix applies the HasSuffix predicate on the "VersionMatrix" field.

func VersionMatrixIn

func VersionMatrixIn(vs ...string) predicate.MatrixAttack

VersionMatrixIn applies the In predicate on the "VersionMatrix" field.

func VersionMatrixLT

func VersionMatrixLT(v string) predicate.MatrixAttack

VersionMatrixLT applies the LT predicate on the "VersionMatrix" field.

func VersionMatrixLTE

func VersionMatrixLTE(v string) predicate.MatrixAttack

VersionMatrixLTE applies the LTE predicate on the "VersionMatrix" field.

func VersionMatrixNEQ

func VersionMatrixNEQ(v string) predicate.MatrixAttack

VersionMatrixNEQ applies the NEQ predicate on the "VersionMatrix" field.

func VersionMatrixNotIn

func VersionMatrixNotIn(vs ...string) predicate.MatrixAttack

VersionMatrixNotIn applies the NotIn predicate on the "VersionMatrix" field.

Types

This section is empty.

Jump to

Keyboard shortcuts

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