Documentation
¶
Overview ¶
Package feeder is a collection of feeders
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonDirectory ¶
type JsonDirectory struct {
Path string
}
JsonDirectory is a feeder that feeds using a directory of json files.
func (JsonDirectory) Feed ¶
func (jd JsonDirectory) Feed() (map[string]interface{}, error)
Feed returns all the content.
Click to show internal directories.
Click to hide internal directories.