| 528 | } |
| 529 | |
| 530 | type CIDR struct { |
| 531 | netip.Prefix |
| 532 | } |
| 533 | |
| 534 | // ConvertToNative converts the CIDR value to a native Go type. |
| 535 | func (c CIDR) ConvertToNative(typeDesc reflect.Type) (any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected