Documentation ¶
Index ¶
- type GoogleImageService
- func (i GoogleImageService) CreateFromTarball(imagePath string, description string) (string, error)
- func (i GoogleImageService) CreateFromURL(sourceURL string, description string) (string, error)
- func (i GoogleImageService) Delete(id string) error
- func (i GoogleImageService) Find(id string) (Image, bool, error)
- type Image
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoogleImageService ¶
type GoogleImageService struct {
// contains filtered or unexported fields
}
func NewGoogleImageService ¶
func (GoogleImageService) CreateFromTarball ¶
func (i GoogleImageService) CreateFromTarball(imagePath string, description string) (string, error)
func (GoogleImageService) CreateFromURL ¶
func (i GoogleImageService) CreateFromURL(sourceURL string, description string) (string, error)
func (GoogleImageService) Delete ¶
func (i GoogleImageService) Delete(id string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.