(ctx context.Context, filePath, dstDir string, secret string)
| 9 | |
| 10 | type ShellArchiver interface { |
| 11 | Extract(ctx context.Context, filePath, dstDir string, secret string) error |
| 12 | Compress(ctx context.Context, sourcePaths []string, dstFile string, secret string) error |
| 13 | } |
| 14 |
no outgoing calls
no test coverage detected