Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
Config *config.Config
SQLite *sqlite.DB
ClickHouse *clickhouse.Manager
Logger *slog.Logger
WebFS http.FileSystem
BuildInfo string
// contains filtered or unexported fields
}
App represents the core application context, holding dependencies and configuration.
func (*App) Initialize ¶
Initialize sets up application components like database connections, the OIDC provider, and the HTTP server.
Click to show internal directories.
Click to hide internal directories.