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

Struct DropOperation

bitmap/pb.pb.go:4499–4503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4497}
4498
4499type DropOperation struct {
4500 DropOp DropOperation_DropOp `protobuf:"varint,1,opt,name=drop_op,json=dropOp,proto3,enum=pb.DropOperation_DropOp" json:"drop_op,omitempty"`
4501 // When drop_op is ATTR, drop_value will be the name of the ATTR; empty otherwise.
4502 DropValue string `protobuf:"bytes,2,opt,name=drop_value,json=dropValue,proto3" json:"drop_value,omitempty"`
4503}
4504
4505func (m *DropOperation) Reset() { *m = DropOperation{} }
4506func (m *DropOperation) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected