Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.DictionaryDetail) predicate.DictionaryDetail
- func CreatedAt(v time.Time) predicate.DictionaryDetail
- func CreatedAtEQ(v time.Time) predicate.DictionaryDetail
- func CreatedAtGT(v time.Time) predicate.DictionaryDetail
- func CreatedAtGTE(v time.Time) predicate.DictionaryDetail
- func CreatedAtIn(vs ...time.Time) predicate.DictionaryDetail
- func CreatedAtLT(v time.Time) predicate.DictionaryDetail
- func CreatedAtLTE(v time.Time) predicate.DictionaryDetail
- func CreatedAtNEQ(v time.Time) predicate.DictionaryDetail
- func CreatedAtNotIn(vs ...time.Time) predicate.DictionaryDetail
- func DictionaryID(v uint64) predicate.DictionaryDetail
- func DictionaryIDEQ(v uint64) predicate.DictionaryDetail
- func DictionaryIDIn(vs ...uint64) predicate.DictionaryDetail
- func DictionaryIDIsNil() predicate.DictionaryDetail
- func DictionaryIDNEQ(v uint64) predicate.DictionaryDetail
- func DictionaryIDNotIn(vs ...uint64) predicate.DictionaryDetail
- func DictionaryIDNotNil() predicate.DictionaryDetail
- func HasDictionaries() predicate.DictionaryDetail
- func HasDictionariesWith(preds ...predicate.Dictionary) predicate.DictionaryDetail
- func ID(id uint64) predicate.DictionaryDetail
- func IDEQ(id uint64) predicate.DictionaryDetail
- func IDGT(id uint64) predicate.DictionaryDetail
- func IDGTE(id uint64) predicate.DictionaryDetail
- func IDIn(ids ...uint64) predicate.DictionaryDetail
- func IDLT(id uint64) predicate.DictionaryDetail
- func IDLTE(id uint64) predicate.DictionaryDetail
- func IDNEQ(id uint64) predicate.DictionaryDetail
- func IDNotIn(ids ...uint64) predicate.DictionaryDetail
- func Key(v string) predicate.DictionaryDetail
- func KeyContains(v string) predicate.DictionaryDetail
- func KeyContainsFold(v string) predicate.DictionaryDetail
- func KeyEQ(v string) predicate.DictionaryDetail
- func KeyEqualFold(v string) predicate.DictionaryDetail
- func KeyGT(v string) predicate.DictionaryDetail
- func KeyGTE(v string) predicate.DictionaryDetail
- func KeyHasPrefix(v string) predicate.DictionaryDetail
- func KeyHasSuffix(v string) predicate.DictionaryDetail
- func KeyIn(vs ...string) predicate.DictionaryDetail
- func KeyLT(v string) predicate.DictionaryDetail
- func KeyLTE(v string) predicate.DictionaryDetail
- func KeyNEQ(v string) predicate.DictionaryDetail
- func KeyNotIn(vs ...string) predicate.DictionaryDetail
- func Not(p predicate.DictionaryDetail) predicate.DictionaryDetail
- func Or(predicates ...predicate.DictionaryDetail) predicate.DictionaryDetail
- func Sort(v uint32) predicate.DictionaryDetail
- func SortEQ(v uint32) predicate.DictionaryDetail
- func SortGT(v uint32) predicate.DictionaryDetail
- func SortGTE(v uint32) predicate.DictionaryDetail
- func SortIn(vs ...uint32) predicate.DictionaryDetail
- func SortLT(v uint32) predicate.DictionaryDetail
- func SortLTE(v uint32) predicate.DictionaryDetail
- func SortNEQ(v uint32) predicate.DictionaryDetail
- func SortNotIn(vs ...uint32) predicate.DictionaryDetail
- func Status(v uint8) predicate.DictionaryDetail
- func StatusEQ(v uint8) predicate.DictionaryDetail
- func StatusGT(v uint8) predicate.DictionaryDetail
- func StatusGTE(v uint8) predicate.DictionaryDetail
- func StatusIn(vs ...uint8) predicate.DictionaryDetail
- func StatusIsNil() predicate.DictionaryDetail
- func StatusLT(v uint8) predicate.DictionaryDetail
- func StatusLTE(v uint8) predicate.DictionaryDetail
- func StatusNEQ(v uint8) predicate.DictionaryDetail
- func StatusNotIn(vs ...uint8) predicate.DictionaryDetail
- func StatusNotNil() predicate.DictionaryDetail
- func Title(v string) predicate.DictionaryDetail
- func TitleContains(v string) predicate.DictionaryDetail
- func TitleContainsFold(v string) predicate.DictionaryDetail
- func TitleEQ(v string) predicate.DictionaryDetail
- func TitleEqualFold(v string) predicate.DictionaryDetail
- func TitleGT(v string) predicate.DictionaryDetail
- func TitleGTE(v string) predicate.DictionaryDetail
- func TitleHasPrefix(v string) predicate.DictionaryDetail
- func TitleHasSuffix(v string) predicate.DictionaryDetail
- func TitleIn(vs ...string) predicate.DictionaryDetail
- func TitleLT(v string) predicate.DictionaryDetail
- func TitleLTE(v string) predicate.DictionaryDetail
- func TitleNEQ(v string) predicate.DictionaryDetail
- func TitleNotIn(vs ...string) predicate.DictionaryDetail
- func UpdatedAt(v time.Time) predicate.DictionaryDetail
- func UpdatedAtEQ(v time.Time) predicate.DictionaryDetail
- func UpdatedAtGT(v time.Time) predicate.DictionaryDetail
- func UpdatedAtGTE(v time.Time) predicate.DictionaryDetail
- func UpdatedAtIn(vs ...time.Time) predicate.DictionaryDetail
- func UpdatedAtLT(v time.Time) predicate.DictionaryDetail
- func UpdatedAtLTE(v time.Time) predicate.DictionaryDetail
- func UpdatedAtNEQ(v time.Time) predicate.DictionaryDetail
- func UpdatedAtNotIn(vs ...time.Time) predicate.DictionaryDetail
- func ValidColumn(column string) bool
- func Value(v string) predicate.DictionaryDetail
- func ValueContains(v string) predicate.DictionaryDetail
- func ValueContainsFold(v string) predicate.DictionaryDetail
- func ValueEQ(v string) predicate.DictionaryDetail
- func ValueEqualFold(v string) predicate.DictionaryDetail
- func ValueGT(v string) predicate.DictionaryDetail
- func ValueGTE(v string) predicate.DictionaryDetail
- func ValueHasPrefix(v string) predicate.DictionaryDetail
- func ValueHasSuffix(v string) predicate.DictionaryDetail
- func ValueIn(vs ...string) predicate.DictionaryDetail
- func ValueLT(v string) predicate.DictionaryDetail
- func ValueLTE(v string) predicate.DictionaryDetail
- func ValueNEQ(v string) predicate.DictionaryDetail
- func ValueNotIn(vs ...string) predicate.DictionaryDetail
Constants ¶
const ( // Label holds the string label denoting the dictionarydetail type in the database. Label = "dictionary_detail" // 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" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // FieldSort holds the string denoting the sort field in the database. FieldSort = "sort" // FieldTitle holds the string denoting the title field in the database. FieldTitle = "title" // FieldKey holds the string denoting the key field in the database. FieldKey = "key" // FieldValue holds the string denoting the value field in the database. FieldValue = "value" // FieldDictionaryID holds the string denoting the dictionary_id field in the database. FieldDictionaryID = "dictionary_id" // EdgeDictionaries holds the string denoting the dictionaries edge name in mutations. EdgeDictionaries = "dictionaries" // Table holds the table name of the dictionarydetail in the database. Table = "sys_dictionary_details" // DictionariesTable is the table that holds the dictionaries relation/edge. DictionariesTable = "sys_dictionary_details" // DictionariesInverseTable is the table name for the Dictionary entity. // It exists in this package in order to avoid circular dependency with the "dictionary" package. DictionariesInverseTable = "sys_dictionaries" // DictionariesColumn is the table column denoting the dictionaries relation/edge. DictionariesColumn = "dictionary_id" )
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 // DefaultStatus holds the default value on creation for the "status" field. DefaultStatus uint8 // DefaultSort holds the default value on creation for the "sort" field. DefaultSort uint32 )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldStatus, FieldSort, FieldTitle, FieldKey, FieldValue, FieldDictionaryID, }
Columns holds all SQL columns for dictionarydetail fields.
Functions ¶
func And ¶
func And(predicates ...predicate.DictionaryDetail) predicate.DictionaryDetail
And groups predicates with the AND operator between them.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.DictionaryDetail
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.DictionaryDetail
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.DictionaryDetail
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.DictionaryDetail
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.DictionaryDetail
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.DictionaryDetail
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.DictionaryDetail
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.DictionaryDetail
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.DictionaryDetail
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func DictionaryID ¶ added in v0.2.4
func DictionaryID(v uint64) predicate.DictionaryDetail
DictionaryID applies equality check predicate on the "dictionary_id" field. It's identical to DictionaryIDEQ.
func DictionaryIDEQ ¶ added in v0.2.4
func DictionaryIDEQ(v uint64) predicate.DictionaryDetail
DictionaryIDEQ applies the EQ predicate on the "dictionary_id" field.
func DictionaryIDIn ¶ added in v0.2.4
func DictionaryIDIn(vs ...uint64) predicate.DictionaryDetail
DictionaryIDIn applies the In predicate on the "dictionary_id" field.
func DictionaryIDIsNil ¶ added in v0.2.4
func DictionaryIDIsNil() predicate.DictionaryDetail
DictionaryIDIsNil applies the IsNil predicate on the "dictionary_id" field.
func DictionaryIDNEQ ¶ added in v0.2.4
func DictionaryIDNEQ(v uint64) predicate.DictionaryDetail
DictionaryIDNEQ applies the NEQ predicate on the "dictionary_id" field.
func DictionaryIDNotIn ¶ added in v0.2.4
func DictionaryIDNotIn(vs ...uint64) predicate.DictionaryDetail
DictionaryIDNotIn applies the NotIn predicate on the "dictionary_id" field.
func DictionaryIDNotNil ¶ added in v0.2.4
func DictionaryIDNotNil() predicate.DictionaryDetail
DictionaryIDNotNil applies the NotNil predicate on the "dictionary_id" field.
func HasDictionaries ¶ added in v0.2.4
func HasDictionaries() predicate.DictionaryDetail
HasDictionaries applies the HasEdge predicate on the "dictionaries" edge.
func HasDictionariesWith ¶ added in v0.2.4
func HasDictionariesWith(preds ...predicate.Dictionary) predicate.DictionaryDetail
HasDictionariesWith applies the HasEdge predicate on the "dictionaries" edge with a given conditions (other predicates).
func ID ¶
func ID(id uint64) predicate.DictionaryDetail
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uint64) predicate.DictionaryDetail
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uint64) predicate.DictionaryDetail
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uint64) predicate.DictionaryDetail
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uint64) predicate.DictionaryDetail
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uint64) predicate.DictionaryDetail
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uint64) predicate.DictionaryDetail
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uint64) predicate.DictionaryDetail
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uint64) predicate.DictionaryDetail
IDNotIn applies the NotIn predicate on the ID field.
func Key ¶
func Key(v string) predicate.DictionaryDetail
Key applies equality check predicate on the "key" field. It's identical to KeyEQ.
func KeyContains ¶
func KeyContains(v string) predicate.DictionaryDetail
KeyContains applies the Contains predicate on the "key" field.
func KeyContainsFold ¶
func KeyContainsFold(v string) predicate.DictionaryDetail
KeyContainsFold applies the ContainsFold predicate on the "key" field.
func KeyEQ ¶
func KeyEQ(v string) predicate.DictionaryDetail
KeyEQ applies the EQ predicate on the "key" field.
func KeyEqualFold ¶
func KeyEqualFold(v string) predicate.DictionaryDetail
KeyEqualFold applies the EqualFold predicate on the "key" field.
func KeyGT ¶
func KeyGT(v string) predicate.DictionaryDetail
KeyGT applies the GT predicate on the "key" field.
func KeyGTE ¶
func KeyGTE(v string) predicate.DictionaryDetail
KeyGTE applies the GTE predicate on the "key" field.
func KeyHasPrefix ¶
func KeyHasPrefix(v string) predicate.DictionaryDetail
KeyHasPrefix applies the HasPrefix predicate on the "key" field.
func KeyHasSuffix ¶
func KeyHasSuffix(v string) predicate.DictionaryDetail
KeyHasSuffix applies the HasSuffix predicate on the "key" field.
func KeyIn ¶
func KeyIn(vs ...string) predicate.DictionaryDetail
KeyIn applies the In predicate on the "key" field.
func KeyLT ¶
func KeyLT(v string) predicate.DictionaryDetail
KeyLT applies the LT predicate on the "key" field.
func KeyLTE ¶
func KeyLTE(v string) predicate.DictionaryDetail
KeyLTE applies the LTE predicate on the "key" field.
func KeyNEQ ¶
func KeyNEQ(v string) predicate.DictionaryDetail
KeyNEQ applies the NEQ predicate on the "key" field.
func KeyNotIn ¶
func KeyNotIn(vs ...string) predicate.DictionaryDetail
KeyNotIn applies the NotIn predicate on the "key" field.
func Not ¶
func Not(p predicate.DictionaryDetail) predicate.DictionaryDetail
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.DictionaryDetail) predicate.DictionaryDetail
Or groups predicates with the OR operator between them.
func Sort ¶ added in v0.2.4
func Sort(v uint32) predicate.DictionaryDetail
Sort applies equality check predicate on the "sort" field. It's identical to SortEQ.
func SortEQ ¶ added in v0.2.4
func SortEQ(v uint32) predicate.DictionaryDetail
SortEQ applies the EQ predicate on the "sort" field.
func SortGT ¶ added in v0.2.4
func SortGT(v uint32) predicate.DictionaryDetail
SortGT applies the GT predicate on the "sort" field.
func SortGTE ¶ added in v0.2.4
func SortGTE(v uint32) predicate.DictionaryDetail
SortGTE applies the GTE predicate on the "sort" field.
func SortIn ¶ added in v0.2.4
func SortIn(vs ...uint32) predicate.DictionaryDetail
SortIn applies the In predicate on the "sort" field.
func SortLT ¶ added in v0.2.4
func SortLT(v uint32) predicate.DictionaryDetail
SortLT applies the LT predicate on the "sort" field.
func SortLTE ¶ added in v0.2.4
func SortLTE(v uint32) predicate.DictionaryDetail
SortLTE applies the LTE predicate on the "sort" field.
func SortNEQ ¶ added in v0.2.4
func SortNEQ(v uint32) predicate.DictionaryDetail
SortNEQ applies the NEQ predicate on the "sort" field.
func SortNotIn ¶ added in v0.2.4
func SortNotIn(vs ...uint32) predicate.DictionaryDetail
SortNotIn applies the NotIn predicate on the "sort" field.
func Status ¶
func Status(v uint8) predicate.DictionaryDetail
Status applies equality check predicate on the "status" field. It's identical to StatusEQ.
func StatusEQ ¶
func StatusEQ(v uint8) predicate.DictionaryDetail
StatusEQ applies the EQ predicate on the "status" field.
func StatusGT ¶
func StatusGT(v uint8) predicate.DictionaryDetail
StatusGT applies the GT predicate on the "status" field.
func StatusGTE ¶
func StatusGTE(v uint8) predicate.DictionaryDetail
StatusGTE applies the GTE predicate on the "status" field.
func StatusIn ¶
func StatusIn(vs ...uint8) predicate.DictionaryDetail
StatusIn applies the In predicate on the "status" field.
func StatusIsNil ¶
func StatusIsNil() predicate.DictionaryDetail
StatusIsNil applies the IsNil predicate on the "status" field.
func StatusLT ¶
func StatusLT(v uint8) predicate.DictionaryDetail
StatusLT applies the LT predicate on the "status" field.
func StatusLTE ¶
func StatusLTE(v uint8) predicate.DictionaryDetail
StatusLTE applies the LTE predicate on the "status" field.
func StatusNEQ ¶
func StatusNEQ(v uint8) predicate.DictionaryDetail
StatusNEQ applies the NEQ predicate on the "status" field.
func StatusNotIn ¶
func StatusNotIn(vs ...uint8) predicate.DictionaryDetail
StatusNotIn applies the NotIn predicate on the "status" field.
func StatusNotNil ¶
func StatusNotNil() predicate.DictionaryDetail
StatusNotNil applies the NotNil predicate on the "status" field.
func Title ¶
func Title(v string) predicate.DictionaryDetail
Title applies equality check predicate on the "title" field. It's identical to TitleEQ.
func TitleContains ¶
func TitleContains(v string) predicate.DictionaryDetail
TitleContains applies the Contains predicate on the "title" field.
func TitleContainsFold ¶
func TitleContainsFold(v string) predicate.DictionaryDetail
TitleContainsFold applies the ContainsFold predicate on the "title" field.
func TitleEQ ¶
func TitleEQ(v string) predicate.DictionaryDetail
TitleEQ applies the EQ predicate on the "title" field.
func TitleEqualFold ¶
func TitleEqualFold(v string) predicate.DictionaryDetail
TitleEqualFold applies the EqualFold predicate on the "title" field.
func TitleGT ¶
func TitleGT(v string) predicate.DictionaryDetail
TitleGT applies the GT predicate on the "title" field.
func TitleGTE ¶
func TitleGTE(v string) predicate.DictionaryDetail
TitleGTE applies the GTE predicate on the "title" field.
func TitleHasPrefix ¶
func TitleHasPrefix(v string) predicate.DictionaryDetail
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
func TitleHasSuffix ¶
func TitleHasSuffix(v string) predicate.DictionaryDetail
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
func TitleIn ¶
func TitleIn(vs ...string) predicate.DictionaryDetail
TitleIn applies the In predicate on the "title" field.
func TitleLT ¶
func TitleLT(v string) predicate.DictionaryDetail
TitleLT applies the LT predicate on the "title" field.
func TitleLTE ¶
func TitleLTE(v string) predicate.DictionaryDetail
TitleLTE applies the LTE predicate on the "title" field.
func TitleNEQ ¶
func TitleNEQ(v string) predicate.DictionaryDetail
TitleNEQ applies the NEQ predicate on the "title" field.
func TitleNotIn ¶
func TitleNotIn(vs ...string) predicate.DictionaryDetail
TitleNotIn applies the NotIn predicate on the "title" field.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.DictionaryDetail
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.DictionaryDetail
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.DictionaryDetail
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.DictionaryDetail
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.DictionaryDetail
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.DictionaryDetail
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.DictionaryDetail
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.DictionaryDetail
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.DictionaryDetail
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 Value ¶
func Value(v string) predicate.DictionaryDetail
Value applies equality check predicate on the "value" field. It's identical to ValueEQ.
func ValueContains ¶
func ValueContains(v string) predicate.DictionaryDetail
ValueContains applies the Contains predicate on the "value" field.
func ValueContainsFold ¶
func ValueContainsFold(v string) predicate.DictionaryDetail
ValueContainsFold applies the ContainsFold predicate on the "value" field.
func ValueEQ ¶
func ValueEQ(v string) predicate.DictionaryDetail
ValueEQ applies the EQ predicate on the "value" field.
func ValueEqualFold ¶
func ValueEqualFold(v string) predicate.DictionaryDetail
ValueEqualFold applies the EqualFold predicate on the "value" field.
func ValueGT ¶
func ValueGT(v string) predicate.DictionaryDetail
ValueGT applies the GT predicate on the "value" field.
func ValueGTE ¶
func ValueGTE(v string) predicate.DictionaryDetail
ValueGTE applies the GTE predicate on the "value" field.
func ValueHasPrefix ¶
func ValueHasPrefix(v string) predicate.DictionaryDetail
ValueHasPrefix applies the HasPrefix predicate on the "value" field.
func ValueHasSuffix ¶
func ValueHasSuffix(v string) predicate.DictionaryDetail
ValueHasSuffix applies the HasSuffix predicate on the "value" field.
func ValueIn ¶
func ValueIn(vs ...string) predicate.DictionaryDetail
ValueIn applies the In predicate on the "value" field.
func ValueLT ¶
func ValueLT(v string) predicate.DictionaryDetail
ValueLT applies the LT predicate on the "value" field.
func ValueLTE ¶
func ValueLTE(v string) predicate.DictionaryDetail
ValueLTE applies the LTE predicate on the "value" field.
func ValueNEQ ¶
func ValueNEQ(v string) predicate.DictionaryDetail
ValueNEQ applies the NEQ predicate on the "value" field.
func ValueNotIn ¶
func ValueNotIn(vs ...string) predicate.DictionaryDetail
ValueNotIn applies the NotIn predicate on the "value" field.
Types ¶
This section is empty.