Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilePath ¶
type FilePath struct { FilePath chan string // contains filtered or unexported fields }
FilePath turns a single date path into the paths of all
relevant files for that date
func (*FilePath) ChannelListener ¶
ChannelListener should be run in a goroutine and will receive paths on the FilePath
channel. It will retrieve the data for that path and save it to a file in the location specified. Once the channel is closed, the goroutine exits
Click to show internal directories.
Click to hide internal directories.