Documentation ¶ 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 = "mint" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Conf ¶ type Conf struct { Aroma string `default:"PepperMint"` } 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 { DstDir string `default:"/tmp/mint"` } Source Files ¶ View all Source files mint.go Click to show internal directories. Click to hide internal directories.