Documentation ¶
Index ¶
Constants ¶
View Source
const RDAPBaseURL = "https://rdap.org/"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeedHandler ¶
type FeedHandler struct {
// contains filtered or unexported fields
}
func NewFeedHandler ¶
func NewFeedHandler(rdap *RDAPClient, whois *WHOISClient) *FeedHandler
func (*FeedHandler) ServeHTTP ¶
func (h *FeedHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type RDAPClient ¶
type RDAPClient struct { BaseURL string // contains filtered or unexported fields }
func NewRDAPClient ¶
func NewRDAPClient(baseURL string) *RDAPClient
type WHOISClient ¶
type WHOISClient struct {
// contains filtered or unexported fields
}
func NewWHOISClient ¶
func NewWHOISClient() *WHOISClient
Click to show internal directories.
Click to hide internal directories.