# Functions
BuildListPayload builds the payload for the pipeline list endpoint from CLI flags.
BuildProcessingPayload builds the payload for the pipeline processing endpoint from CLI flags.
BuildShowPayload builds the payload for the pipeline show endpoint from CLI flags.
DecodeListResponse returns a decoder for responses returned by the pipeline list endpoint.
DecodeProcessingResponse returns a decoder for responses returned by the pipeline processing endpoint.
DecodeShowResponse returns a decoder for responses returned by the pipeline show endpoint.
EncodeListRequest returns an encoder for requests sent to the pipeline list server.
ListPipelinePath returns the URL path to the pipeline service list HTTP endpoint.
NewClient instantiates HTTP clients for all the pipeline service servers.
NewListEnduroStoredPipelineOK builds a "pipeline" service "list" endpoint result from a HTTP "OK" response.
NewProcessingNotFound builds a pipeline service processing endpoint not_found error.
NewShowEnduroStoredPipelineOK builds a "pipeline" service "show" endpoint result from a HTTP "OK" response.
NewShowNotFound builds a pipeline service show endpoint not_found error.
ProcessingPipelinePath returns the URL path to the pipeline service processing HTTP endpoint.
ShowPipelinePath returns the URL path to the pipeline service show HTTP endpoint.
ValidateEnduroStoredPipelineResponse runs the validations defined on EnduroStored-PipelineResponse.
ValidateProcessingNotFoundResponseBody runs the validations defined on processing_not_found_response_body.
ValidateShowNotFoundResponseBody runs the validations defined on show_not_found_response_body.
# Structs
Client lists the pipeline service endpoint HTTP clients.
EnduroStoredPipelineResponse is used to define fields on response body types.
ProcessingNotFoundResponseBody is the type of the "pipeline" service "processing" endpoint HTTP response body for the "not_found" error.
ShowNotFoundResponseBody is the type of the "pipeline" service "show" endpoint HTTP response body for the "not_found" error.
ShowResponseBody is the type of the "pipeline" service "show" endpoint HTTP response body.
# Type aliases
ListResponseBody is the type of the "pipeline" service "list" endpoint HTTP response body.