package omtool type OMTool interface { Init() (err error) Run() (done <-chan error) }