Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Raw []byte
Functions ¶
Types ¶
type BinaryResponse ¶
type BinaryResponse struct{ ContentType string }
type Operation ¶
type Operation struct {
OperationID string
Method string
Path string
Groups []string
Action string
Summary string
Deprecated bool
PathParams []Param
QueryParams []Param
Body *Body
BinaryResponse *BinaryResponse
RequiredScope string // x-required-scope ("" si ausente)
Irreversible bool // x-irreversible (false si ausente)
}
Click to show internal directories.
Click to hide internal directories.