MCPcopy
hub / github.com/fagongzi/manba / GetClusterReq

Struct GetClusterReq

pkg/pb/rpcpb/rpcpb.pb.go:295–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295type 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
303func (m *GetClusterReq) Reset() { *m = GetClusterReq{} }
304func (m *GetClusterReq) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected