()
| 4706 | } |
| 4707 | |
| 4708 | func (m *ExportResponse) GetMsg() string { |
| 4709 | if m != nil { |
| 4710 | return m.Msg |
| 4711 | } |
| 4712 | return "" |
| 4713 | } |
| 4714 | |
| 4715 | func (m *ExportResponse) GetFiles() []string { |
| 4716 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected