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

    Metrics Interface Counter Gauge Observer Usage Metrics in server Metrics in Client References Metrics Interface Counter , Gauge , Observer are the three major metric i...
  • Metrics

    Interface Counter Gauge Observer Usage Metrics in server Metrics in Client References Interface Counter , Gauge , Observer are the three major metric interface of krato...
  • bm protobuf

    881 2021-07-16 《Kratos v1.0 教程》
    介绍 kratos工具说明 proto文件说明 使用 文档 扩展阅读 介绍 基于proto文件可以快速生成bm 框架对应的代码,提前需要准备以下工作: 安装kratos tool protoc 工具,请看kratos工具 编写proto 文件,示例可参考kratos-demo内proto文件 kratos工具说明 kratos...
  • Overview

    Overview Built-in Middleware logging metrics recovery status tracing validate auth ratelimit circuitbreaker Usage Custom Middleware Overview Kratos has a series of b...
  • CLI工具

    136 2024-11-03 《Kratos v2.8 教程》
    CLI工具 安装 创建项目 添加 Proto 文件 生成 Proto 代码 生成 Service 代码 运行项目 查看版本 工具升级 更新日志 查看帮助 CLI工具 安装 go install github . com / go - kratos / kratos / cmd / kratos / v2@latest 创建...
  • Routing and Load Balancing

    Routing and Load Balancing Interface Implementation How to use HTTP Client gRPC Client Routing and Load Balancing Interface Implementation The main interface for routing an...
  • warden protobuf

    516 2021-07-16 《Kratos v1.0 教程》
    介绍 kratos工具说明 使用 扩展阅读 介绍 基于proto文件可以快速生成warden 框架对应的代码,提前需要准备以下工作: 安装kratos tool protoc 工具,请看kratos工具 编写proto 文件,示例可参考kratos-demo内proto文件 kratos工具说明 kratos tool proto...
  • 服务注册与发现

    1495 2021-07-16 《Kratos v2.0 教程》
    接口实现 使用方式 注册服务实例 服务发现(gRPC) 接口实现 Registry接口分为两个,Registrar为实例注册和反注册,Discovery为服务实例列表获取 type Registrar interface { // 注册实例 Register ( ctx context . Context...
  • Dependency Injection

    Installation Terms Usage Component Initialization References Wire is a compile-time dependency injection tool. It is recommended that doing explicit initialization rather t...
  • Dependency Injection

    Dependency Injection Installation Terms Usage Component Initialization References Dependency Injection Wire is a compile-time dependency injection tool. It is recommended...