filedb

package
v0.0.0-...-a199d56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filedb

type Filedb struct {
	Filename string
}

func New

func New(filename string) *Filedb

func (*Filedb) Create

func (fdb *Filedb) Create() *leveldb.DB

func (*Filedb) Delete

func (fdb *Filedb) Delete(key string)

func (*Filedb) Find

func (fdb *Filedb) Find(search string) map[string]string

func (*Filedb) Get

func (fdb *Filedb) Get(key string) *object.String

func (*Filedb) Store

func (fdb *Filedb) Store(key string, value string)

func (*Filedb) Update

func (fdb *Filedb) Update(key string, value string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL