Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalDataGatherer ¶ added in v0.1.14
type LocalDataGatherer struct {
// contains filtered or unexported fields
}
func NewLocalDataGatherer ¶ added in v0.1.14
func NewLocalDataGatherer(dataPath string) *LocalDataGatherer
NewLocalDataGatherer returns a LocalDatagatherer with the dataPath provided.
func (*LocalDataGatherer) Fetch ¶ added in v0.1.14
func (g *LocalDataGatherer) Fetch() (interface{}, error)
Fetch loads and returns the data from the LocalDatagatherer's dataPath
Click to show internal directories.
Click to hide internal directories.