Documentation ¶
Index ¶
- func AppendToFile(file *os.File, stringToAppend string)
- func AppendToFileAndClose(file *os.File, stringToAppend string)
- func CloseFile(file *os.File)
- func CreateFile(fileName string) *os.File
- func DownloadImage(imageURL string, imageName string, callback DownloadCallback)
- func OpenFile(fileName string) *os.File
- func ReadImage(imagePath string) (outImage image.Image)
- func SaveImage(imagePath string, targetImage image.Image)
- type DownloadCallback
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendToFile ¶
func AppendToFileAndClose ¶
func CreateFile ¶
func DownloadImage ¶
func DownloadImage(imageURL string, imageName string, callback DownloadCallback)
Types ¶
type DownloadCallback ¶
type DownloadCallback func()
Click to show internal directories.
Click to hide internal directories.