Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2025 Changes in this version + func SetConfigCtx(ctx context.Context, c Config) context.Context + type Config struct + Db db.Config + Listener listener.Config + Management management.Config + Operator operator.Config + Pki pki.Config + func GetConfigCtx(ctx context.Context) Config + func Read(path string) (Config, error) + func (c Config) Validate(ctx context.Context) error