(nameVersion, repoUrl, repoDir, archiveFile string)
| 70 | type RepoCache interface { |
| 71 | Restore(nameVersion, repoUrl, repoDir, checksum string) (string, error) |
| 72 | Store(nameVersion, repoUrl, repoDir, archiveFile string) (string, error) |
| 73 | } |
| 74 | |
| 75 | // ========================== dev-cache ========================== // |
no outgoing calls