Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + const Base64Decode + const Configs + const Dirs + const Globals + const I18n + const LeftPlaceholder + const OldLeftPlaceholder + const OldRightPlaceholder + const Outputs + const Params + const Random + const RightPlaceholder + const TaskJumpOver + const TaskNotJumpOver + const TriggerLabel + var MockString = []string + var OldRe = regexp.MustCompile(`\${([^{}]+)}`) + var Re = pexpr.PhRe + func AppendPlaceholder(condition string) string + func DecodeOutputKey(express string) (string, bool) + func EvalResultToString(result interface{}) (string, error) + func GenAutotestConfigParams(key string) string + func GenConfigParams(key string) string + func GenDirsRef(alias string) string + func GenOldParamsRef(param string) string + func GenOutputRef(alias, outputName string) string + func GenParamsRef(param string) string + func GenRandomRef(key string) string + func MatchEval(str string, placeholderParams map[string]string, matchType ...string) (string, error) + func Quote(s string) string + func ReplacePlaceholder(condition string) string + func ReplaceRandomParams(ori string) string + type ErrorInfo struct + Code string + Msg string + type ExpressionExecSign struct + Condition string + Err *ErrorInfo + Msg string + Sign SignType + func Execute(condition string) (sign ExpressionExecSign) + type SignType int