(ctx context.Context, cacheDir, url, ref, token string)
| 24 | |
| 25 | type ActionCache interface { |
| 26 | Fetch(ctx context.Context, cacheDir, url, ref, token string) (string, error) |
| 27 | GetTarArchive(ctx context.Context, cacheDir, sha, includePrefix string) (io.ReadCloser, error) |
| 28 | } |
| 29 |
no outgoing calls
no test coverage detected