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

Struct imp

pkg/importer/flickr/flickr.go:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64var _ importer.ImporterSetupHTMLer = imp{}
65
66type imp struct {
67 importer.OAuth1 // for CallbackRequestAccount and CallbackURLParameters
68}
69
70func (imp) Properties() importer.Properties {
71 return importer.Properties{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected