Versions in this module Expand all Collapse all v0 v0.1.0 Aug 12, 2022 v0.0.1 Jul 18, 2022 Changes in this version + func SetupClientContext(ctx context.Context, cfg *Config) (context.Context, error) + func StatConfig(required bool) bool + func WithConfig(ctx context.Context, cfg *Config) context.Context + type Config struct + ClientID string + Endpoint string + IssuerURL string + Scopes []string + func ConfigFromContext(ctx context.Context) (*Config, bool) + func LoadConfig() (*Config, error) + func (c *Config) Save() error + type Runner struct + func NewRunner() *Runner + func (r *Runner) Run()