Documentation
¶
Index ¶
- func FindInArray(val string, arr []string) (int, bool)
- func FindMatchStr(regex string, str string) []string
- func FindValue(bodyJson interface{}, keys []string) (interface{}, error)
- func ParseData(body io.ReadCloser) (map[string]interface{}, error)
- func ToTime(str string) (time.Duration, error)
- func ValidateFile(file string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindInArray ¶
FindInArray : to find data from array
func FindMatchStr ¶
FindMatchStr : to find substrings matching a regex
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.