Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OpenAPITags = []api.Tag{
{Name: "Health", Description: "Endpoints reporting the health of the application"},
}
)
Functions ¶
func NewGetHealthEndpoint ¶
func NewGetHealthEndpoint() endpoint.EndpointHandler
Types ¶
type GetHealthEndpoint ¶
https://golang.org/doc/effective_go#embedding
func (GetHealthEndpoint) ServeHTTP ¶
func (ep GetHealthEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetHealthRequest ¶
type GetHealthRequest struct{}
type GetHealthResponse ¶
Click to show internal directories.
Click to hide internal directories.