Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadgerAdapter ¶
type BadgerAdapter struct {
// contains filtered or unexported fields
}
func New ¶
func New(dbDirPath string) (BadgerAdapter, error)
func (*BadgerAdapter) DeletePackageFileEntry ¶
func (b *BadgerAdapter) DeletePackageFileEntry(packageName string) error
func (*BadgerAdapter) PackageFile ¶
func (b *BadgerAdapter) PackageFile(packageName string) (string, error)
func (*BadgerAdapter) StorePackageFile ¶
func (b *BadgerAdapter) StorePackageFile(packageName, filePath string) error
Click to show internal directories.
Click to hide internal directories.