# Packages
Package state manages the state that the singleprocess server has, providing operations to mutate that state safely as needed.
Package component has component implementations for the various resulting types.
No description provided by the author
Package httpapi implements the shared endpoints that are implemented over the HTTP protocol rather than gRPC.
# Functions
Run initializes and starts the server.
WithAuthentication configures the server to require authentication.
WithBrowserUI configures the server to enable the browser UI.
WithContext sets the context for the server.
WithGRPC sets the GRPC listener.
WithHTTP sets the HTTP listener.
WithImpl sets the service implementation to serve.
WithLogger sets the logger.
WithTelemetry instructs the server to export OpenCensus traces for requests.
# Type aliases
Option configures Run.