Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
Collector collects and merges multiple generated *ucfg.Config, remembering errors, for postponing error checking after having merged all loaded configurations.
func NewCollector ¶
func NewCollector(cfg *ucfg.Config, opts ...ucfg.Option) *Collector
func (*Collector) GetOptions ¶
func (c *Collector) GetOptions() []ucfg.Option
Click to show internal directories.
Click to hide internal directories.