Documentation
¶
Index ¶
- func Calculate(op string, left, right interface{}) (interface{}, error)
- func Concat(input ...interface{}) (string, error)
- func GetTimestamp(strLen int) (int, error)
- func SearchValue(arr interface{}, originKey string, originValue interface{}, destKey string) (interface{}, error)
- func TimeDelta(timeStamp int, value int, typ string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTimestamp ¶
GetTimestamp will return the timestamp string
func SearchValue ¶
func SearchValue(arr interface{}, originKey string, originValue interface{}, destKey string) (interface{}, error)
SearchValue will search key/value in an collection and return the value of destination key
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.