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