(credsID uint, rateLimit params.GithubRateLimit)
| 136 | } |
| 137 | |
| 138 | func SetCredentialsRateLimit(credsID uint, rateLimit params.GithubRateLimit) { |
| 139 | credentialsCache.SetCredentialsRateLimit(credsID, rateLimit) |
| 140 | } |
| 141 | |
| 142 | func GetAllGithubCredentialsAsMap() map[uint]params.ForgeCredentials { |
| 143 | return credentialsCache.GetAllCredentialsAsMap() |
no test coverage detected