()
| 2584 | var _DomainInterfaceAddressesSource_index = [...]uint8{0, 32, 64, 94} |
| 2585 | |
| 2586 | func (i DomainInterfaceAddressesSource) String() string { |
| 2587 | if i < 0 || i >= DomainInterfaceAddressesSource(len(_DomainInterfaceAddressesSource_index)-1) { |
| 2588 | return "DomainInterfaceAddressesSource(" + strconv.FormatInt(int64(i), 10) + ")" |
| 2589 | } |
| 2590 | return _DomainInterfaceAddressesSource_name[_DomainInterfaceAddressesSource_index[i]:_DomainInterfaceAddressesSource_index[i+1]] |
| 2591 | } |
| 2592 | func _() { |
| 2593 | // An "invalid array index" compiler error signifies that the constant values have changed. |
| 2594 | // Re-run the stringer command to generate them again. |
nothing calls this directly
no test coverage detected