package server type Application interface { Shutdown() Start() error }