package interfaces type Starter interface { Start() error }