Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Template ¶
type Template struct {
Method string
Path string
URL string
PathParameters map[string]*parameterSpec
QueryParameters map[string]*parameterSpec
Headers map[string]*parameterSpec
RequestBodyParameters map[string]*parameterSpec
RequestBody map[string]string
Doc *openapi3.T
Placeholders map[string]interface{}
}
Template contains all information about template.
Click to show internal directories.
Click to hide internal directories.