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