| 4453 | } |
| 4454 | |
| 4455 | type BackupResponse struct { |
| 4456 | DropOperations []*DropOperation `protobuf:"bytes,1,rep,name=drop_operations,json=dropOperations,proto3" json:"drop_operations,omitempty"` |
| 4457 | } |
| 4458 | |
| 4459 | func (m *BackupResponse) Reset() { *m = BackupResponse{} } |
| 4460 | func (m *BackupResponse) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected