Documentation ¶
Index ¶
- Constants
- func Contained(obj, target interface{}) bool
- func IsEqual(key string, value interface{}, reqValue interface{}) (bool, error)
- func IsFloatEqual(a, b float64) bool
- func MergeGeneralMaps(maps ...map[string]interface{}) map[string]interface{}
- func MergeStringMaps(maps ...map[string]string) map[string]string
- func PathExists(path string) (bool, error)
- func RandSeq(n int, chs []rune) string
- func RandSeqWithAlnum(n int) string
- func Retry(retryNum int, desc string, silent bool, ...) error
- func RvRepElement(arr []string) []string
- func StructToMap(structObj interface{}) (map[string]interface{}, error)
Constants ¶
View Source
const Epsilon float64 = 0.00000001
Epsilon ...
Variables ¶
This section is empty.
Functions ¶
func MergeGeneralMaps ¶
func PathExists ¶
func RandSeqWithAlnum ¶
func StructToMap ¶
StructToMap ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.