(*http.Request)
| 51 | // server can continue to operate normally. |
| 52 | type IPRangeSource interface { |
| 53 | GetIPRanges(*http.Request) []netip.Prefix |
| 54 | } |
| 55 | |
| 56 | // StaticIPRange provides a static range of IP address prefixes (CIDRs). |
no outgoing calls
no test coverage detected