package types // IServHttp -- интерфейс http-сервиса type IServHttp interface { // Run -- запуск http-сервиса Run() error }