Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalUint64 ¶
func UnmarshalUint64 ¶
Types ¶
type SearchIndexWhereInput ¶
type SearchIndexWhereInput struct { Not *SearchIndexWhereInput `json:"not"` And []*SearchIndexWhereInput `json:"and"` Or []*SearchIndexWhereInput `json:"or"` // id field predicates ID *string `json:"id"` IDNeq *string `json:"idNEQ"` IDIn []string `json:"idIn"` IDNotIn []string `json:"idNotIn"` IDGt *string `json:"idGT"` IDGte *string `json:"idGTE"` IDLt *string `json:"idLT"` IDLte *string `json:"idLTE"` // dope edge predicates HasDope *bool `json:"hasDope"` HasDopeWith []*ent.DopeWhereInput `json:"hasDopeWith"` // item edge predicates HasItem *bool `json:"hasItem"` HasItemWith []*ent.ItemWhereInput `json:"hasItemWith"` // hustler edge predicates HasHustler *bool `json:"hasHustler"` HasHustlerWith []*ent.HustlerWhereInput `json:"hasHustlerWith"` }
SearchIndexWhereInput is used for filtering SearchIndex objects. Input was generated by ent.
type SearchResult ¶
type SearchResult interface {
IsSearchResult()
}
type SearchResultWhereInput ¶
type SearchResultWhereInput struct { Not *SearchResultWhereInput `json:"not"` And []*SearchResultWhereInput `json:"and"` Or []*SearchResultWhereInput `json:"or"` // id field predicates ID *string `json:"id"` IDNeq *string `json:"idNEQ"` IDIn []string `json:"idIn"` IDNotIn []string `json:"idNotIn"` IDGt *string `json:"idGT"` IDGte *string `json:"idGTE"` IDLt *string `json:"idLT"` IDLte *string `json:"idLTE"` // dope edge predicates HasDope *bool `json:"hasDope"` HasDopeWith []*ent.DopeWhereInput `json:"hasDopeWith"` // item edge predicates HasItem *bool `json:"hasItem"` HasItemWith []*ent.ItemWhereInput `json:"hasItemWith"` // hustler edge predicates HasHustler *bool `json:"hasHustler"` HasHustlerWith []*ent.HustlerWhereInput `json:"hasHustlerWith"` }
SearchResultWhereInput is used for filtering SearchResult objects. Input was generated by ent.
Click to show internal directories.
Click to hide internal directories.