package contracts type Http interface { Start() error Stop() error Restart() error }