Versions in this module Expand all Collapse all v0 v0.1.0 Sep 12, 2019 Changes in this version + func Add(f func() error) + func AddRunable(r Runable) + func CancelOnSignal(cancel context.CancelFunc, lg log.Interface) + func Run() error + type Group struct + Name string + func (g *Group) Add(f func() error) + func (g *Group) AddRunable(r Runable) + func (g *Group) Run() error + func (g *Group) String() string + type Runable interface + Run func() error