Documentation
¶
Index ¶
- type IndexValueFunc
- func ConstantValue(v string) IndexValueFunc
- func DefaultIfEmpty(prev IndexValueFunc, defaultValue IndexValueFunc) IndexValueFunc
- func EmptyValue() IndexValueFunc
- func IsEmptyValue(prev IndexValueFunc) IndexValueFunc
- func JSONValue(path string) IndexValueFunc
- func Map(prev IndexValueFunc, valuesMap map[string]IndexValueFunc) IndexValueFunc
- func SHA224(prev IndexValueFunc) IndexValueFunc
- func SingleValue(prev IndexValueFunc) IndexValueFunc
- func Unquote(prev IndexValueFunc) IndexValueFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexValueFunc ¶
func ConstantValue ¶
func ConstantValue(v string) IndexValueFunc
func DefaultIfEmpty ¶
func DefaultIfEmpty(prev IndexValueFunc, defaultValue IndexValueFunc) IndexValueFunc
func EmptyValue ¶
func EmptyValue() IndexValueFunc
func IsEmptyValue ¶
func IsEmptyValue(prev IndexValueFunc) IndexValueFunc
func JSONValue ¶
func JSONValue(path string) IndexValueFunc
func Map ¶
func Map(prev IndexValueFunc, valuesMap map[string]IndexValueFunc) IndexValueFunc
func SHA224 ¶
func SHA224(prev IndexValueFunc) IndexValueFunc
func SingleValue ¶
func SingleValue(prev IndexValueFunc) IndexValueFunc
func Unquote ¶
func Unquote(prev IndexValueFunc) IndexValueFunc
Click to show internal directories.
Click to hide internal directories.