Versions in this module Expand all Collapse all v3 v3.3.0 Jul 18, 2024 Changes in this version + var DefaultVarDumpFileName = "required_openapi_params.yaml" + var ErrNoVarsDumpFile = errors.New("no required params file found") + func WriteOpenAPIVarDumpFile(vars *OpenAPIParamsCfgFile) error + type Format interface + Name func() string + Parse func(input string, resultsCb ParseReqRespCallback) error + SetOptions func(options InputFormatOptions) + type InputFormatOptions struct + RequiredOnly bool + SkipFormatValidation bool + Variables map[string]interface{} + type OpenAPIParamsCfgFile struct + OptionalVars []string + Var []string + func ReadOpenAPIVarDumpFile() (*OpenAPIParamsCfgFile, error) + type ParseReqRespCallback func(rr *types.RequestResponse) bool