package
0.0.0-20231227054546-7cb76a068604
Repository: https://github.com/marlikalmighty/mdns.git
Documentation: pkg.go.dev
# Functions
NewDeleteDNSEntry creates a new http.Handler for the delete dns entry operation.
NewDeleteDNSEntryBadRequest creates DeleteDNSEntryBadRequest with default headers values.
NewDeleteDNSEntryOK creates DeleteDNSEntryOK with default headers values.
NewDeleteDNSEntryParams creates a new DeleteDNSEntryParams object
There are no default values defined in the spec.
# Constants
DeleteDNSEntryBadRequestCode is the HTTP code returned for type DeleteDNSEntryBadRequest.
DeleteDNSEntryOKCode is the HTTP code returned for type DeleteDNSEntryOK.
# Structs
DeleteDNSEntry swagger:route DELETE /dns delete deleteDnsEntry
Delete dns entry
*/.
DeleteDNSEntryBadRequest Bad request
swagger:response deleteDnsEntryBadRequest
*/.
DeleteDNSEntryOK OK
swagger:response deleteDnsEntryOK
*/.
DeleteDNSEntryParams contains all the bound params for the delete dns entry operation typically these are obtained from a http.Request
swagger:parameters delete_dns_entry.
# Interfaces
DeleteDNSEntryHandler interface for that can handle valid delete dns entry params.
# Type aliases
DeleteDNSEntryHandlerFunc turns a function with the right signature into a delete dns entry handler.