()
| 4713 | } |
| 4714 | |
| 4715 | func (m *ExportResponse) GetFiles() []string { |
| 4716 | if m != nil { |
| 4717 | return m.Files |
| 4718 | } |
| 4719 | return nil |
| 4720 | } |
| 4721 | |
| 4722 | // A key stored in the format used for writing backups. |
| 4723 | type BackupKey struct { |
nothing calls this directly
no outgoing calls
no test coverage detected