Documentation
¶
Index ¶
- Variables
- func HasFieldAndSliceValue(slice interface{}, fieldName, sliceFieldName string, ...) (bool, bool, error)
- func HasFieldValue(slice interface{}, fieldName string, value interface{}) (bool, error)
- func HasValue(slice interface{}, value interface{}) (bool, error)
- func MustHasValue(slice interface{}, value interface{}) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var JSON = jsoniter.Config{ EscapeHTML: true, SortMapKeys: false, ValidateJsonRawMessage: false, }.Froze()
Functions ¶
func HasFieldAndSliceValue ¶
func HasFieldValue ¶
func MustHasValue ¶
func MustHasValue(slice interface{}, value interface{}) (interface{}, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.