(entity params.ForgeEntity, tools []commonParams.RunnerApplicationDownload)
| 111 | } |
| 112 | |
| 113 | func SetGithubToolsCache(entity params.ForgeEntity, tools []commonParams.RunnerApplicationDownload) { |
| 114 | githubToolsCache.Set(entity, tools) |
| 115 | } |
| 116 | |
| 117 | func GetGithubToolsCache(entityID string) ([]commonParams.RunnerApplicationDownload, error) { |
| 118 | return githubToolsCache.Get(entityID) |