We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955264 commit 7c9acb5Copy full SHA for 7c9acb5
hosts.go
@@ -91,7 +91,7 @@ type HostSearchRequest struct {
91
FromTs time.Time
92
}
93
94
-// SearchHosts searches through the hosts facet, returning matching hosts.
+// GetHosts searches through the hosts facet, returning matching hosts.
95
func (client *Client) GetHosts(req HostSearchRequest) (*HostSearchResp, error) {
96
v := url.Values{}
97
0 commit comments