书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 341 个相关结果.
  • 贡献指南

    670 2021-07-16 《Kratos v2.0 教程》
    Bug修复 功能新增 如何提交代码 Commit 提交规范 type 主要类型 其他类型 scope description body footer examples 只有提交信息 需要引起关注 包含全部结构 release 版本发布 示例 kratos社区希望能够得到广大开发者的帮助,所以希望您在要提 issue 或者 ...
  • redis

    1262 2021-07-16 《Kratos v1.0 教程》
    开始使用 配置 初始化 Ping 关闭 常用方法 发送单个命令 Do 批量发送命令 Pipeline 返回值转换 单个查询 批量查询 扩展阅读 开始使用 配置 进入项目中的configs目录,打开redis.toml,我们可以看到: [ Client ] name = "kratos-demo" ...
  • 简介

    819 2022-08-10 《Kratos v2.4 教程》
    简介 目标 原则 特性 架构 相关资料 社区 公众号 开源证书 贡献者列表 简介 Kratos 一套轻量级 Go 微服务框架,包含大量微服务相关框架及工具。 名字来源于:《战神》游戏以希腊神话为背景,讲述奎托斯(Kratos)由凡人成为战神并展开弑神屠杀的冒险经历。 目标 我们致力于提供完整的微服务研发体验,整合相关框架及...
  • Examples

    Components’ Usage Configuration Service Discovery and Registration HTTP RPC Trace WebSocket Complete Projects Kratos provides a wealth of sample code/projects for referenc...
  • warden resolver

    599 2021-07-16 《Kratos v1.0 教程》
    前提 gRPC Resolver warden Resolver 使用discovery 服务注册 使用ETCD 其他配置项 扩展阅读 前提 服务注册与发现最简单的就是direct 固定服务端地址的直连方式。也就是服务端正常监听端口启动不进行额外操作,客户端使用如下target : direct : //default/127.0.0...
  • Logging

    Interface Usage Print to Standard Output Print to Fluentd Logging middleware Interface To make it easy to integrate with various of logging libraries, the Logger interface...
  • gRPC

    Server Options Network() Address() Timeout() Logger() Middleware() UnaryInterceptor() Options() Implementation Details NewServer() unaryServerInterceptor() Usag...
  • gRPC

    gRPC Server Options Network() Address() Timeout() Logger() Middleware() UnaryInterceptor() Options() Implementation Details NewServer() unaryServerInterceptor() ...
  • gRPC

    gRPC Server Options Network() Address() Timeout() Logger() Middleware() UnaryInterceptor() Options() Implementation Details NewServer() unaryServerInterceptor() ...
  • Authentication

    Authentication Usage server client Options WithSigningMethod() WithClaims() Demo Extract Users’ Information White List Demo Generate JWT Token Authentication Auth m...