importer/feed: implement the new methods from 68ff8a20db

Change-Id: I76331b2265458a4261786697e9eb10f73f4ab034
This commit is contained in:
mpl 2014-05-17 02:39:55 +02:00
parent 50afc86843
commit 411655bfe1
1 changed files with 2 additions and 0 deletions

View File

@ -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 }