package
0.1.0
Repository: https://github.com/dispatchrun/dispatch-go.git
Documentation: pkg.go.dev

# Functions

ClientOptions adds options for the underlying connect (gRPC) client.
HandlerFunc creates a Handler from a function.
HTTPClient sets the HTTP client to use when making requests to the endpoint.
New creates a Server.
NewEndpointClient creates an EndpointClient.
RequestHeaders sets headers on the request to the endpoint.
SigningKey sets the signing key to use when signing requests bound for the endpoint.

# Structs

EndpointClient is a client for a Dispatch endpoint.
Server is a Dispatch API server.

# Interfaces

Handler handles requests to a Dispatch API server.

# Type aliases

EndpointClientOption configures an EndpointClient.