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
Directories
¶
| Path | Synopsis |
|---|---|
|
Package diner contains the diner controller
|
Package diner contains the diner controller |
|
Package errors contains the error handler controller
|
Package errors contains the error handler controller |
|
Package menu contains the menu controller
|
Package menu contains the menu controller |
|
Package message contains the message controller
|
Package message contains the message controller |
|
Package order contains the order controller
|
Package order contains the order controller |
|
Package verify contains the verify controller
|
Package verify contains the verify controller |
Click to show internal directories.
Click to hide internal directories.