Versions in this module Expand all Collapse all v1 v1.1.0 Apr 19, 2025 v1.0.0 Apr 18, 2025 Changes in this version + func NewClient(p ClientParams) *client.Client + func NewMux(UIHandler http.Handler, APIHandlers http.Handler) *http.ServeMux + func NewServer(mux *http.ServeMux) *http.Server + func RegisterWebServerHooks(lifecycle fx.Lifecycle, httpServer *http.Server, logger log.Logger) + type ClientParams struct + Config config.ClientConfig + Logger log.Logger + type RouteParams = server.RouteParams