package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 11, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Resize(fileName string, width, height int)
Resize ...
func SaveImage(urlString, fileName string)
SaveImage ...
type Photo struct {
ID int `json:"id"`
Source Source `json:"src"`
URL string `json:"url"`
Photographer string `json:"photographer"`
}
Photo ...
type Results struct {
Photos []Photo `json:"photos"`
}
Results ...
type Source struct {
ImageURL string `json:"large2x"`
}
Source ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.