()
| 4404 | } |
| 4405 | |
| 4406 | func (m *BackupRequest) GetUnixTs() string { |
| 4407 | if m != nil { |
| 4408 | return m.UnixTs |
| 4409 | } |
| 4410 | return "" |
| 4411 | } |
| 4412 | |
| 4413 | func (m *BackupRequest) GetDestination() string { |
| 4414 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected