书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 420 个相关结果.
  • 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...
  • 设计理念

    155 2024-11-03 《Kratos v2.8 教程》
    设计理念 设计哲学 仓库、文档和社区 为什么v2完全重新设计 数据库/缓存/消息队列/ CLI工具 Protobuf定义API 元信息传递 错误处理 配置文件 服务注册&服务发现 日志 监控 链路追踪 负载均衡 限流熔断 中间件 插件 示例代码 设计理念 本篇文档阐述Kratos的设计理念,介绍Kratos项目的整体...
  • 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...
  • Dependency Injection

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

    373 2023-06-19 《Kratos v2.6 教程》
    序列化 接口实现 实现示例 使用方式 注册 Codec 获取 Codec 序列化 反序列化 序列化 我们抽象出了Codec 接口,用于统一处理请求的序列化/反序列化逻辑,您也可以实现您自己的Codec以便支持更多格式。具体源代码在encoding 。 目前内置支持了如下格式: form json protobuf xml yaml ...
  • Overview

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

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

    Introduction Introduction 📄️ Overview Kratos is a framework upon the lightweight microservices implemented by Golang, which offers convenient capabilities to help you quickly ...
  • 常见问题

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

    HTTP Server Configuration Network(network string) ServerOption Address(addr string) ServerOption Timeout(timeout time.Duration) ServerOption Logger(logger log.Logger) ServerO...