# Functions
DecodeListResponse returns a decoder for responses returned by the category list endpoint.
ListCategoryPath returns the URL path to the category service list HTTP endpoint.
ListCategoryPath2 returns the URL path to the category service list HTTP endpoint.
NewClient instantiates HTTP clients for all the category service servers.
NewListInternalError builds a category service list endpoint internal-error error.
NewListResultOK builds a "category" service "list" endpoint result from a HTTP "OK" response.
ValidateCategoryResponseBody runs the validations defined on CategoryResponseBody.
ValidateListInternalErrorResponseBody runs the validations defined on list_internal-error_response_body.
ValidateListResponseBody runs the validations defined on ListResponseBody.
# Structs
CategoryResponseBody is used to define fields on response body types.
Client lists the category service endpoint HTTP clients.
ListInternalErrorResponseBody is the type of the "category" service "list" endpoint HTTP response body for the "internal-error" error.
ListResponseBody is the type of the "category" service "list" endpoint HTTP response body.