Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileWriter ¶
type FileWriter struct{}
func NewFileWriter ¶
func NewFileWriter() *FileWriter
func (*FileWriter) WriteDataToFile ¶
func (fw *FileWriter) WriteDataToFile(fName string, path string, data string) error
type ImageDownloader ¶
type ImageDownloader struct{}
func NewImageDownloader ¶
func NewImageDownloader() *ImageDownloader
func (*ImageDownloader) DownloadImageFromUrl ¶
func (d *ImageDownloader) DownloadImageFromUrl(fName string, path string, url string) error
Click to show internal directories.
Click to hide internal directories.