Versions in this module Expand all Collapse all v0 v0.16.0 Sep 4, 2018 Changes in this version + type Dependency struct + func New() *Dependency + func (dep *Dependency) Add(name string, init InitFunc, deps ...string) error + func (dep *Dependency) Init() error + type InitFunc func() error