书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 9361 个相关结果.
  • 常用命令

    RPC server 服务命令 使用 RPC server 服务命令 在项目根目录执行如下命令 $ php bin / swoft rpc Usage : bin / swoft rpc : COMMAND [-- opt ...] [ arg ...] Global Options : -- ...
  • 服务端

    服务端 独立使用代码 服务端 独立使用代码 <? php <? php /** * Created by PhpStorm. * User: xcg * Date: 2019/2/27 * Time: 10:00 */ include_once dirname ( __DIR__ ) . "/v...
  • Service Group

    Service Group Overview Service Group No group reminding Group Service Group Overview go-zero uses gRPC to communicate between services. We define the interface of the serv...
  • Proto Grammar

    Proto Grammar Overview Getting started Example 1. Write the simplest rpc service Example 2. Write a streaming request service sample Example 3. Write rpc group examples Example...
  • 2. 指令介绍(API)

    2. 指令介绍(API) 2.1. 节点rpc接口 2.2. 开发者接口 2. 指令介绍(API) 2.1. 节点rpc接口 详细见:pb/xchain.proto API 功能 rpc createAccount(AccountInput) returns (AccountOutput) 创建公私钥对 rpc GenerateTx(T...
  • gRPC Concepts

    Overview Service definition Using the API Synchronous vs. asynchronous RPC life cycle Unary RPC Server streaming RPC Client streaming RPC Bidirectional streaming RPC Deadli...
  • 序列化框架

    序列化框架 序列化框架 序列化是RPC服务框架实现中重要的一环,因为RPC是远程调用,需要数据序列化后传输,接收后再反序列对象。 序列化库也有不同的性能,有些序列化框架会尽量压缩数据和数据类型,有些包含元数据信息,它们的性能表现不尽相同。 对于Go生态圈的序列化框架,有一些开源项目对它们的性能做了对比,比如 gosercomp 做的性能比较: ...
  • 6. 指令介绍(API)

    6.1 节点rpc接口(详细见:pb/xchain.proto) 6.2 开发者接口(详细见:contractsdk/pb/contract.proto) 6.1 节点rpc接口(详细见:pb/xchain.proto) API 功能 rpc PreExec(InvokeRPCRequest) returns (InvokeRPC...
  • proto 语法

    proto 语法 概述 注意 快速入门 示例 1. 编写最简单的 rpc 服务 示例 2. 编写流式请求服务示例 示例 3. 编写 rpc 分组示例 示例 4. message 示例 示例 5. proto 文件引入 温馨提示 参考文献 proto 语法 概述 Protocol buffers 是 Google 的语言中立、平台中...
  • proto 语法

    528 2023-11-03 《go-zero v1.6 教程》
    proto 语法 概述 注意 快速入门 示例 1. 编写最简单的 rpc 服务 示例 2. 编写流式请求服务示例 示例 3. 编写 rpc 分组示例 示例 4. message 示例 示例 5. proto 文件引入 温馨提示 参考文献 proto 语法 概述 Protocol buffers 是 Google 的语言中立、平台中...