Documentation ¶ Overview ¶ Package task installs the Task utility Index ¶ Constants type Conf type Flower func (fl *Flower) Configure() error func (fl *Flower) Description() string func (fl *Flower) Embedded() []string func (fl *Flower) Init() error func (fl *Flower) Install() error func (fl *Flower) String() string type Inst Constants ¶ View Source const Name = "task" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Conf ¶ type Conf struct { } type Flower ¶ type Flower struct { Inst Conf } func (*Flower) Configure ¶ func (fl *Flower) Configure() error func (*Flower) Description ¶ func (fl *Flower) Description() string func (*Flower) Embedded ¶ func (fl *Flower) Embedded() []string func (*Flower) Init ¶ func (fl *Flower) Init() error func (*Flower) Install ¶ func (fl *Flower) Install() error func (*Flower) String ¶ func (fl *Flower) String() string type Inst ¶ type Inst struct { Version string Hash string } Source Files ¶ View all Source files task.go Click to show internal directories. Click to hide internal directories.