Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlAPIController ¶
type MysqlAPIController struct {
// contains filtered or unexported fields
}
A MysqlAPIController binds http requests to an api service and writes the service results to the http response
func (*MysqlAPIController) Routes ¶
func (c *MysqlAPIController) Routes() openapi.Routes
Routes returns all of the api route for the MysqlApiController
type Router ¶
Router defines the required methods for binding the api requests to a responses for the MysqlApi The Router implementation should parse necessary information from the http request, pass the data to a Servicer to perform the required actions, then write the service results to the http response.
Click to show internal directories.
Click to hide internal directories.