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

    FAQ google/protobuf/descriptor.proto: File not found. error while using kratos proto command. IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 如何使用 goland 进行开发 新...
  • API 定义

    557 2023-06-19 《Kratos v2.6 教程》
    API 定义 定义接口 生成接口 注册接口 References API 定义 API 与用户的通信协议,通常是 REST API 和 RPC API 作为传输层协议,而 Kratos 主要参考 Google API 指南,实现了对应通信协议支持,并且遵守了 gRPC API 使用 HTTP 映射功能进行 JSON/HTTP 的支持。 也就是...
  • HTTP

    1206 2022-04-18 《Kratos v2.2 教程》
    HTTP Server 配置 Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerOption Mid...
  • Errors

    Errors Installation Error Defination Error Generation Usage Errors You can define errors in protos and generate enums with protoc-gen-go. Error in errors pacakge implements...
  • Errors

    Errors Installation Error Defination Error Generation Usage Errors You can define errors in protos and generate enums with protoc-gen-go. Error in errors pacakge implements...
  • Usage

    Usage Installation Tool Usage Version Project Creation Adding Proto files Generate Proto Codes Generate Service Codes Usage Installation go install github . com / go - k...
  • 简介

    835 2022-04-18 《Kratos v2.2 教程》
    简介 简介 📄️ 简介Kratos 一套轻量级 Go 微服务框架,包含大量微服务相关框架及工具 📄️ 设计理念 本篇文档阐述Kratos的设计理念,介绍Kratos项目的整体情况和主要组件 📄️ 常见问题 Kratos FAQ 使用文档 📄️ 项目结构 Kratos 项目工程骨架,Go 项目目录结构,快速创建工程项目
  • 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...
  • 链路追踪

    97 2024-11-03 《Kratos v2.8 教程》
    链路追踪 配置 WithTracerProvider WithPropagator 使用方法 server 中使用 tracing 采集数据 client 中使用 tracing 采集数据 References 链路追踪 Tracing 中间件使用 OpenTelemetry 实现了链路追踪。 配置 有两种方法可用于使用WithT...
  • 常见问题

    111 2024-11-03 《Kratos v2.8 教程》
    常见问题 1、在使用kratos proto 命令时报google/protobuf/descriptor.proto: File not found. 的错误 2、IDE中import “google/api/annotations.proto”;等proto文件有错误提示(被画波浪线) 3、如何使用 goland 进行开发 4、新版本发布后重新生成...