Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error400 ¶
type Error400 struct {
// Error text
Error string `json:"Error" example:"Internal Server Error"`
}
Error400 Internal Server Error swagger:model
type Error401 ¶
type Error401 struct {
// Error text
Error string `json:"Error" example:"Unauthorized"`
}
Error401 Unauthorized swagger:model
type Error403 ¶
type Error403 struct {
// Error text
Error string `json:"Error" example:"Forbidden"`
}
Error403 Forbidden swagger:model
type Error409 ¶
type Error409 struct {
// Error text
Error string `json:"Error" example:"Conflict"`
}
Error409 Conflict swagger:model
type Error422 ¶
type Error422 struct {
// Error text
Error string `json:"Error" example:"Unprocessable Entity"`
}
Error422 Unprocessable Entity swagger:model
type Error424 ¶
type Error424 struct {
// Error text
Error string `json:"Error" example:"Failed Dependency"`
}
Error424 Failed Dependency swagger:model
type Error500 ¶
type Error500 struct {
// Error text
Error string `json:"Error" example:"Internal Server Error"`
}
Error500 Internal Server Error swagger:model
type Error502 ¶
type Error502 struct {
// Error text
Error string `json:"Error" example:"Bad Gateway"`
}
Error502 Bad Gateway swagger:model
type Error503 ¶
type Error503 struct {
// Error text
Error string `json:"Error" example:"Service Unavailable"`
}
Error503 Service Unavailable swagger:model
type Success200 ¶
type Success200 struct {
// Code text
Status string `json:"Status" example:"OK"`
}
Success200 OK swagger:model
type Success201 ¶
type Success201 struct {
// Code text
Status string `json:"Status" example:"Created"`
}
Success201 Created swagger:model
Click to show internal directories.
Click to hide internal directories.