Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var F, E, W, I, D, T log.LevelPrinter = log.GetLogPrinterSet(subsystem)
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option interface { LoadInput(input string) (o Option, e error) ReadInput(input string) (o Option, e error) GetMetadata() *meta.Data Name() string String() string MarshalJSON() (b []byte, e error) UnmarshalJSON(data []byte) (e error) GetAllOptionStrings() []string Type() interface{} SetName(string) }
Option is an interface to simplify concurrent-safe access to a variety of types of configuration item
Click to show internal directories.
Click to hide internal directories.