Documentation ¶
Overview ¶
rest package is the application's REST API. It implements an HTTP server and handlers to process requests by calling the appropriate service for processing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App implements the transport layer by running an HTTP server.
Click to show internal directories.
Click to hide internal directories.