()
| 4543 | } |
| 4544 | |
| 4545 | func (m *DropOperation) GetDropValue() string { |
| 4546 | if m != nil { |
| 4547 | return m.DropValue |
| 4548 | } |
| 4549 | return "" |
| 4550 | } |
| 4551 | |
| 4552 | type ExportRequest struct { |
| 4553 | GroupId uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected