imp is the implementation of the Picasa importer.
| 79 | |
| 80 | // imp is the implementation of the Picasa importer. |
| 81 | type imp struct { |
| 82 | importer.OAuth2 |
| 83 | } |
| 84 | |
| 85 | func (imp) Properties() importer.Properties { |
| 86 | return importer.Properties{ |
nothing calls this directly
no outgoing calls
no test coverage detected