| 293 | } |
| 294 | |
| 295 | type GetClusterReq struct { |
| 296 | Header RpcHeader `protobuf:"bytes,1,opt,name=header" json:"header"` |
| 297 | ID uint64 `protobuf:"varint,2,opt,name=id" json:"id"` |
| 298 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 299 | XXX_unrecognized []byte `json:"-"` |
| 300 | XXX_sizecache int32 `json:"-"` |
| 301 | } |
| 302 | |
| 303 | func (m *GetClusterReq) Reset() { *m = GetClusterReq{} } |
| 304 | func (m *GetClusterReq) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected