Versions in this module Expand all Collapse all v0 v0.0.3 May 22, 2020 Changes in this version type Program + Stopfunc func() error v0.0.2 May 20, 2020 Changes in this version + func Error(v ...interface{}) error + func Errorf(format string, a ...interface{}) error + func Info(v ...interface{}) error + func Infof(format string, a ...interface{}) error + func Warning(v ...interface{}) error + func Warningf(format string, a ...interface{}) error v0.0.1 May 20, 2020 Changes in this version + func Run(prg *Program) + type Program struct + Description string + DisplayName string + Name string + Runfunc func() + func (p *Program) Start(s service.Service) error + func (p *Program) Stop(s service.Service) error