Documentation
¶
Index ¶
- type QueryOption
- func Count(b bool) QueryOption
- func Expand(resource string) QueryOption
- func Filter(filter string) QueryOption
- func Format(format string) QueryOption
- func OrderBy(order string) QueryOption
- func Search(term string) QueryOption
- func Select(fields string) QueryOption
- func Skip(items int) QueryOption
- func SkipToken(token string) QueryOption
- func Top(count int) QueryOption
- func Version(version string) QueryOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryOption ¶
func Count ¶ added in v0.2.0
func Count(b bool) QueryOption
func Expand ¶ added in v0.2.0
func Expand(resource string) QueryOption
func Filter ¶ added in v0.2.0
func Filter(filter string) QueryOption
func Format ¶ added in v0.2.0
func Format(format string) QueryOption
func OrderBy ¶ added in v0.2.0
func OrderBy(order string) QueryOption
func Search ¶ added in v0.2.0
func Search(term string) QueryOption
func Select ¶ added in v0.2.0
func Select(fields string) QueryOption
func Skip ¶ added in v0.2.0
func Skip(items int) QueryOption
func SkipToken ¶ added in v0.3.0
func SkipToken(token string) QueryOption
func Top ¶
func Top(count int) QueryOption
func Version ¶
func Version(version string) QueryOption
Click to show internal directories.
Click to hide internal directories.