Documentation ¶ Index ¶ type Settings func (s *Settings) Copy() Settings func (s *Settings) MergeWith(other Settings) func (s *Settings) OverrideWith(other Settings) func (s *Settings) SetDefaults() func (s *Settings) String() string func (s *Settings) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Settings ¶ type Settings struct { Enabled *bool } func (*Settings) Copy ¶ func (s *Settings) Copy() Settings func (*Settings) MergeWith ¶ func (s *Settings) MergeWith(other Settings) func (*Settings) OverrideWith ¶ func (s *Settings) OverrideWith(other Settings) func (*Settings) SetDefaults ¶ func (s *Settings) SetDefaults() func (*Settings) String ¶ func (s *Settings) String() string func (*Settings) Validate ¶ func (s *Settings) Validate() error Source Files ¶ View all Source files settings.go Click to show internal directories. Click to hide internal directories.