Documentation ¶
Index ¶
- func CompressedJson(str string) string
- func ConvertValueForPersistence(obj interface{}) (value string, valueType consts.ExtractorResultType)
- func ConvertValueForUse(value interface{}, valueType consts.ExtractorResultType) (obj interface{}, err error)
- func GetDataFileFormat(pth string) (ret consts.DataFileFormat)
- func GetExecDir() (dir string)
- func GetVariablesInExpressionPlaceholder(expression string) (ret []string)
- func GetWorkDir() (dir string)
- func IsJsonPathExpression(str string) (variName, jsonPathExpression string, yes bool)
- func RandArr(arr []interface{}) (ret []interface{})
- func RemoveLeftVariableSymbol(str string) (ret string)
- func ToSliceString(data []interface{}) (res []string)
- func ValueType(value interface{}) consts.ExtractorResultType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressedJson ¶
func ConvertValueForPersistence ¶
func ConvertValueForPersistence(obj interface{}) (value string, valueType consts.ExtractorResultType)
func ConvertValueForUse ¶
func ConvertValueForUse(value interface{}, valueType consts.ExtractorResultType) (obj interface{}, err error)
func GetDataFileFormat ¶
func GetDataFileFormat(pth string) (ret consts.DataFileFormat)
func GetExecDir ¶
func GetExecDir() (dir string)
func GetWorkDir ¶
func GetWorkDir() (dir string)
func IsJsonPathExpression ¶
func ToSliceString ¶
func ToSliceString(data []interface{}) (res []string)
func ValueType ¶
func ValueType(value interface{}) consts.ExtractorResultType
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.