Documentation
¶
Index ¶
- func ConvertIntInterfaceToString(value interface{}) (string, error)
- func ConvertInterfaceToInt64(value interface{}) int64
- func InArray(value interface{}, array interface{}) (bool, int)
- func ReadConfigJson(configStruct interface{}, filePath string) error
- func RemoveDuplicate(slice []string, verbose bool) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertIntInterfaceToString ¶
ConvertIntInterfaceToString tries to convert an interface value to string
func ConvertInterfaceToInt64 ¶
func ConvertInterfaceToInt64(value interface{}) int64
ConvertInterfaceToInt64 converts an interface value to int64
func ReadConfigJson ¶
ReadConfig Reads Settings file.
func RemoveDuplicate ¶
RemoveDuplicate remove duplicate entry in string array
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.