Documentation ¶
Index ¶
- func ConvertToMapOrSlice(input interface{}) (interface{}, error)
- func DenormalizePropertyName(name string) string
- func NormalizeKeys(arg interface{})
- func NormalizePropertyName(prName string) string
- func ParseArguments(args []string) (res map[string]interface{}, err error)
- func ParseFilter(input interface{}, filter string) (interface{}, error)
- func ParseFilterObject(obj string) (map[string]Filter, error)
- func ParseObject(obj string, normalizeKeys bool) (map[string]interface{}, error)
- func ParseQuery(input interface{}, query string) (interface{}, error)
- type Filter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToMapOrSlice ¶
func ConvertToMapOrSlice(input interface{}) (interface{}, error)
func DenormalizePropertyName ¶
func NormalizeKeys ¶
func NormalizeKeys(arg interface{})
func NormalizePropertyName ¶
func ParseArguments ¶
func ParseFilter ¶
func ParseQuery ¶
ParseQuery accepts a map[string]interface{} or an []interface and returns an object with only keys parsed from the given query string left.
Types ¶
Click to show internal directories.
Click to hide internal directories.