提供框架最核心的结构,包括 http 和 grpc 的 Engine 结构。
type Kernel interface { // HttpEngine http.Handler结构,作为net/http框架使用, 实际上是gin.Engine HttpEngine() http.Handler }