Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = Dummy{ []plugins.Option{ &plugins.StringOption{K: "Hello", V: "World", Required: false}, &plugins.StringOption{K: "I Like", V: "Potatoes", Required: false}, }, }
Functions ¶
This section is empty.
Types ¶
type DelayedReader ¶
Using random intervals, sleeps here and there between reads.
type Dummy ¶
type Dummy struct {
// contains filtered or unexported fields
}
func (*Dummy) DownloadGenerator ¶
func (d *Dummy) DownloadGenerator(url string) (dlgen func() plugins.Downloader, length int)
Click to show internal directories.
Click to hide internal directories.