You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(jirwin): This is an interface layering violation until plugins are properly refactored
package data_store
import"github.com/jirwin/quadlek/pkg/data_store/boltdb"typeDataStoreinterface {
InitPluginBucket(pluginIDstring) error// TODO(jirwin): This is an interface layering violation until plugins are properly refactoredGetStore(pluginIDstring) boltdb.PluginStoreClose()
}
The text was updated successfully, but these errors were encountered:
quadlek/pkg/data_store/data_store.go
Line 7 in 84b04e9
The text was updated successfully, but these errors were encountered: