Documentation ¶ Index ¶ type Centauri func (d *Centauri) Cleanup() error func (d *Centauri) ClearWork() error func (d *Centauri) GetWork() (io.Reader, error) func (d *Centauri) HandleFailure() error func (d *Centauri) Init() error func (d *Centauri) LoadEnv(prefix string) error func (d *Centauri) LoadFlags() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Centauri ¶ type Centauri struct { URL string PrivateKey []byte Channel *string Key *string } func (*Centauri) Cleanup ¶ func (d *Centauri) Cleanup() error func (*Centauri) ClearWork ¶ func (d *Centauri) ClearWork() error func (*Centauri) GetWork ¶ func (d *Centauri) GetWork() (io.Reader, error) func (*Centauri) HandleFailure ¶ func (d *Centauri) HandleFailure() error func (*Centauri) Init ¶ func (d *Centauri) Init() error func (*Centauri) LoadEnv ¶ func (d *Centauri) LoadEnv(prefix string) error func (*Centauri) LoadFlags ¶ func (d *Centauri) LoadFlags() error Source Files ¶ View all Source files centauri.go Click to show internal directories. Click to hide internal directories.