From 99878f2cdf87fa33812732451c8f63a291b8dbab Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 10 May 2013 15:36:32 +0200 Subject: [PATCH] documentation --- zone.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zone.go b/zone.go index 76feefbb..621392f4 100644 --- a/zone.go +++ b/zone.go @@ -29,9 +29,8 @@ type Zone struct { // The zone's security status, supported values are TypeNone for no DNSSEC, // TypeNSEC for an NSEC type zone and TypeNSEC3 for an NSEC3 signed zone. Security int - // If not nil, this function is called after each modification, with the current - // RR and the updated one. - NotifyFunc func(current, update RR) + // If not nil, this function is called after each modification. + NotifyFunc func(inserted, deleted RR) } type sortedNames struct {