diff options
| author | Shulhan <ms@kilabit.info> | 2022-05-15 17:04:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-05-15 17:04:25 +0700 |
| commit | fe92d71726313f54ea91980d40c8ef52872ac1f2 (patch) | |
| tree | b4d65f87d69d776c7c390508648246bfb5657096 /httpd.go | |
| parent | 188f8b7c0285dc0752113ecbb3af546697cba64d (diff) | |
| download | rescached-fe92d71726313f54ea91980d40c8ef52872ac1f2.tar.xz | |
all: split zoneRecordRequest type into separate file
Diffstat (limited to 'httpd.go')
| -rw-r--r-- | httpd.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |
