please upgrade the proto package
| 30 | const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package |
| 31 | |
| 32 | type Error struct { |
| 33 | Code int32 `protobuf:"varint,1,opt,name=code" json:"code,omitempty"` |
| 34 | Msg string `protobuf:"bytes,2,opt,name=msg" json:"msg,omitempty"` |
| 35 | } |
| 36 | |
| 37 | func (m *Error) Reset() { *m = Error{} } |
| 38 | func (m *Error) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected