Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HConfig ¶
type HConfig interface {
Load() error
Get(key string) (HVal, error)
Watch(event WatchEvent) error
Close() error
}
func NewHConfig ¶
type Option ¶
type Option func(opt *options)
func WithDataSource ¶
func WithDataSource(d hconf.DataSource) Option
type WatchEvent ¶
Click to show internal directories.
Click to hide internal directories.