Documentation ¶ Index ¶ type Base func (Base) Run(_ <-chan string) error func (Base) Stats() baker.UploadStats func (Base) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Base ¶ type Base struct{} Base is a nop implementation of baker.Upload useful to be embedded in tests and to redeclare one or more methods. func (Base) Run ¶ func (Base) Run(_ <-chan string) error func (Base) Stats ¶ func (Base) Stats() baker.UploadStats func (Base) Stop ¶ func (Base) Stop() Source Files ¶ View all Source files base.go Click to show internal directories. Click to hide internal directories.