书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 341 个相关结果.
  • 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...
  • 序列化

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

    Version Environment Requirements Installation Project Creation Compilation and Running Try it out Project Layout Version The version of kratos must be v2.0.0 or above. ...
  • HTTP

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

    926 2022-08-10 《Kratos v2.4 教程》
    简介 简介 📄️ 简介 Kratos 一套轻量级 Go 微服务框架,包含大量微服务相关框架及工具 📄️ 设计理念 本篇文档阐述Kratos的设计理念,介绍Kratos项目的整体情况和主要组件 📄️ 常见问题 Kratos FAQ 使用文档 📄️ 项目结构 Kratos 项目工程骨架,Go 项目目录结构,快速创建工程项目
  • HTTP

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

    Definition Generation Register API References Kratos implements REST and gRPC as the transport protocols. We mainly follows the API Design Guide from Google. You could defin...
  • CLI工具

    678 2023-06-19 《Kratos v2.6 教程》
    CLI工具 安装 创建项目 添加 Proto 文件 生成 Proto 代码 生成 Service 代码 运行项目 查看版本 工具升级 更新日志 查看帮助 CLI工具 安装 go install github . com / go - kratos / kratos / cmd / kratos / v2@latest 创建...
  • 概览

    286 2023-06-19 《Kratos v2.6 教程》
    概览 内置中间件 生效顺序 使用中间件 自定义中间件 定制中间件 概览 Kratos 内置了一系列的 middleware(中间件)用于处理 logging、 metrics 等通用场景。您也可以通过实现 Middleware 接口,开发自定义 middleware,进行通用的业务处理,比如用户登录鉴权等。 内置中间件 相关代码均可以在...
  • 概览

    515 2022-08-10 《Kratos v2.4 教程》
    概览 内置中间件 生效顺序 使用中间件 自定义中间件 定制中间件 概览 Kratos 内置了一系列的 middleware(中间件)用于处理 logging、 metrics 等通用场景。您也可以通过实现 Middleware 接口,开发自定义 middleware,进行通用的业务处理,比如用户登录鉴权等。 内置中间件 相关代码均可以在m...