| 11 | const TypeALIAS = 0x0F99 |
| 12 | |
| 13 | type ALIASRdata struct { |
| 14 | Type string |
| 15 | Target string |
| 16 | ZoneId string |
| 17 | EvaluateTargetHealth bool |
| 18 | } |
| 19 | |
| 20 | func (rd *ALIASRdata) Copy(dest dns.PrivateRdata) error { |
| 21 | d := dest.(*ALIASRdata) |
nothing calls this directly
no outgoing calls
no test coverage detected