CIDR represents the CIDR network mask format.
| 586 | |
| 587 | // CIDR represents the CIDR network mask format. |
| 588 | type CIDR struct { |
| 589 | netip.Prefix |
| 590 | } |
| 591 | |
| 592 | // ConvertToNative converts the CIDR value to a native Go type. |
| 593 | func (c CIDR) ConvertToNative(typeDesc reflect.Type) (any, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected