# Packages
No description provided by the author
# Functions
NewRouter creates a new router with the default webbase middleware.
Serve is a helper function to start a server with a single function handler
Deprecated: Use ServeFunction instead.
ServeFunction starts a server with a single handler function.
ServeRouter starts a server with a set of routes.
WithHealthCheckHandlerFunc sets the handler function for the healthcheck endpoint.
WithoutServiceEndpoint disables the metrics/healthcheck endpoint.
WithSentryClientOptions configures the sentry client sdk.
WithSentryDebug sets the debug flag for sentry This option will be overwritten by WithSentryClientOptions if used together
Deprecated: Use WithSentryClientOptions instead.
WithServiceListenAddress sets the address for the service (healthcheck/metrics) listener.
WithWebListenAddress sets the address for the web listener.
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author