Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaptureScreen ¶
func OutputToStdout ¶
func UploadImage ¶
Types ¶
type Response ¶
type Response struct { Status bool `json:"status"` Data struct { File struct { URL struct { Full string `json:"full"` Short string `json:"short"` } `json:"url"` Metadata struct { ID string `json:"id"` Name string `json:"name"` Size struct { Bytes int `json:"bytes"` Readable string `json:"readable"` } `json:"size"` } `json:"metadata"` } `json:"file"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.