Skip to content

[jirwin] This is an interface layering violation until plugins are properly refa... #32

@github-actions

Description

@github-actions

// 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"

type DataStore interface {
	InitPluginBucket(pluginID string) error
	// TODO(jirwin): This is an interface layering violation until plugins are properly refactored
	GetStore(pluginID string) boltdb.PluginStore
	Close()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions