tdb

package
v0.0.0-...-f21bc9d Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DB

type DB map[string][]byte

func (DB) Get

func (db DB) Get(col string, key string) ([]byte, error)

func (DB) GetAll

func (db DB) GetAll(col string) ([][]byte, error)

func (DB) Remove

func (db DB) Remove(col string, key string) error

func (DB) Set

func (db DB) Set(col string, key string, val []byte) error

Jump to

Keyboard shortcuts

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