Documentation
¶
Index ¶
- Constants
- func CreateStepsMap(stepsArray []interface{}) (map[string]interface{}, error)
- func ExtractParams(pathParams map[string]string, queryParams map[string][]string) map[string]interface{}
- func FillResponseHeaders(responseHeaders http.Header, w http.ResponseWriter)
- func RemoveNull(input interface{}) interface{}
- func Replace(input string, stepOutputs interface{}) string
- func SetupLogging()
- func TransformArray(inputArray []interface{}, output map[string]interface{}) []interface{}
- func TransformBody(body interface{}, output interface{}) interface{}
Constants ¶
View Source
const INVALID_STEP_DEFINITION = "invalid step definition"
Variables ¶
This section is empty.
Functions ¶
func CreateStepsMap ¶
func ExtractParams ¶
func FillResponseHeaders ¶
func FillResponseHeaders(responseHeaders http.Header, w http.ResponseWriter)
func RemoveNull ¶
func RemoveNull(input interface{}) interface{}
func SetupLogging ¶
func SetupLogging()
func TransformArray ¶
func TransformArray(inputArray []interface{}, output map[string]interface{}) []interface{}
func TransformBody ¶
func TransformBody(body interface{}, output interface{}) interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.