package
0.0.0-20241223031400-ddfe0f41f4c3
Repository: https://github.com/curioswitch/go-curiostack.git
Documentation: pkg.go.dev

# Functions

ConnectHandlerOptions returns the default options for connect handlers.
EnableDocsFirebaseAuth enables Firebase auth for the docs handler.
HandleConnectUnary mounts a connect unary handler for the given procedure with the given handler.
Main is the entrypoint for starting a server using CurioStack.
Mux returns the [chi.Mux] that will be served and can be used to add route handlers.
NewMux returns a new chi.Mux with standard middleware.
NewServer returns a new http.Server with standard settings to serve the given router.
Start starts the server, listening on the configured server address for requests based on its configuration.

# Structs

Server is the configuration of the server that will be run.