Exemplo n.º 1
0
func (rrset ResourceRecordSet) Type() rrstype.RrsType {
	return rrstype.RrsType(*rrset.impl.Type)
}
Exemplo n.º 2
0
func (r record) Type() rrstype.RrsType {
	return rrstype.RrsType(r.type_)
}