Documentation ¶
Index ¶
- Constants
- Variables
- func APIKey(v string) predicate.Bouncer
- func APIKeyContains(v string) predicate.Bouncer
- func APIKeyContainsFold(v string) predicate.Bouncer
- func APIKeyEQ(v string) predicate.Bouncer
- func APIKeyEqualFold(v string) predicate.Bouncer
- func APIKeyGT(v string) predicate.Bouncer
- func APIKeyGTE(v string) predicate.Bouncer
- func APIKeyHasPrefix(v string) predicate.Bouncer
- func APIKeyHasSuffix(v string) predicate.Bouncer
- func APIKeyIn(vs ...string) predicate.Bouncer
- func APIKeyLT(v string) predicate.Bouncer
- func APIKeyLTE(v string) predicate.Bouncer
- func APIKeyNEQ(v string) predicate.Bouncer
- func APIKeyNotIn(vs ...string) predicate.Bouncer
- func And(predicates ...predicate.Bouncer) predicate.Bouncer
- func AuthType(v string) predicate.Bouncer
- func AuthTypeContains(v string) predicate.Bouncer
- func AuthTypeContainsFold(v string) predicate.Bouncer
- func AuthTypeEQ(v string) predicate.Bouncer
- func AuthTypeEqualFold(v string) predicate.Bouncer
- func AuthTypeGT(v string) predicate.Bouncer
- func AuthTypeGTE(v string) predicate.Bouncer
- func AuthTypeHasPrefix(v string) predicate.Bouncer
- func AuthTypeHasSuffix(v string) predicate.Bouncer
- func AuthTypeIn(vs ...string) predicate.Bouncer
- func AuthTypeLT(v string) predicate.Bouncer
- func AuthTypeLTE(v string) predicate.Bouncer
- func AuthTypeNEQ(v string) predicate.Bouncer
- func AuthTypeNotIn(vs ...string) predicate.Bouncer
- func CreatedAt(v time.Time) predicate.Bouncer
- func CreatedAtEQ(v time.Time) predicate.Bouncer
- func CreatedAtGT(v time.Time) predicate.Bouncer
- func CreatedAtGTE(v time.Time) predicate.Bouncer
- func CreatedAtIn(vs ...time.Time) predicate.Bouncer
- func CreatedAtLT(v time.Time) predicate.Bouncer
- func CreatedAtLTE(v time.Time) predicate.Bouncer
- func CreatedAtNEQ(v time.Time) predicate.Bouncer
- func CreatedAtNotIn(vs ...time.Time) predicate.Bouncer
- func Featureflags(v string) predicate.Bouncer
- func FeatureflagsContains(v string) predicate.Bouncer
- func FeatureflagsContainsFold(v string) predicate.Bouncer
- func FeatureflagsEQ(v string) predicate.Bouncer
- func FeatureflagsEqualFold(v string) predicate.Bouncer
- func FeatureflagsGT(v string) predicate.Bouncer
- func FeatureflagsGTE(v string) predicate.Bouncer
- func FeatureflagsHasPrefix(v string) predicate.Bouncer
- func FeatureflagsHasSuffix(v string) predicate.Bouncer
- func FeatureflagsIn(vs ...string) predicate.Bouncer
- func FeatureflagsIsNil() predicate.Bouncer
- func FeatureflagsLT(v string) predicate.Bouncer
- func FeatureflagsLTE(v string) predicate.Bouncer
- func FeatureflagsNEQ(v string) predicate.Bouncer
- func FeatureflagsNotIn(vs ...string) predicate.Bouncer
- func FeatureflagsNotNil() predicate.Bouncer
- func ID(id int) predicate.Bouncer
- func IDEQ(id int) predicate.Bouncer
- func IDGT(id int) predicate.Bouncer
- func IDGTE(id int) predicate.Bouncer
- func IDIn(ids ...int) predicate.Bouncer
- func IDLT(id int) predicate.Bouncer
- func IDLTE(id int) predicate.Bouncer
- func IDNEQ(id int) predicate.Bouncer
- func IDNotIn(ids ...int) predicate.Bouncer
- func IPAddress(v string) predicate.Bouncer
- func IPAddressContains(v string) predicate.Bouncer
- func IPAddressContainsFold(v string) predicate.Bouncer
- func IPAddressEQ(v string) predicate.Bouncer
- func IPAddressEqualFold(v string) predicate.Bouncer
- func IPAddressGT(v string) predicate.Bouncer
- func IPAddressGTE(v string) predicate.Bouncer
- func IPAddressHasPrefix(v string) predicate.Bouncer
- func IPAddressHasSuffix(v string) predicate.Bouncer
- func IPAddressIn(vs ...string) predicate.Bouncer
- func IPAddressIsNil() predicate.Bouncer
- func IPAddressLT(v string) predicate.Bouncer
- func IPAddressLTE(v string) predicate.Bouncer
- func IPAddressNEQ(v string) predicate.Bouncer
- func IPAddressNotIn(vs ...string) predicate.Bouncer
- func IPAddressNotNil() predicate.Bouncer
- func LastPull(v time.Time) predicate.Bouncer
- func LastPullEQ(v time.Time) predicate.Bouncer
- func LastPullGT(v time.Time) predicate.Bouncer
- func LastPullGTE(v time.Time) predicate.Bouncer
- func LastPullIn(vs ...time.Time) predicate.Bouncer
- func LastPullIsNil() predicate.Bouncer
- func LastPullLT(v time.Time) predicate.Bouncer
- func LastPullLTE(v time.Time) predicate.Bouncer
- func LastPullNEQ(v time.Time) predicate.Bouncer
- func LastPullNotIn(vs ...time.Time) predicate.Bouncer
- func LastPullNotNil() predicate.Bouncer
- func Name(v string) predicate.Bouncer
- func NameContains(v string) predicate.Bouncer
- func NameContainsFold(v string) predicate.Bouncer
- func NameEQ(v string) predicate.Bouncer
- func NameEqualFold(v string) predicate.Bouncer
- func NameGT(v string) predicate.Bouncer
- func NameGTE(v string) predicate.Bouncer
- func NameHasPrefix(v string) predicate.Bouncer
- func NameHasSuffix(v string) predicate.Bouncer
- func NameIn(vs ...string) predicate.Bouncer
- func NameLT(v string) predicate.Bouncer
- func NameLTE(v string) predicate.Bouncer
- func NameNEQ(v string) predicate.Bouncer
- func NameNotIn(vs ...string) predicate.Bouncer
- func Not(p predicate.Bouncer) predicate.Bouncer
- func Or(predicates ...predicate.Bouncer) predicate.Bouncer
- func Osname(v string) predicate.Bouncer
- func OsnameContains(v string) predicate.Bouncer
- func OsnameContainsFold(v string) predicate.Bouncer
- func OsnameEQ(v string) predicate.Bouncer
- func OsnameEqualFold(v string) predicate.Bouncer
- func OsnameGT(v string) predicate.Bouncer
- func OsnameGTE(v string) predicate.Bouncer
- func OsnameHasPrefix(v string) predicate.Bouncer
- func OsnameHasSuffix(v string) predicate.Bouncer
- func OsnameIn(vs ...string) predicate.Bouncer
- func OsnameIsNil() predicate.Bouncer
- func OsnameLT(v string) predicate.Bouncer
- func OsnameLTE(v string) predicate.Bouncer
- func OsnameNEQ(v string) predicate.Bouncer
- func OsnameNotIn(vs ...string) predicate.Bouncer
- func OsnameNotNil() predicate.Bouncer
- func Osversion(v string) predicate.Bouncer
- func OsversionContains(v string) predicate.Bouncer
- func OsversionContainsFold(v string) predicate.Bouncer
- func OsversionEQ(v string) predicate.Bouncer
- func OsversionEqualFold(v string) predicate.Bouncer
- func OsversionGT(v string) predicate.Bouncer
- func OsversionGTE(v string) predicate.Bouncer
- func OsversionHasPrefix(v string) predicate.Bouncer
- func OsversionHasSuffix(v string) predicate.Bouncer
- func OsversionIn(vs ...string) predicate.Bouncer
- func OsversionIsNil() predicate.Bouncer
- func OsversionLT(v string) predicate.Bouncer
- func OsversionLTE(v string) predicate.Bouncer
- func OsversionNEQ(v string) predicate.Bouncer
- func OsversionNotIn(vs ...string) predicate.Bouncer
- func OsversionNotNil() predicate.Bouncer
- func Revoked(v bool) predicate.Bouncer
- func RevokedEQ(v bool) predicate.Bouncer
- func RevokedNEQ(v bool) predicate.Bouncer
- func Type(v string) predicate.Bouncer
- func TypeContains(v string) predicate.Bouncer
- func TypeContainsFold(v string) predicate.Bouncer
- func TypeEQ(v string) predicate.Bouncer
- func TypeEqualFold(v string) predicate.Bouncer
- func TypeGT(v string) predicate.Bouncer
- func TypeGTE(v string) predicate.Bouncer
- func TypeHasPrefix(v string) predicate.Bouncer
- func TypeHasSuffix(v string) predicate.Bouncer
- func TypeIn(vs ...string) predicate.Bouncer
- func TypeIsNil() predicate.Bouncer
- func TypeLT(v string) predicate.Bouncer
- func TypeLTE(v string) predicate.Bouncer
- func TypeNEQ(v string) predicate.Bouncer
- func TypeNotIn(vs ...string) predicate.Bouncer
- func TypeNotNil() predicate.Bouncer
- func UpdatedAt(v time.Time) predicate.Bouncer
- func UpdatedAtEQ(v time.Time) predicate.Bouncer
- func UpdatedAtGT(v time.Time) predicate.Bouncer
- func UpdatedAtGTE(v time.Time) predicate.Bouncer
- func UpdatedAtIn(vs ...time.Time) predicate.Bouncer
- func UpdatedAtLT(v time.Time) predicate.Bouncer
- func UpdatedAtLTE(v time.Time) predicate.Bouncer
- func UpdatedAtNEQ(v time.Time) predicate.Bouncer
- func UpdatedAtNotIn(vs ...time.Time) predicate.Bouncer
- func ValidColumn(column string) bool
- func Version(v string) predicate.Bouncer
- func VersionContains(v string) predicate.Bouncer
- func VersionContainsFold(v string) predicate.Bouncer
- func VersionEQ(v string) predicate.Bouncer
- func VersionEqualFold(v string) predicate.Bouncer
- func VersionGT(v string) predicate.Bouncer
- func VersionGTE(v string) predicate.Bouncer
- func VersionHasPrefix(v string) predicate.Bouncer
- func VersionHasSuffix(v string) predicate.Bouncer
- func VersionIn(vs ...string) predicate.Bouncer
- func VersionIsNil() predicate.Bouncer
- func VersionLT(v string) predicate.Bouncer
- func VersionLTE(v string) predicate.Bouncer
- func VersionNEQ(v string) predicate.Bouncer
- func VersionNotIn(vs ...string) predicate.Bouncer
- func VersionNotNil() predicate.Bouncer
- type OrderOption
- func ByAPIKey(opts ...sql.OrderTermOption) OrderOption
- func ByAuthType(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByFeatureflags(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIPAddress(opts ...sql.OrderTermOption) OrderOption
- func ByLastPull(opts ...sql.OrderTermOption) OrderOption
- func ByName(opts ...sql.OrderTermOption) OrderOption
- func ByOsname(opts ...sql.OrderTermOption) OrderOption
- func ByOsversion(opts ...sql.OrderTermOption) OrderOption
- func ByRevoked(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByVersion(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the bouncer type in the database. Label = "bouncer" // FieldID holds the string denoting the id field in the database. FieldID = "id" // 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" // FieldName holds the string denoting the name field in the database. FieldName = "name" // FieldAPIKey holds the string denoting the api_key field in the database. FieldAPIKey = "api_key" // FieldRevoked holds the string denoting the revoked field in the database. FieldRevoked = "revoked" // FieldIPAddress holds the string denoting the ip_address field in the database. FieldIPAddress = "ip_address" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldVersion holds the string denoting the version field in the database. FieldVersion = "version" // FieldLastPull holds the string denoting the last_pull field in the database. FieldLastPull = "last_pull" // FieldAuthType holds the string denoting the auth_type field in the database. FieldAuthType = "auth_type" // FieldOsname holds the string denoting the osname field in the database. FieldOsname = "osname" // FieldOsversion holds the string denoting the osversion field in the database. FieldOsversion = "osversion" // FieldFeatureflags holds the string denoting the featureflags field in the database. FieldFeatureflags = "featureflags" // Table holds the table name of the bouncer in the database. Table = "bouncers" )
Variables ¶
var ( // 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 // DefaultIPAddress holds the default value on creation for the "ip_address" field. DefaultIPAddress string // DefaultAuthType holds the default value on creation for the "auth_type" field. DefaultAuthType string )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldName, FieldAPIKey, FieldRevoked, FieldIPAddress, FieldType, FieldVersion, FieldLastPull, FieldAuthType, FieldOsname, FieldOsversion, FieldFeatureflags, }
Columns holds all SQL columns for bouncer fields.
Functions ¶
func APIKey ¶
APIKey applies equality check predicate on the "api_key" field. It's identical to APIKeyEQ.
func APIKeyContains ¶
APIKeyContains applies the Contains predicate on the "api_key" field.
func APIKeyContainsFold ¶
APIKeyContainsFold applies the ContainsFold predicate on the "api_key" field.
func APIKeyEqualFold ¶
APIKeyEqualFold applies the EqualFold predicate on the "api_key" field.
func APIKeyHasPrefix ¶
APIKeyHasPrefix applies the HasPrefix predicate on the "api_key" field.
func APIKeyHasSuffix ¶
APIKeyHasSuffix applies the HasSuffix predicate on the "api_key" field.
func APIKeyNotIn ¶
APIKeyNotIn applies the NotIn predicate on the "api_key" field.
func AuthType ¶ added in v1.4.0
AuthType applies equality check predicate on the "auth_type" field. It's identical to AuthTypeEQ.
func AuthTypeContains ¶ added in v1.4.0
AuthTypeContains applies the Contains predicate on the "auth_type" field.
func AuthTypeContainsFold ¶ added in v1.4.0
AuthTypeContainsFold applies the ContainsFold predicate on the "auth_type" field.
func AuthTypeEQ ¶ added in v1.4.0
AuthTypeEQ applies the EQ predicate on the "auth_type" field.
func AuthTypeEqualFold ¶ added in v1.4.0
AuthTypeEqualFold applies the EqualFold predicate on the "auth_type" field.
func AuthTypeGT ¶ added in v1.4.0
AuthTypeGT applies the GT predicate on the "auth_type" field.
func AuthTypeGTE ¶ added in v1.4.0
AuthTypeGTE applies the GTE predicate on the "auth_type" field.
func AuthTypeHasPrefix ¶ added in v1.4.0
AuthTypeHasPrefix applies the HasPrefix predicate on the "auth_type" field.
func AuthTypeHasSuffix ¶ added in v1.4.0
AuthTypeHasSuffix applies the HasSuffix predicate on the "auth_type" field.
func AuthTypeIn ¶ added in v1.4.0
AuthTypeIn applies the In predicate on the "auth_type" field.
func AuthTypeLT ¶ added in v1.4.0
AuthTypeLT applies the LT predicate on the "auth_type" field.
func AuthTypeLTE ¶ added in v1.4.0
AuthTypeLTE applies the LTE predicate on the "auth_type" field.
func AuthTypeNEQ ¶ added in v1.4.0
AuthTypeNEQ applies the NEQ predicate on the "auth_type" field.
func AuthTypeNotIn ¶ added in v1.4.0
AuthTypeNotIn applies the NotIn predicate on the "auth_type" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func Featureflags ¶ added in v1.6.3
Featureflags applies equality check predicate on the "featureflags" field. It's identical to FeatureflagsEQ.
func FeatureflagsContains ¶ added in v1.6.3
FeatureflagsContains applies the Contains predicate on the "featureflags" field.
func FeatureflagsContainsFold ¶ added in v1.6.3
FeatureflagsContainsFold applies the ContainsFold predicate on the "featureflags" field.
func FeatureflagsEQ ¶ added in v1.6.3
FeatureflagsEQ applies the EQ predicate on the "featureflags" field.
func FeatureflagsEqualFold ¶ added in v1.6.3
FeatureflagsEqualFold applies the EqualFold predicate on the "featureflags" field.
func FeatureflagsGT ¶ added in v1.6.3
FeatureflagsGT applies the GT predicate on the "featureflags" field.
func FeatureflagsGTE ¶ added in v1.6.3
FeatureflagsGTE applies the GTE predicate on the "featureflags" field.
func FeatureflagsHasPrefix ¶ added in v1.6.3
FeatureflagsHasPrefix applies the HasPrefix predicate on the "featureflags" field.
func FeatureflagsHasSuffix ¶ added in v1.6.3
FeatureflagsHasSuffix applies the HasSuffix predicate on the "featureflags" field.
func FeatureflagsIn ¶ added in v1.6.3
FeatureflagsIn applies the In predicate on the "featureflags" field.
func FeatureflagsIsNil ¶ added in v1.6.3
FeatureflagsIsNil applies the IsNil predicate on the "featureflags" field.
func FeatureflagsLT ¶ added in v1.6.3
FeatureflagsLT applies the LT predicate on the "featureflags" field.
func FeatureflagsLTE ¶ added in v1.6.3
FeatureflagsLTE applies the LTE predicate on the "featureflags" field.
func FeatureflagsNEQ ¶ added in v1.6.3
FeatureflagsNEQ applies the NEQ predicate on the "featureflags" field.
func FeatureflagsNotIn ¶ added in v1.6.3
FeatureflagsNotIn applies the NotIn predicate on the "featureflags" field.
func FeatureflagsNotNil ¶ added in v1.6.3
FeatureflagsNotNil applies the NotNil predicate on the "featureflags" field.
func IPAddress ¶
IPAddress applies equality check predicate on the "ip_address" field. It's identical to IPAddressEQ.
func IPAddressContains ¶
IPAddressContains applies the Contains predicate on the "ip_address" field.
func IPAddressContainsFold ¶
IPAddressContainsFold applies the ContainsFold predicate on the "ip_address" field.
func IPAddressEQ ¶
IPAddressEQ applies the EQ predicate on the "ip_address" field.
func IPAddressEqualFold ¶
IPAddressEqualFold applies the EqualFold predicate on the "ip_address" field.
func IPAddressGT ¶
IPAddressGT applies the GT predicate on the "ip_address" field.
func IPAddressGTE ¶
IPAddressGTE applies the GTE predicate on the "ip_address" field.
func IPAddressHasPrefix ¶
IPAddressHasPrefix applies the HasPrefix predicate on the "ip_address" field.
func IPAddressHasSuffix ¶
IPAddressHasSuffix applies the HasSuffix predicate on the "ip_address" field.
func IPAddressIn ¶
IPAddressIn applies the In predicate on the "ip_address" field.
func IPAddressIsNil ¶
IPAddressIsNil applies the IsNil predicate on the "ip_address" field.
func IPAddressLT ¶
IPAddressLT applies the LT predicate on the "ip_address" field.
func IPAddressLTE ¶
IPAddressLTE applies the LTE predicate on the "ip_address" field.
func IPAddressNEQ ¶
IPAddressNEQ applies the NEQ predicate on the "ip_address" field.
func IPAddressNotIn ¶
IPAddressNotIn applies the NotIn predicate on the "ip_address" field.
func IPAddressNotNil ¶
IPAddressNotNil applies the NotNil predicate on the "ip_address" field.
func LastPull ¶
LastPull applies equality check predicate on the "last_pull" field. It's identical to LastPullEQ.
func LastPullEQ ¶
LastPullEQ applies the EQ predicate on the "last_pull" field.
func LastPullGT ¶
LastPullGT applies the GT predicate on the "last_pull" field.
func LastPullGTE ¶
LastPullGTE applies the GTE predicate on the "last_pull" field.
func LastPullIn ¶
LastPullIn applies the In predicate on the "last_pull" field.
func LastPullIsNil ¶ added in v1.6.3
LastPullIsNil applies the IsNil predicate on the "last_pull" field.
func LastPullLT ¶
LastPullLT applies the LT predicate on the "last_pull" field.
func LastPullLTE ¶
LastPullLTE applies the LTE predicate on the "last_pull" field.
func LastPullNEQ ¶
LastPullNEQ applies the NEQ predicate on the "last_pull" field.
func LastPullNotIn ¶
LastPullNotIn applies the NotIn predicate on the "last_pull" field.
func LastPullNotNil ¶ added in v1.6.3
LastPullNotNil applies the NotNil predicate on the "last_pull" field.
func NameContains ¶
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEqualFold ¶
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameHasPrefix ¶
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func Osname ¶ added in v1.6.3
Osname applies equality check predicate on the "osname" field. It's identical to OsnameEQ.
func OsnameContains ¶ added in v1.6.3
OsnameContains applies the Contains predicate on the "osname" field.
func OsnameContainsFold ¶ added in v1.6.3
OsnameContainsFold applies the ContainsFold predicate on the "osname" field.
func OsnameEqualFold ¶ added in v1.6.3
OsnameEqualFold applies the EqualFold predicate on the "osname" field.
func OsnameHasPrefix ¶ added in v1.6.3
OsnameHasPrefix applies the HasPrefix predicate on the "osname" field.
func OsnameHasSuffix ¶ added in v1.6.3
OsnameHasSuffix applies the HasSuffix predicate on the "osname" field.
func OsnameIsNil ¶ added in v1.6.3
OsnameIsNil applies the IsNil predicate on the "osname" field.
func OsnameNotIn ¶ added in v1.6.3
OsnameNotIn applies the NotIn predicate on the "osname" field.
func OsnameNotNil ¶ added in v1.6.3
OsnameNotNil applies the NotNil predicate on the "osname" field.
func Osversion ¶ added in v1.6.3
Osversion applies equality check predicate on the "osversion" field. It's identical to OsversionEQ.
func OsversionContains ¶ added in v1.6.3
OsversionContains applies the Contains predicate on the "osversion" field.
func OsversionContainsFold ¶ added in v1.6.3
OsversionContainsFold applies the ContainsFold predicate on the "osversion" field.
func OsversionEQ ¶ added in v1.6.3
OsversionEQ applies the EQ predicate on the "osversion" field.
func OsversionEqualFold ¶ added in v1.6.3
OsversionEqualFold applies the EqualFold predicate on the "osversion" field.
func OsversionGT ¶ added in v1.6.3
OsversionGT applies the GT predicate on the "osversion" field.
func OsversionGTE ¶ added in v1.6.3
OsversionGTE applies the GTE predicate on the "osversion" field.
func OsversionHasPrefix ¶ added in v1.6.3
OsversionHasPrefix applies the HasPrefix predicate on the "osversion" field.
func OsversionHasSuffix ¶ added in v1.6.3
OsversionHasSuffix applies the HasSuffix predicate on the "osversion" field.
func OsversionIn ¶ added in v1.6.3
OsversionIn applies the In predicate on the "osversion" field.
func OsversionIsNil ¶ added in v1.6.3
OsversionIsNil applies the IsNil predicate on the "osversion" field.
func OsversionLT ¶ added in v1.6.3
OsversionLT applies the LT predicate on the "osversion" field.
func OsversionLTE ¶ added in v1.6.3
OsversionLTE applies the LTE predicate on the "osversion" field.
func OsversionNEQ ¶ added in v1.6.3
OsversionNEQ applies the NEQ predicate on the "osversion" field.
func OsversionNotIn ¶ added in v1.6.3
OsversionNotIn applies the NotIn predicate on the "osversion" field.
func OsversionNotNil ¶ added in v1.6.3
OsversionNotNil applies the NotNil predicate on the "osversion" field.
func Revoked ¶
Revoked applies equality check predicate on the "revoked" field. It's identical to RevokedEQ.
func RevokedNEQ ¶
RevokedNEQ applies the NEQ predicate on the "revoked" field.
func TypeContains ¶
TypeContains applies the Contains predicate on the "type" field.
func TypeContainsFold ¶
TypeContainsFold applies the ContainsFold predicate on the "type" field.
func TypeEqualFold ¶
TypeEqualFold applies the EqualFold predicate on the "type" field.
func TypeHasPrefix ¶
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
func TypeHasSuffix ¶
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
func TypeNotNil ¶
TypeNotNil applies the NotNil predicate on the "type" field.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func Version ¶
Version applies equality check predicate on the "version" field. It's identical to VersionEQ.
func VersionContains ¶
VersionContains applies the Contains predicate on the "version" field.
func VersionContainsFold ¶
VersionContainsFold applies the ContainsFold predicate on the "version" field.
func VersionEqualFold ¶
VersionEqualFold applies the EqualFold predicate on the "version" field.
func VersionGTE ¶
VersionGTE applies the GTE predicate on the "version" field.
func VersionHasPrefix ¶
VersionHasPrefix applies the HasPrefix predicate on the "version" field.
func VersionHasSuffix ¶
VersionHasSuffix applies the HasSuffix predicate on the "version" field.
func VersionIsNil ¶
VersionIsNil applies the IsNil predicate on the "version" field.
func VersionLTE ¶
VersionLTE applies the LTE predicate on the "version" field.
func VersionNEQ ¶
VersionNEQ applies the NEQ predicate on the "version" field.
func VersionNotIn ¶
VersionNotIn applies the NotIn predicate on the "version" field.
func VersionNotNil ¶
VersionNotNil applies the NotNil predicate on the "version" field.
Types ¶
type OrderOption ¶ added in v1.6.1
OrderOption defines the ordering options for the Bouncer queries.
func ByAPIKey ¶ added in v1.6.1
func ByAPIKey(opts ...sql.OrderTermOption) OrderOption
ByAPIKey orders the results by the api_key field.
func ByAuthType ¶ added in v1.6.1
func ByAuthType(opts ...sql.OrderTermOption) OrderOption
ByAuthType orders the results by the auth_type field.
func ByCreatedAt ¶ added in v1.6.1
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByFeatureflags ¶ added in v1.6.3
func ByFeatureflags(opts ...sql.OrderTermOption) OrderOption
ByFeatureflags orders the results by the featureflags field.
func ByID ¶ added in v1.6.1
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIPAddress ¶ added in v1.6.1
func ByIPAddress(opts ...sql.OrderTermOption) OrderOption
ByIPAddress orders the results by the ip_address field.
func ByLastPull ¶ added in v1.6.1
func ByLastPull(opts ...sql.OrderTermOption) OrderOption
ByLastPull orders the results by the last_pull field.
func ByName ¶ added in v1.6.1
func ByName(opts ...sql.OrderTermOption) OrderOption
ByName orders the results by the name field.
func ByOsname ¶ added in v1.6.3
func ByOsname(opts ...sql.OrderTermOption) OrderOption
ByOsname orders the results by the osname field.
func ByOsversion ¶ added in v1.6.3
func ByOsversion(opts ...sql.OrderTermOption) OrderOption
ByOsversion orders the results by the osversion field.
func ByRevoked ¶ added in v1.6.1
func ByRevoked(opts ...sql.OrderTermOption) OrderOption
ByRevoked orders the results by the revoked field.
func ByType ¶ added in v1.6.1
func ByType(opts ...sql.OrderTermOption) OrderOption
ByType orders the results by the type field.
func ByUpdatedAt ¶ added in v1.6.1
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByVersion ¶ added in v1.6.1
func ByVersion(opts ...sql.OrderTermOption) OrderOption
ByVersion orders the results by the version field.