Versions in this module Expand all Collapse all v1 v1.2.2 Jan 23, 2023 Changes in this version + func DecodeLivenessResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (interface{}, error) + func DecodeReadinessResponse(decoder func(*http.Response) goahttp.Decoder, restoreBody bool) func(*http.Response) (interface{}, error) + func LivenessHealthPath() string + func ReadinessHealthPath() string + type Client struct + LivenessDoer goahttp.Doer + ReadinessDoer goahttp.Doer + RestoreResponseBody bool + func NewClient(scheme string, host string, doer goahttp.Doer, ...) *Client + func (c *Client) BuildLivenessRequest(ctx context.Context, v interface{}) (*http.Request, error) + func (c *Client) BuildReadinessRequest(ctx context.Context, v interface{}) (*http.Request, error) + func (c *Client) Liveness() goa.Endpoint + func (c *Client) Readiness() goa.Endpoint