TarBallMaker is used to allow for flexible creation of different TarBalls.
| 3 | // TarBallMaker is used to allow for |
| 4 | // flexible creation of different TarBalls. |
| 5 | type TarBallMaker interface { |
| 6 | Make(dedicatedUploader bool) TarBall |
| 7 | } |
no outgoing calls
no test coverage detected