Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthLogout ¶
func AuthLogout()
swagger:route GET /logout auth authLogout
Logout.
responses:
200: logoutResponse
Types ¶
type LogoutResponse ¶
type LogoutResponse struct {
// in:body
Payload string `json:"body,omitempty"`
}
LogoutResponse is used directly as a response (#2286).
swagger:model logoutResponse
Click to show internal directories.
Click to hide internal directories.