Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 Changes in this version + type Auth struct + Audience string + DefaultSub string + Enabled *bool + Issuer string + func (a Auth) IsEnabled() bool + type Bootstrap struct + AdminSub string + Files []string + type Config struct + Auth Auth + Bootstrap Bootstrap + Server Server + Storage Storage + func Load(path string) (*Config, error) + func Parse(doc string) (*Config, error) + type DB struct + DSN string + Driver string + type Server struct + Address string + type Storage struct + Shared DB + Tenants map[string]DB v0.1.1 Jun 10, 2026