package
0.0.0-20231227054546-7cb76a068604
Repository: https://github.com/marlikalmighty/mdns.git
Documentation: pkg.go.dev
# Functions
NewAddDNSEntry creates a new http.Handler for the add dns entry operation.
NewAddDNSEntryBadRequest creates AddDNSEntryBadRequest with default headers values.
NewAddDNSEntryOK creates AddDNSEntryOK with default headers values.
NewAddDNSEntryParams creates a new AddDNSEntryParams object
There are no default values defined in the spec.
# Constants
AddDNSEntryBadRequestCode is the HTTP code returned for type AddDNSEntryBadRequest.
AddDNSEntryOKCode is the HTTP code returned for type AddDNSEntryOK.
# Structs
AddDNSEntry swagger:route POST /dns add addDnsEntry
Add dns entry
*/.
AddDNSEntryBadRequest Bad request
swagger:response addDnsEntryBadRequest
*/.
AddDNSEntryOK OK
swagger:response addDnsEntryOK
*/.
AddDNSEntryParams contains all the bound params for the add dns entry operation typically these are obtained from a http.Request
swagger:parameters add_dns_entry.
# Interfaces
AddDNSEntryHandler interface for that can handle valid add dns entry params.
# Type aliases
AddDNSEntryHandlerFunc turns a function with the right signature into a add dns entry handler.