书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 420 个相关结果.
  • Layout

    Layout Layout The kratos-layout is used by command kratos new for new project creation. The directory structures and tool chains are included in this layout project. Which hel...
  • 快速开始

    423 2022-04-18 《Kratos v2.2 教程》
    快速开始 快速开始 📄️ 项目初始化 Kratos 微服务框架,快速创建项目代码,生成 Go 工程化项目 📄️ CLI工具 Kratos 工具使用,创建 Protobuf 模板,创建 Go 工程项目,创建 Service 模板 📄️ 插件 Kratos 提供了一系列插件帮助您增强微服务的功能、或与其它系统进行集成 📄️ 代码示例...
  • Metrics

    Configuration WithSeconds() WithRequests() Usage Prometheus To configure metrics in servers To configure metrics in clients References Metrics middleware is used to moni...
  • bm quickstart

    581 2021-07-16 《Kratos v1.0 教程》
    路由 Ping 默认路由 路径参数 性能分析 扩展阅读 路由 进入internal/server/http 目录下,打开http.go 文件,其中有默认生成的blademaster 模板。其中: engine = bm . DefaultServer ( hc . Server ) initRouter ( engine ) ...
  • Components

    Components Components 📄️ API Definition Kratos implements REST and gRPC as the transport protocols. We mainly follow the API Design Guide from Google. You could define REST A...
  • Components

    📄️ API Definition Kratos implements REST and gRPC as the transport protocols. We mainly follow the [API Design Guide](https://cloud.google.com/apis/design/ ) from Google. You c...
  • Layout

    Layout Layout The kratos-layout is used by command kratos new for new project creation. The directory structures and tool chains are included in this layout project. Which hel...
  • Quick Start

    📄️ Quick Start Version 📄️ Usage Installation 📄️ Plugins Kratos Plugins 📄️ Examples Kratos examples
  • Quick Start

    Quick Start Quick Start 📄️ Quick Start Version 📄️ Usage Installation 📄️ Plugins Kratos Plugins 📄️ Examples Kratos examples
  • gRPC

    488 2022-08-10 《Kratos v2.4 教程》
    gRPC server 配置 Network() Address() Timeout() Logger() Middleware() UnaryInterceptor() Options() 主要的实现细节 NewServer() unaryServerInterceptor() 使用方式 注册 grpc server...