# Functions

LoggingMiddleware returns an endpoint middleware that logs the duration of each invocation, and the resulting error, if any.
MakeWorkflowEndpoint returns an endpoint that invokes Workflow on the service.
New returns an Endpoints that wraps the provided server, and wires in all of the expected endpoint middlewares via the various parameters.

# Structs

Endpoints collects all of the endpoints that compose the service.
WorkflowGetRequest collects the request parameters for the WorkflowGet method.
WorkflowGetResponse collects the response values for the WorkflowGet method.