Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller holds all the variables needed for routes to perform their logic
func (Controller) Whois ¶
func (controller Controller) Whois(c *gin.Context)
type WhoisRequest ¶
type WhoisRequest struct {
Domain string `json:"domain"`
}
type WhoisResponse ¶
Click to show internal directories.
Click to hide internal directories.