package
0.0.0-20231227054546-7cb76a068604
Repository: https://github.com/marlikalmighty/mdns.git
Documentation: pkg.go.dev
# Functions
NewShowDNSRecords creates a new http.Handler for the show dns records operation.
NewShowDNSRecordsBadRequest creates ShowDNSRecordsBadRequest with default headers values.
NewShowDNSRecordsOK creates ShowDNSRecordsOK with default headers values.
NewShowDNSRecordsParams creates a new ShowDNSRecordsParams object
There are no default values defined in the spec.
# Constants
ShowDNSRecordsBadRequestCode is the HTTP code returned for type ShowDNSRecordsBadRequest.
ShowDNSRecordsOKCode is the HTTP code returned for type ShowDNSRecordsOK.
# Structs
ShowDNSRecords swagger:route GET /dns list showDnsRecords
Show all dns records
*/.
ShowDNSRecordsBadRequest Bad request
swagger:response showDnsRecordsBadRequest
*/.
ShowDNSRecordsOK OK
swagger:response showDnsRecordsOK
*/.
ShowDNSRecordsParams contains all the bound params for the show dns records operation typically these are obtained from a http.Request
swagger:parameters show_dns_records.
# Interfaces
ShowDNSRecordsHandler interface for that can handle valid show dns records params.
# Type aliases
ShowDNSRecordsHandlerFunc turns a function with the right signature into a show dns records handler.