Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Components ¶
type Document ¶
type Document struct {
OpenAPI string `json:"openapi"`
Info Info `json:"info"`
Paths map[string]PathItem `json:"paths"`
Components Components `json:"components,omitempty"`
}
type Operation ¶
type Operation struct {
OperationID string `json:"operationId,omitempty"`
Tags []string `json:"tags,omitempty"`
RequestBody *RequestBody `json:"requestBody,omitempty"`
Responses map[string]Response `json:"responses"`
}
type RequestBody ¶
Click to show internal directories.
Click to hide internal directories.