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