proxygrouphistorydetail

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the proxygrouphistorydetail type in the database.
	Label = "proxy_group_history_detail"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldHistoryID holds the string denoting the history_id field in the database.
	FieldHistoryID = "history_id"
	// FieldNodeGroupID holds the string denoting the node_group_id field in the database.
	FieldNodeGroupID = "node_group_id"
	// FieldUserCount holds the string denoting the user_count field in the database.
	FieldUserCount = "user_count"
	// FieldNodeCount holds the string denoting the node_count field in the database.
	FieldNodeCount = "node_count"
	// FieldUserData holds the string denoting the user_data field in the database.
	FieldUserData = "user_data"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// Table holds the table name of the proxygrouphistorydetail in the database.
	Table = "group_history_detail"
)

Variables

View Source
var (
	// DefaultUserCount holds the default value on creation for the "user_count" field.
	DefaultUserCount int
	// DefaultNodeCount holds the default value on creation for the "node_count" field.
	DefaultNodeCount int
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// IDValidator is a validator for the "id" field. It is called by the builders before save.
	IDValidator func(int64) error
)

Columns holds all SQL columns for proxygrouphistorydetail fields.

Functions

func And

And groups predicates with the AND operator between them.

func CreatedAt

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

func CreatedAtEQ

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

func CreatedAtGT

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

func CreatedAtGTE

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

func CreatedAtIn

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

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

func CreatedAtLT

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

func CreatedAtLTE

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

func CreatedAtNEQ

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

func CreatedAtNotIn

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

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

func HistoryID

HistoryID applies equality check predicate on the "history_id" field. It's identical to HistoryIDEQ.

func HistoryIDEQ

HistoryIDEQ applies the EQ predicate on the "history_id" field.

func HistoryIDGT

HistoryIDGT applies the GT predicate on the "history_id" field.

func HistoryIDGTE

func HistoryIDGTE(v int64) predicate.ProxyGroupHistoryDetail

HistoryIDGTE applies the GTE predicate on the "history_id" field.

func HistoryIDIn

func HistoryIDIn(vs ...int64) predicate.ProxyGroupHistoryDetail

HistoryIDIn applies the In predicate on the "history_id" field.

func HistoryIDLT

HistoryIDLT applies the LT predicate on the "history_id" field.

func HistoryIDLTE

func HistoryIDLTE(v int64) predicate.ProxyGroupHistoryDetail

HistoryIDLTE applies the LTE predicate on the "history_id" field.

func HistoryIDNEQ

func HistoryIDNEQ(v int64) predicate.ProxyGroupHistoryDetail

HistoryIDNEQ applies the NEQ predicate on the "history_id" field.

func HistoryIDNotIn

func HistoryIDNotIn(vs ...int64) predicate.ProxyGroupHistoryDetail

HistoryIDNotIn applies the NotIn predicate on the "history_id" field.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ 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

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 ...int64) predicate.ProxyGroupHistoryDetail

IDNotIn applies the NotIn predicate on the ID field.

func NodeCount

NodeCount applies equality check predicate on the "node_count" field. It's identical to NodeCountEQ.

func NodeCountEQ

func NodeCountEQ(v int) predicate.ProxyGroupHistoryDetail

NodeCountEQ applies the EQ predicate on the "node_count" field.

func NodeCountGT

func NodeCountGT(v int) predicate.ProxyGroupHistoryDetail

NodeCountGT applies the GT predicate on the "node_count" field.

func NodeCountGTE

func NodeCountGTE(v int) predicate.ProxyGroupHistoryDetail

NodeCountGTE applies the GTE predicate on the "node_count" field.

func NodeCountIn

func NodeCountIn(vs ...int) predicate.ProxyGroupHistoryDetail

NodeCountIn applies the In predicate on the "node_count" field.

func NodeCountLT

func NodeCountLT(v int) predicate.ProxyGroupHistoryDetail

NodeCountLT applies the LT predicate on the "node_count" field.

func NodeCountLTE

func NodeCountLTE(v int) predicate.ProxyGroupHistoryDetail

NodeCountLTE applies the LTE predicate on the "node_count" field.

func NodeCountNEQ

func NodeCountNEQ(v int) predicate.ProxyGroupHistoryDetail

NodeCountNEQ applies the NEQ predicate on the "node_count" field.

func NodeCountNotIn

func NodeCountNotIn(vs ...int) predicate.ProxyGroupHistoryDetail

NodeCountNotIn applies the NotIn predicate on the "node_count" field.

func NodeGroupID

NodeGroupID applies equality check predicate on the "node_group_id" field. It's identical to NodeGroupIDEQ.

func NodeGroupIDEQ

func NodeGroupIDEQ(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDEQ applies the EQ predicate on the "node_group_id" field.

func NodeGroupIDGT

func NodeGroupIDGT(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDGT applies the GT predicate on the "node_group_id" field.

func NodeGroupIDGTE

func NodeGroupIDGTE(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDGTE applies the GTE predicate on the "node_group_id" field.

func NodeGroupIDIn

func NodeGroupIDIn(vs ...int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDIn applies the In predicate on the "node_group_id" field.

func NodeGroupIDLT

func NodeGroupIDLT(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDLT applies the LT predicate on the "node_group_id" field.

func NodeGroupIDLTE

func NodeGroupIDLTE(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDLTE applies the LTE predicate on the "node_group_id" field.

func NodeGroupIDNEQ

func NodeGroupIDNEQ(v int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDNEQ applies the NEQ predicate on the "node_group_id" field.

func NodeGroupIDNotIn

func NodeGroupIDNotIn(vs ...int64) predicate.ProxyGroupHistoryDetail

NodeGroupIDNotIn applies the NotIn predicate on the "node_group_id" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func UserCount

UserCount applies equality check predicate on the "user_count" field. It's identical to UserCountEQ.

func UserCountEQ

func UserCountEQ(v int) predicate.ProxyGroupHistoryDetail

UserCountEQ applies the EQ predicate on the "user_count" field.

func UserCountGT

func UserCountGT(v int) predicate.ProxyGroupHistoryDetail

UserCountGT applies the GT predicate on the "user_count" field.

func UserCountGTE

func UserCountGTE(v int) predicate.ProxyGroupHistoryDetail

UserCountGTE applies the GTE predicate on the "user_count" field.

func UserCountIn

func UserCountIn(vs ...int) predicate.ProxyGroupHistoryDetail

UserCountIn applies the In predicate on the "user_count" field.

func UserCountLT

func UserCountLT(v int) predicate.ProxyGroupHistoryDetail

UserCountLT applies the LT predicate on the "user_count" field.

func UserCountLTE

func UserCountLTE(v int) predicate.ProxyGroupHistoryDetail

UserCountLTE applies the LTE predicate on the "user_count" field.

func UserCountNEQ

func UserCountNEQ(v int) predicate.ProxyGroupHistoryDetail

UserCountNEQ applies the NEQ predicate on the "user_count" field.

func UserCountNotIn

func UserCountNotIn(vs ...int) predicate.ProxyGroupHistoryDetail

UserCountNotIn applies the NotIn predicate on the "user_count" field.

func UserData

UserData applies equality check predicate on the "user_data" field. It's identical to UserDataEQ.

func UserDataContains

func UserDataContains(v string) predicate.ProxyGroupHistoryDetail

UserDataContains applies the Contains predicate on the "user_data" field.

func UserDataContainsFold

func UserDataContainsFold(v string) predicate.ProxyGroupHistoryDetail

UserDataContainsFold applies the ContainsFold predicate on the "user_data" field.

func UserDataEQ

UserDataEQ applies the EQ predicate on the "user_data" field.

func UserDataEqualFold

func UserDataEqualFold(v string) predicate.ProxyGroupHistoryDetail

UserDataEqualFold applies the EqualFold predicate on the "user_data" field.

func UserDataGT

UserDataGT applies the GT predicate on the "user_data" field.

func UserDataGTE

UserDataGTE applies the GTE predicate on the "user_data" field.

func UserDataHasPrefix

func UserDataHasPrefix(v string) predicate.ProxyGroupHistoryDetail

UserDataHasPrefix applies the HasPrefix predicate on the "user_data" field.

func UserDataHasSuffix

func UserDataHasSuffix(v string) predicate.ProxyGroupHistoryDetail

UserDataHasSuffix applies the HasSuffix predicate on the "user_data" field.

func UserDataIn

func UserDataIn(vs ...string) predicate.ProxyGroupHistoryDetail

UserDataIn applies the In predicate on the "user_data" field.

func UserDataIsNil

func UserDataIsNil() predicate.ProxyGroupHistoryDetail

UserDataIsNil applies the IsNil predicate on the "user_data" field.

func UserDataLT

UserDataLT applies the LT predicate on the "user_data" field.

func UserDataLTE

UserDataLTE applies the LTE predicate on the "user_data" field.

func UserDataNEQ

UserDataNEQ applies the NEQ predicate on the "user_data" field.

func UserDataNotIn

func UserDataNotIn(vs ...string) predicate.ProxyGroupHistoryDetail

UserDataNotIn applies the NotIn predicate on the "user_data" field.

func UserDataNotNil

func UserDataNotNil() predicate.ProxyGroupHistoryDetail

UserDataNotNil applies the NotNil predicate on the "user_data" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the ProxyGroupHistoryDetail queries.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByHistoryID

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

ByHistoryID orders the results by the history_id field.

func ByID

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

ByID orders the results by the id field.

func ByNodeCount

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

ByNodeCount orders the results by the node_count field.

func ByNodeGroupID

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

ByNodeGroupID orders the results by the node_group_id field.

func ByUserCount

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

ByUserCount orders the results by the user_count field.

func ByUserData

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

ByUserData orders the results by the user_data field.

Jump to

Keyboard shortcuts

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