# Functions
NewClient initializes a "status" service client given the endpoints.
NewEndpoints wraps the methods of the "status" service with endpoints.
NewStatusEndpoint returns an endpoint function that calls the method "Status" of service "status".
# Constants
APIName is the name of the API as defined in the design.
APIVersion is the version of the API as defined in the design.
ServiceName is the name of the service as defined in the design.
# Variables
MethodNames lists the service method names as defined in the design.
# Structs
Client is the "status" service client.
Endpoints wraps the "status" service endpoints.
Describes the services and their status.
StatusResult is the result type of the status service Status method.
# Interfaces
Describes the status of each service.