package
Version:
v0.0.0-...-8ecf71c
Opens a new window with list of versions in this module.
Published: Dec 28, 2018
License: BSD-2-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Archivist interface {
ArchivePhotos(...Photo) error
}
type FlickrPhoto struct {
Photo `json:",omitempty"`
ID int64 `json:"id"`
}
type Photo interface {
Id() int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.