| 136 | } |
| 137 | |
| 138 | type PutClusterRsp struct { |
| 139 | Header RpcHeader `protobuf:"bytes,1,opt,name=header" json:"header"` |
| 140 | ID uint64 `protobuf:"varint,2,opt,name=id" json:"id"` |
| 141 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 142 | XXX_unrecognized []byte `json:"-"` |
| 143 | XXX_sizecache int32 `json:"-"` |
| 144 | } |
| 145 | |
| 146 | func (m *PutClusterRsp) Reset() { *m = PutClusterRsp{} } |
| 147 | func (m *PutClusterRsp) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected