| 113 | var _ importer.ImporterSetupHTMLer = (*imp)(nil) |
| 114 | |
| 115 | type imp struct { |
| 116 | importer.OAuth1 // for CallbackRequestAccount and CallbackURLParameters |
| 117 | } |
| 118 | |
| 119 | func (*imp) Properties() importer.Properties { |
| 120 | return importer.Properties{ |
nothing calls this directly
no outgoing calls
no test coverage detected