MCPcopy
hub / github.com/perkeep/perkeep / imp

Struct imp

pkg/importer/picasa/picasa.go:81–83  ·  view source on GitHub ↗

imp is the implementation of the Picasa importer.

Source from the content-addressed store, hash-verified

79
80// imp is the implementation of the Picasa importer.
81type imp struct {
82 importer.OAuth2
83}
84
85func (imp) Properties() importer.Properties {
86 return importer.Properties{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected