The highest tagged major version is
v4.
package
Version:
v2.1.2+incompatible
Opens a new window with list of versions in this module.
Published: Aug 5, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type DSL struct {
Namespace string `json:"namespace"`
Offset int `json:"offset"`
Limit int `json:"limit"`
Distinct string `json:"distinct"`
Sort Sort `json:"sort"`
Filters []Filter `json:"filters"`
Explain bool `json:"explain,omitempty"`
}
type Sort struct {
Field string `json:"field"`
Desc bool `json:"desc"`
Values []interface{} `json:"values,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.