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

Struct imp

pkg/importer/twitter/twitter.go:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113var _ importer.ImporterSetupHTMLer = (*imp)(nil)
114
115type imp struct {
116 importer.OAuth1 // for CallbackRequestAccount and CallbackURLParameters
117}
118
119func (*imp) Properties() importer.Properties {
120 return importer.Properties{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected