(ep params.ForgeEndpoint)
| 60 | } |
| 61 | |
| 62 | func SetEndpoint(ep params.ForgeEndpoint) { |
| 63 | endpointCache.SetEndpoint(ep) |
| 64 | } |
| 65 | |
| 66 | func GetEndpoint(epName string) (params.ForgeEndpoint, bool) { |
| 67 | return endpointCache.GetEndpoint(epName) |
no test coverage detected