package commons type EndableStarter interface { EndableStart(endded chan<- error) error }