Documentation ¶ Index ¶ type Centauri func (d *Centauri) Cleanup() error func (d *Centauri) Init() error func (d *Centauri) LoadEnv(prefix string) error func (d *Centauri) LoadFlags() error func (d *Centauri) Push(r io.Reader) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Centauri ¶ type Centauri struct { URL string PublicKey []byte MessageType string Filename string Channel *string Key *string } func (*Centauri) Cleanup ¶ func (d *Centauri) Cleanup() 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 func (*Centauri) Push ¶ func (d *Centauri) Push(r io.Reader) error Source Files ¶ View all Source files centauri.go Click to show internal directories. Click to hide internal directories.