aboutsummaryrefslogtreecommitdiff
path: root/httpd.go
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.go')
-rw-r--r--httpd.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/httpd.go b/httpd.go
index 2e742b5..0f05c43 100644
--- a/httpd.go
+++ b/httpd.go
@@ -1051,14 +1051,6 @@ func (srv *Server) apiZonedDelete(epr *libhttp.EndpointRequest) (resb []byte, er
return json.Marshal(&res)
}
-type zoneRecordRequest struct {
- Zone string `json:"zone"`
- Type string `json:"type"`
- Record string `json:"record"`
- recordRaw []byte
- rtype dns.RecordType
-}
-
// apiZonedRRAdd create new RR for the zone file.
//
// # Request