Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "pro",
Short: "Pro sub-commands",
}
Functions ¶
This section is empty.
Types ¶
type HostnameResults ¶
type HostnameResults struct {
Results []json.RawMessage `json:"results"`
PageState string `json:"pageState"`
HasMore bool `json:"has_more"`
}
Click to show internal directories.
Click to hide internal directories.