Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GoConfig ¶
GoConfig is the representation of the heirarchial storage and retreival system
func NewGoConfig ¶
NewGoConfig return the singleton GoConfig
func (*GoConfig) Get ¶
Get will retrieve the value in the respective key. If key doesnt exist it will recursively check if parent has the value and return the value whoever has. Always child with value gets high preference in Get. Please note that key will be like a.b which says under a node, b will might or might not have value. Here separator in key is "." If b exists, then its value is returned, else if a exists , then its value is returned else error returned
Click to show internal directories.
Click to hide internal directories.