MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / ExportResponse

Struct ExportResponse

bitmap/pb.pb.go:4661–4666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4659}
4660
4661type ExportResponse struct {
4662 // 0 indicates a success, and a non-zero code indicates failure
4663 Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
4664 Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
4665 Files []string `protobuf:"bytes,3,rep,name=files,proto3" json:"files,omitempty"`
4666}
4667
4668func (m *ExportResponse) Reset() { *m = ExportResponse{} }
4669func (m *ExportResponse) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected