Interface ProtoInfo

interface ProtoInfo {
    messageName?: string;
    methodCmd?: string;
    methodName?: string;
    serviceName?: string;
}

Properties

messageName?: string

messageName 数据包对应结构体名称。

methodCmd?: string

methodCmd rpc 调用命令字。

methodName?: string

methodName rpc 调用方法名。

serviceName?: string

serviceName rpc 服务名。