Documentation ¶
Overview ¶
Package crowdstrike contains the API client for the CrowdStrike Falcon download endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadInstaller ¶
func ExchangeKeys ¶
ExchangeKeys exchanges OAuth tokens for API keys with the CrowdStrike API.
Types ¶
type ListResources ¶
type ListResources struct { ReleaseDate time.Time `json:"release_date"` Name string `json:"name"` Description string `json:"description"` Platform string `json:"platform"` OS string `json:"os"` OSVersion string `json:"os_version"` Sha256 string `json:"sha256"` Version string `json:"version"` FileType string `json:"file_type"` FileSize int64 `json:"file_size"` }
func ListInstallers ¶
func ListInstallers(token string, verbose bool) ([]ListResources, error)
type ListResp ¶
type ListResp struct { Meta ListMeta `json:"meta"` Errors []interface{} `json:"errors"` Resources []ListResources `json:"resources"` }
Click to show internal directories.
Click to hide internal directories.