# Functions
DecodeListLabelsRequest returns a decoder for requests sent to the labels List labels endpoint.
EncodeListLabelsResponse returns an encoder for responses returned by the labels List labels endpoint.
ListLabelsLabelsPath returns the URL path to the labels service List labels HTTP endpoint.
Mount configures the mux to serve the labels endpoints.
MountListLabelsHandler configures the mux to serve the "labels" service "List labels" endpoint.
New instantiates HTTP handlers for all the labels service endpoints using the provided encoder and decoder.
NewListLabelsHandler creates a HTTP handler which loads the HTTP request and calls the "labels" service "List labels" endpoint.
NewListLabelsPayload builds a labels service List labels endpoint payload.
NewListLabelsResponseBody builds the HTTP response body from the result of the "List labels" endpoint of the "labels" service.
# Structs
ListLabelsResponseBody is the type of the "labels" service "List labels" endpoint HTTP response body.
MountPoint holds information about the mounted endpoints.
Server lists the labels service endpoint HTTP handlers.