()
| 18 | |
| 19 | type ArchiveMeta interface { |
| 20 | GetComment() string |
| 21 | // IsEncrypted means if the content of the archive requires a password to access |
| 22 | // GetArchiveMeta should return errs.WrongArchivePassword if the meta-info is also encrypted, |
| 23 | // and the provided password is empty. |
no outgoing calls
no test coverage detected