()
| 132 | } |
| 133 | |
| 134 | func GetAllGithubCredentials() []params.ForgeCredentials { |
| 135 | return credentialsCache.GetAllCredentials() |
| 136 | } |
| 137 | |
| 138 | func SetCredentialsRateLimit(credsID uint, rateLimit params.GithubRateLimit) { |
| 139 | credentialsCache.SetCredentialsRateLimit(credsID, rateLimit) |