Documentation
¶
Overview ¶
Package controllers contains the common functions and structures for the controllers
Package controllers contains the common functions and structures for the controllers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JSONSwagger ¶
type JSONSwagger struct {
}
JSONSwagger is a struct that contains the swagger documentation
type MessageResponse ¶
type MessageResponse struct {
Message string `json:"message"`
}
MessageResponse is a struct that contains the response body for the message
Click to show internal directories.
Click to hide internal directories.