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

    Encoding Interface Example of Codec Implementation Usage Register Custom Codec Get the Codec Serialization Deserialization Encoding We’ve abstracted the Codec interface ...
  • Registry

    Registry Interface Usage Register a Service Service Discovery (gRPC) Registry Interface Registry has two interface, the Registrar is for services’ register and deregister, ...
  • CLI工具

    854 2022-08-10 《Kratos v2.4 教程》
    CLI工具 安装 创建项目 添加 Proto 文件 生成 Proto 代码 生成 Service 代码 运行项目 查看版本 工具升级 更新日志 查看帮助 CLI工具 安装 go install github . com / go - kratos / kratos / cmd / kratos / v2@latest 创建...
  • FAQ

    FAQ 1. google/protobuf/descriptor.proto: File not found. error while using kratos proto command. 2. There are errors from IDE show import "google/api/annotations.proto"; with r...
  • FAQ

    FAQ 1. google/protobuf/descriptor.proto: File not found. error while using kratos proto command. 2. There are errors from IDE show import "google/api/annotations.proto"; with r...
  • Registry

    Registry Interface Usage Register a Service Service Discovery (gRPC) Registry Interface Registry has two interface, the Registrar is for services’ register and deregister, ...
  • 服务注册与发现

    406 2023-06-19 《Kratos v2.6 教程》
    服务注册与发现 接口实现 使用方式 注册服务实例 服务发现(gRPC) 服务注册与发现 接口实现 Registry 接口分为两个,Registrar 为实例注册和反注册,Discovery 为服务实例列表获取 type Registrar interface { // 注册实例 Register ( c...
  • 服务注册与发现

    124 2024-11-03 《Kratos v2.8 教程》
    服务注册与发现 接口实现 使用方式 注册服务实例 服务发现(gRPC) 服务注册与发现 接口实现 Registry 接口分为两个,Registrar 为实例注册和反注册,Discovery 为服务实例列表获取 type Registrar interface { // 注册实例 Register ( c...
  • 服务注册与发现

    624 2022-08-10 《Kratos v2.4 教程》
    服务注册与发现 接口实现 使用方式 注册服务实例 服务发现(gRPC) 服务注册与发现 接口实现 Registry 接口分为两个,Registrar 为实例注册和反注册,Discovery 为服务实例列表获取 type Registrar interface { // 注册实例 Register ( c...
  • Quick Start

    Quick Start Version Environment Requirements Install Kratos tool 1. go install installation 2. Source code compilation and installation Project Creation Compilation and Runn...