Documentation ¶
Index ¶
- Constants
- func And(predicates ...predicate.Api) predicate.Api
- func ID(id string) predicate.Api
- func IDEQ(id string) predicate.Api
- func IDGT(id string) predicate.Api
- func IDGTE(id string) predicate.Api
- func IDIn(ids ...string) predicate.Api
- func IDLT(id string) predicate.Api
- func IDLTE(id string) predicate.Api
- func IDNEQ(id string) predicate.Api
- func IDNotIn(ids ...string) predicate.Api
- func Not(p predicate.Api) predicate.Api
- func Or(predicates ...predicate.Api) predicate.Api
Constants ¶
View Source
const ( // Label holds the string label denoting the api type in the database. Label = "api" // FieldID holds the string denoting the id field in the database. FieldID = "id" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.