# Packages
No description provided by the author
# Functions
Call calls a dispatch.Function using the specified Runner.
KeyPair generates a random ed25519 key pair.
NewEndpoint creates a Dispatch endpoint, like dispatch.New.
NewRunner creates a Runner.
NewServer creates a new test Dispatch API server.
SigningKey sets the signing key to use when signing requests bound for the endpoint.
# Structs
CallRecorder is a dispatchserver.Handler that captures requests to the Dispatch API.
DispatchRequest is a request to the Dispatch API captured by a CallRecorder.
EndpointServer is a server serving a Dispatch endpoint.
Runner runs functions.