Versions in this module Expand all Collapse all v1 v1.2.2 Jan 23, 2023 Changes in this version + const ServiceName + var MethodNames = [2]string + func NewLivenessEndpoint(s Service) goa.Endpoint + func NewReadinessEndpoint(s Service) goa.Endpoint + type Client struct + LivenessEndpoint goa.Endpoint + ReadinessEndpoint goa.Endpoint + func NewClient(liveness, readiness goa.Endpoint) *Client + func (c *Client) Liveness(ctx context.Context) (err error) + func (c *Client) Readiness(ctx context.Context) (err error) + type Endpoints struct + Liveness goa.Endpoint + Readiness goa.Endpoint + func NewEndpoints(s Service) *Endpoints + func (e *Endpoints) Use(m func(goa.Endpoint) goa.Endpoint) + type Service interface + Liveness func(context.Context) (err error) + Readiness func(context.Context) (err error)