()
| 4490 | var xxx_messageInfo_BackupResponse proto.InternalMessageInfo |
| 4491 | |
| 4492 | func (m *BackupResponse) GetDropOperations() []*DropOperation { |
| 4493 | if m != nil { |
| 4494 | return m.DropOperations |
| 4495 | } |
| 4496 | return nil |
| 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"` |
nothing calls this directly
no outgoing calls
no test coverage detected