Versions in this module Expand all Collapse all v3 v3.0.1 Sep 11, 2025 v3.0.0 Apr 11, 2025 Changes in this version + func NewConfigWriter(ctx context.Context, uri string) (wof_writer.Writer, error) + func NewConfigWriterFromOptions(ctx context.Context, opts *ConfigWriterOptions) (wof_writer.Writer, error) + type ConfigWriterOptions struct + Async bool + Config *WriterConfig + Environment string + Exclude []string + Target string + type RuntimevarConfig struct + Credentials string + Disabled bool + Label string + Runtimevar string + Value string + type TargetConfig map[string][]*RuntimevarConfig + func (cfg *TargetConfig) RuntimevarConfigs(target string) ([]*RuntimevarConfig, bool) + type WriterConfig map[string]*TargetConfig + func (cfg *WriterConfig) Target(environment string) (*TargetConfig, bool) Other modules containing this package github.com/whosonfirst/go-writer-config