package
0.0.0-20231227054546-7cb76a068604
Repository: https://github.com/marlikalmighty/mdns.git
Documentation: pkg.go.dev
# Functions
NewUpdateDNSEntry creates a new http.Handler for the update dns entry operation.
NewUpdateDNSEntryBadRequest creates UpdateDNSEntryBadRequest with default headers values.
NewUpdateDNSEntryOK creates UpdateDNSEntryOK with default headers values.
NewUpdateDNSEntryParams creates a new UpdateDNSEntryParams object
There are no default values defined in the spec.
# Constants
UpdateDNSEntryBadRequestCode is the HTTP code returned for type UpdateDNSEntryBadRequest.
UpdateDNSEntryOKCode is the HTTP code returned for type UpdateDNSEntryOK.
# Structs
UpdateDNSEntry swagger:route PUT /dns update updateDnsEntry
Update dns entry
*/.
UpdateDNSEntryBadRequest Bad request
swagger:response updateDnsEntryBadRequest
*/.
UpdateDNSEntryOK OK
swagger:response updateDnsEntryOK
*/.
UpdateDNSEntryParams contains all the bound params for the update dns entry operation typically these are obtained from a http.Request
swagger:parameters update_dns_entry.
# Interfaces
UpdateDNSEntryHandler interface for that can handle valid update dns entry params.
# Type aliases
UpdateDNSEntryHandlerFunc turns a function with the right signature into a update dns entry handler.