# Functions
BuildCreatePayload builds the payload for the PublishedTemplate create endpoint from CLI flags.
BuildDeletePayload builds the payload for the PublishedTemplate delete endpoint from CLI flags.
BuildHidePayload builds the payload for the PublishedTemplate hide endpoint from CLI flags.
BuildIndexPayload builds the payload for the PublishedTemplate index endpoint from CLI flags.
BuildShowPayload builds the payload for the PublishedTemplate show endpoint from CLI flags.
BuildUnhidePayload builds the payload for the PublishedTemplate unhide endpoint from CLI flags.
BuildUpdatePayload builds the payload for the PublishedTemplate update endpoint from CLI flags.
CreatePublishedTemplatePath returns the URL path to the PublishedTemplate service create HTTP endpoint.
DecodeCreateResponse returns a decoder for responses returned by the PublishedTemplate create endpoint.
DecodeDeleteResponse returns a decoder for responses returned by the PublishedTemplate delete endpoint.
DecodeHideResponse returns a decoder for responses returned by the PublishedTemplate hide endpoint.
DecodeIndexResponse returns a decoder for responses returned by the PublishedTemplate index endpoint.
DecodeShowResponse returns a decoder for responses returned by the PublishedTemplate show endpoint.
DecodeUnhideResponse returns a decoder for responses returned by the PublishedTemplate unhide endpoint.
DecodeUpdateResponse returns a decoder for responses returned by the PublishedTemplate update endpoint.
DeletePublishedTemplatePath returns the URL path to the PublishedTemplate service delete HTTP endpoint.
EncodeCreateRequest returns an encoder for requests sent to the PublishedTemplate create server.
EncodeDeleteRequest returns an encoder for requests sent to the PublishedTemplate delete server.
EncodeHideRequest returns an encoder for requests sent to the PublishedTemplate hide server.
EncodeIndexRequest returns an encoder for requests sent to the PublishedTemplate index server.
EncodeShowRequest returns an encoder for requests sent to the PublishedTemplate show server.
EncodeUnhideRequest returns an encoder for requests sent to the PublishedTemplate unhide server.
EncodeUpdateRequest returns an encoder for requests sent to the PublishedTemplate update server.
HidePublishedTemplatePath returns the URL path to the PublishedTemplate service hide HTTP endpoint.
IndexPublishedTemplatePath returns the URL path to the PublishedTemplate service index HTTP endpoint.
NewClient instantiates HTTP clients for all the PublishedTemplate service servers.
NewCreateBadGateway builds a PublishedTemplate service create endpoint bad_gateway error.
NewCreateBadRequest builds a PublishedTemplate service create endpoint bad_request error.
NewCreateConflict builds a PublishedTemplate service create endpoint conflict error.
NewCreateForbidden builds a PublishedTemplate service create endpoint forbidden error.
NewCreateInternalError builds a PublishedTemplate service create endpoint internal_error error.
NewCreateNotFound builds a PublishedTemplate service create endpoint not_found error.
NewCreateRequestBody builds the HTTP request body from the payload of the "create" endpoint of the "PublishedTemplate" service.
NewCreateResultOK builds a "PublishedTemplate" service "create" endpoint result from a HTTP "OK" response.
NewCreateUnauthorized builds a PublishedTemplate service create endpoint unauthorized error.
NewDeleteBadGateway builds a PublishedTemplate service delete endpoint bad_gateway error.
NewDeleteBadRequest builds a PublishedTemplate service delete endpoint bad_request error.
NewDeleteForbidden builds a PublishedTemplate service delete endpoint forbidden error.
NewDeleteInternalError builds a PublishedTemplate service delete endpoint internal_error error.
NewDeleteNotFound builds a PublishedTemplate service delete endpoint not_found error.
NewDeleteUnauthorized builds a PublishedTemplate service delete endpoint unauthorized error.
NewHideBadGateway builds a PublishedTemplate service hide endpoint bad_gateway error.
NewHideBadRequest builds a PublishedTemplate service hide endpoint bad_request error.
NewHideForbidden builds a PublishedTemplate service hide endpoint forbidden error.
NewHideInternalError builds a PublishedTemplate service hide endpoint internal_error error.
NewHideNotFound builds a PublishedTemplate service hide endpoint not_found error.
NewHideUnauthorized builds a PublishedTemplate service hide endpoint unauthorized error.
NewIndexBadGateway builds a PublishedTemplate service index endpoint bad_gateway error.
NewIndexBadRequest builds a PublishedTemplate service index endpoint bad_request error.
NewIndexForbidden builds a PublishedTemplate service index endpoint forbidden error.
NewIndexInternalError builds a PublishedTemplate service index endpoint internal_error error.
NewIndexPublishedTemplateListNotModified builds a "PublishedTemplate" service "index" endpoint result from a HTTP "NotModified" response.
NewIndexPublishedTemplateListOK builds a "PublishedTemplate" service "index" endpoint result from a HTTP "OK" response.
NewIndexUnauthorized builds a PublishedTemplate service index endpoint unauthorized error.
NewShowBadGateway builds a PublishedTemplate service show endpoint bad_gateway error.
NewShowBadRequest builds a PublishedTemplate service show endpoint bad_request error.
NewShowForbidden builds a PublishedTemplate service show endpoint forbidden error.
NewShowInternalError builds a PublishedTemplate service show endpoint internal_error error.
NewShowNotFound builds a PublishedTemplate service show endpoint not_found error.
NewShowPublishedTemplateOK builds a "PublishedTemplate" service "show" endpoint result from a HTTP "OK" response.
NewShowUnauthorized builds a PublishedTemplate service show endpoint unauthorized error.
NewUnhideBadGateway builds a PublishedTemplate service unhide endpoint bad_gateway error.
NewUnhideBadRequest builds a PublishedTemplate service unhide endpoint bad_request error.
NewUnhideForbidden builds a PublishedTemplate service unhide endpoint forbidden error.
NewUnhideInternalError builds a PublishedTemplate service unhide endpoint internal_error error.
NewUnhideNotFound builds a PublishedTemplate service unhide endpoint not_found error.
NewUnhideUnauthorized builds a PublishedTemplate service unhide endpoint unauthorized error.
NewUpdateBadGateway builds a PublishedTemplate service update endpoint bad_gateway error.
NewUpdateBadRequest builds a PublishedTemplate service update endpoint bad_request error.
NewUpdateForbidden builds a PublishedTemplate service update endpoint forbidden error.
NewUpdateInternalError builds a PublishedTemplate service update endpoint internal_error error.
NewUpdateNotFound builds a PublishedTemplate service update endpoint not_found error.
NewUpdateRequestBody builds the HTTP request body from the payload of the "update" endpoint of the "PublishedTemplate" service.
NewUpdateUnauthorized builds a PublishedTemplate service update endpoint unauthorized error.
ShowPublishedTemplatePath returns the URL path to the PublishedTemplate service show HTTP endpoint.
UnhidePublishedTemplatePath returns the URL path to the PublishedTemplate service unhide HTTP endpoint.
UpdatePublishedTemplatePath returns the URL path to the PublishedTemplate service update HTTP endpoint.
ValidateCreateBadGatewayResponseBody runs the validations defined on create_bad_gateway_response_body.
ValidateCreateBadRequestResponseBody runs the validations defined on create_bad_request_response_body.
ValidateCreateConflictResponseBody runs the validations defined on create_conflict_response_body.
ValidateCreateForbiddenResponseBody runs the validations defined on create_forbidden_response_body.
ValidateCreateInternalErrorResponseBody runs the validations defined on create_internal_error_response_body.
ValidateCreateNotFoundResponseBody runs the validations defined on create_not_found_response_body.
ValidateCreateResponseBody runs the validations defined on CreateResponseBody.
ValidateCreateUnauthorizedResponseBody runs the validations defined on create_unauthorized_response_body.
ValidateCredentialsResponseBody runs the validations defined on CredentialsResponseBody.
ValidateCredentialsTagResponseBody runs the validations defined on CredentialsTagResponseBody.
ValidateDeleteBadGatewayResponseBody runs the validations defined on delete_bad_gateway_response_body.
ValidateDeleteBadRequestResponseBody runs the validations defined on delete_bad_request_response_body.
ValidateDeleteForbiddenResponseBody runs the validations defined on delete_forbidden_response_body.
ValidateDeleteInternalErrorResponseBody runs the validations defined on delete_internal_error_response_body.
ValidateDeleteNotFoundResponseBody runs the validations defined on delete_not_found_response_body.
ValidateDeleteUnauthorizedResponseBody runs the validations defined on delete_unauthorized_response_body.
ValidateHideBadGatewayResponseBody runs the validations defined on hide_bad_gateway_response_body.
ValidateHideBadRequestResponseBody runs the validations defined on hide_bad_request_response_body.
ValidateHideForbiddenResponseBody runs the validations defined on hide_forbidden_response_body.
ValidateHideInternalErrorResponseBody runs the validations defined on hide_internal_error_response_body.
ValidateHideNotFoundResponseBody runs the validations defined on hide_not_found_response_body.
ValidateHideUnauthorizedResponseBody runs the validations defined on hide_unauthorized_response_body.
ValidateIndexBadGatewayResponseBody runs the validations defined on index_bad_gateway_response_body.
ValidateIndexBadRequestResponseBody runs the validations defined on index_bad_request_response_body.
ValidateIndexForbiddenResponseBody runs the validations defined on index_forbidden_response_body.
ValidateIndexInternalErrorResponseBody runs the validations defined on index_internal_error_response_body.
ValidateIndexUnauthorizedResponseBody runs the validations defined on index_unauthorized_response_body.
ValidateParameterResponseBody runs the validations defined on ParameterResponseBody.
ValidatePermissionResponseBody runs the validations defined on PermissionResponseBody.
ValidatePublishedTemplateCollectionResponseBody runs the validations defined on PublishedTemplateCollectionResponseBody.
ValidatePublishedTemplateResponseBody runs the validations defined on PublishedTemplateResponseBody.
ValidateRegexpResponseBody runs the validations defined on RegexpResponseBody.
ValidateShowBadGatewayResponseBody runs the validations defined on show_bad_gateway_response_body.
ValidateShowBadRequestResponseBody runs the validations defined on show_bad_request_response_body.
ValidateShowForbiddenResponseBody runs the validations defined on show_forbidden_response_body.
ValidateShowInternalErrorResponseBody runs the validations defined on show_internal_error_response_body.
ValidateShowNotFoundResponseBody runs the validations defined on show_not_found_response_body.
ValidateShowUnauthorizedResponseBody runs the validations defined on show_unauthorized_response_body.
ValidateUnhideBadGatewayResponseBody runs the validations defined on unhide_bad_gateway_response_body.
ValidateUnhideBadRequestResponseBody runs the validations defined on unhide_bad_request_response_body.
ValidateUnhideForbiddenResponseBody runs the validations defined on unhide_forbidden_response_body.
ValidateUnhideInternalErrorResponseBody runs the validations defined on unhide_internal_error_response_body.
ValidateUnhideNotFoundResponseBody runs the validations defined on unhide_not_found_response_body.
ValidateUnhideUnauthorizedResponseBody runs the validations defined on unhide_unauthorized_response_body.
ValidateUpdateBadGatewayResponseBody runs the validations defined on update_bad_gateway_response_body.
ValidateUpdateBadRequestResponseBody runs the validations defined on update_bad_request_response_body.
ValidateUpdateForbiddenResponseBody runs the validations defined on update_forbidden_response_body.
ValidateUpdateInternalErrorResponseBody runs the validations defined on update_internal_error_response_body.
ValidateUpdateNotFoundResponseBody runs the validations defined on update_not_found_response_body.
ValidateUpdateUnauthorizedResponseBody runs the validations defined on update_unauthorized_response_body.
ValidateUserResponseBody runs the validations defined on UserResponseBody.
# Structs
Client lists the PublishedTemplate service endpoint HTTP clients.
CreateBadGatewayResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "bad_gateway" error.
CreateBadRequestResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "bad_request" error.
CreateConflictResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "conflict" error.
CreateForbiddenResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "forbidden" error.
CreateInternalErrorResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "internal_error" error.
CreateNotFoundResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "not_found" error.
CreateRequestBody is the type of the "PublishedTemplate" service "create" endpoint HTTP request body.
CreateResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body.
CreateUnauthorizedResponseBody is the type of the "PublishedTemplate" service "create" endpoint HTTP response body for the "unauthorized" error.
CredentialsResponseBody is used to define fields on response body types.
CredentialsTagResponseBody is used to define fields on response body types.
DeleteBadGatewayResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "bad_gateway" error.
DeleteBadRequestResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "bad_request" error.
DeleteForbiddenResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "forbidden" error.
DeleteInternalErrorResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "internal_error" error.
DeleteNotFoundResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "not_found" error.
DeleteUnauthorizedResponseBody is the type of the "PublishedTemplate" service "delete" endpoint HTTP response body for the "unauthorized" error.
HideBadGatewayResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "bad_gateway" error.
HideBadRequestResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "bad_request" error.
HideForbiddenResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "forbidden" error.
HideInternalErrorResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "internal_error" error.
HideNotFoundResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "not_found" error.
HideUnauthorizedResponseBody is the type of the "PublishedTemplate" service "hide" endpoint HTTP response body for the "unauthorized" error.
IndexBadGatewayResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body for the "bad_gateway" error.
IndexBadRequestResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body for the "bad_request" error.
IndexForbiddenResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body for the "forbidden" error.
IndexInternalErrorResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body for the "internal_error" error.
IndexOKResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body.
IndexUnauthorizedResponseBody is the type of the "PublishedTemplate" service "index" endpoint HTTP response body for the "unauthorized" error.
ParameterResponseBody is used to define fields on response body types.
PermissionResponseBody is used to define fields on response body types.
PublishedTemplateResponseBody is used to define fields on response body types.
RegexpResponseBody is used to define fields on response body types.
ShowBadGatewayResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "bad_gateway" error.
ShowBadRequestResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "bad_request" error.
ShowForbiddenResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "forbidden" error.
ShowInternalErrorResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "internal_error" error.
ShowNotFoundResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "not_found" error.
ShowResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body.
ShowUnauthorizedResponseBody is the type of the "PublishedTemplate" service "show" endpoint HTTP response body for the "unauthorized" error.
UnhideBadGatewayResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "bad_gateway" error.
UnhideBadRequestResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "bad_request" error.
UnhideForbiddenResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "forbidden" error.
UnhideInternalErrorResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "internal_error" error.
UnhideNotFoundResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "not_found" error.
UnhideUnauthorizedResponseBody is the type of the "PublishedTemplate" service "unhide" endpoint HTTP response body for the "unauthorized" error.
UpdateBadGatewayResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "bad_gateway" error.
UpdateBadRequestResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "bad_request" error.
UpdateForbiddenResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "forbidden" error.
UpdateInternalErrorResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "internal_error" error.
UpdateNotFoundResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "not_found" error.
UpdateRequestBody is the type of the "PublishedTemplate" service "update" endpoint HTTP request body.
UpdateUnauthorizedResponseBody is the type of the "PublishedTemplate" service "update" endpoint HTTP response body for the "unauthorized" error.
UserResponseBody is used to define fields on response body types.
# Type aliases
PublishedTemplateCollectionResponseBody is used to define fields on response body types.