| 64 | var _ importer.ImporterSetupHTMLer = imp{} |
| 65 | |
| 66 | type imp struct { |
| 67 | importer.OAuth1 // for CallbackRequestAccount and CallbackURLParameters |
| 68 | } |
| 69 | |
| 70 | func (imp) Properties() importer.Properties { |
| 71 | return importer.Properties{ |
nothing calls this directly
no outgoing calls
no test coverage detected