Documentation
¶
Index ¶
- func DownloadFile(endpoint string, filePath string) error
- func DownloadNonSSMFile(url string, filePath string) error
- func GetPublicIP() (string, error)
- func SendFile(endpoint string, filepath string) error
- func SendGetRequest(endpoint string, returnModel interface{}) error
- func SendLogLine(source string, line string) error
- func SendPostRequest(endpoint string, bodyModel interface{}, returnModel interface{}) error
- func SendPutRequest(endpoint string, bodyModel interface{}, returnModel interface{}) error
- type IP
- type LogUpdate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadFile ¶
func DownloadNonSSMFile ¶
func GetPublicIP ¶
func SendGetRequest ¶
func SendLogLine ¶ added in v1.0.76
SendLogLine sends a single log line update to the API
func SendPostRequest ¶
func SendPutRequest ¶ added in v1.0.53
Types ¶
Click to show internal directories.
Click to hide internal directories.