| 4497 | } |
| 4498 | |
| 4499 | type 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 | |
| 4505 | func (m *DropOperation) Reset() { *m = DropOperation{} } |
| 4506 | func (m *DropOperation) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected