Versions in this module Expand all Collapse all v0 v0.0.1 Dec 6, 2024 Changes in this version + func WebAPI(cfg Config, routeAdder RouteAdder, options ...func(opts *Options)) http.Handler + func WithCORS(origins []string) func(opts *Options) + func WithFileServer(react bool, static embed.FS, dir string, path string) func(opts *Options) + type AuthConfig struct + Auth *auth.Auth + type Config struct + Build string + DB *sqlx.DB + Log *logger.Logger + Tracer trace.Tracer + type Options struct + type RouteAdder interface + Add func(app *web.App, cfg Config) + type ScrumdingerConfig struct + AuthClient *authclient.Client + type StaticSite struct