mirror of https://github.com/perkeep/perkeep.git
importer/feed: implement the new methods from 68ff8a20db
Change-Id: I76331b2265458a4261786697e9eb10f73f4ab034
This commit is contained in:
parent
50afc86843
commit
411655bfe1
|
@ -52,6 +52,8 @@ func init() {
|
||||||
type imp struct {
|
type imp struct {
|
||||||
mu sync.Mutex // guards following
|
mu sync.Mutex // guards following
|
||||||
urlFileRef map[string]blob.Ref // url to file schema blob
|
urlFileRef map[string]blob.Ref // url to file schema blob
|
||||||
|
|
||||||
|
importer.OAuth1 // for CallbackRequestAccount and CallbackURLParameters
|
||||||
}
|
}
|
||||||
|
|
||||||
func (im *imp) NeedsAPIKey() bool { return false }
|
func (im *imp) NeedsAPIKey() bool { return false }
|
||||||
|
|
Loading…
Reference in New Issue