()
| 78 | } |
| 79 | |
| 80 | func (p PkgCacheConfig) GetArtifactCache() context.AritifactCache { |
| 81 | if p.artifactConfig == nil { |
| 82 | return nil |
| 83 | } |
| 84 | return p.artifactConfig |
| 85 | } |
| 86 | |
| 87 | func (p PkgCacheConfig) GetRepoCache() context.RepoCache { |
| 88 | if p.repoConfig == nil { |
no outgoing calls