longbridge-proto 4.0.5

Longbridge Protocol
Documentation
1
2
3
4
5
6
7
8
syntax = "proto3";

package qop.error;

message Error {
  uint64 code = 1;
  string msg = 2; 
}