PluginDatastore is an interface that can be implemented to add handlers for for different datastores.
| 7 | // PluginDatastore is an interface that can be implemented to add handlers for |
| 8 | // for different datastores. |
| 9 | type PluginDatastore interface { |
| 10 | Plugin |
| 11 | |
| 12 | DatastoreTypeName() string |
| 13 | DatastoreConfigParser() fsrepo.ConfigFromMap |
| 14 | } |
no outgoing calls
no test coverage detected