Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tags = tags{
Public: "Public",
Private: "Private",
PrivateUser: "Private user",
}
Functions ¶
This section is empty.
Types ¶
type APIPath ¶
type APIPath struct {
APIURL string
SiteURL string
PathItemProps openAPI.PathItemProps
}
type MethodResponse ¶
type MethodResponse struct {
Status int
openAPI.ResponseProps
ExampleResponse string
}
type Page ¶
type PathMethod ¶
type PathMethod struct {
openAPI.OperationProps
Method string
OrderedResponses []MethodResponse
}
Click to show internal directories.
Click to hide internal directories.