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