Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContentType = "Content-Type" DefaultPortNum = "8080" MimeTypeJSON = "application/json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) HealthHandler ¶
func (a *App) HealthHandler(w http.ResponseWriter, r *http.Request)
type Clients ¶
func NewClients ¶
func NewClients() *Clients
Click to show internal directories.
Click to hide internal directories.