Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
OpenAPITags = []api.Tag{
{Name: "Metrics", Description: ""},
}
)
Functions ¶
func NewGetMetricsEndpoint ¶
func NewGetMetricsEndpoint() endpoint.EndpointHandler
Types ¶
type GetMetricsEndpoint ¶
GetMetricsEndpoint is using embedding, see https://golang.org/doc/effective_go#embedding
func (GetMetricsEndpoint) ServeHTTP ¶
func (ep GetMetricsEndpoint) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetMetricsRequest ¶
type GetMetricsRequest struct{}
type GetMetricsResponse ¶
type GetMetricsResponse struct{}
Click to show internal directories.
Click to hide internal directories.