packagepluginimport("github.com/ipfs/go-ipfs/repo/fsrepo")// PluginDatastore is an interface that can be implemented to add handlers for// for different datastorestypePluginDatastoreinterface{PluginDatastoreTypeName()stringDatastoreConfigParser()fsrepo.ConfigFromMap}