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

Struct PutClusterRsp

pkg/pb/rpcpb/rpcpb.pb.go:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type 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
146func (m *PutClusterRsp) Reset() { *m = PutClusterRsp{} }
147func (m *PutClusterRsp) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected