Documentation
¶
Index ¶
- func And(queries []string) string
- func Between(attribute string, start, end interface{}) string
- func Contains(attribute string, value interface{}) string
- func CursorAfter(documentId string) string
- func CursorBefore(documentId interface{}) string
- func EndsWith(attribute string, value interface{}) string
- func Equal(attribute string, value interface{}) string
- func GreaterThan(attribute string, value interface{}) string
- func GreaterThanEqual(attribute string, value interface{}) string
- func IsNotNull(attribute string) string
- func IsNull(attribute string) string
- func LessThan(attribute string, value interface{}) string
- func LessThanEqual(attribute string, value interface{}) string
- func Limit(limit int) string
- func NotEqual(attribute string, value interface{}) string
- func Offset(offset int) string
- func Or(queries []string) string
- func OrderAsc(attribute string) string
- func OrderDesc(attribute string) string
- func Search(attribute string, value interface{}) string
- func Select(attributes interface{}) string
- func StartsWith(attribute string, value interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CursorAfter ¶
func CursorBefore ¶
func CursorBefore(documentId interface{}) string
func GreaterThan ¶
func GreaterThanEqual ¶
func LessThanEqual ¶
func StartsWith ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.