data

package
v0.0.0-...-d427792 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2019 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HeaderSize = 2
)
View Source
const (
	Magic = "gaeadb"
)

Variables

This section is empty.

Functions

func New

func New(dir string) (*data, error)

Types

type Data

type Data interface {
	Close() error
	Flush() error
	Del(uint64) error
	Read(uint64) ([]byte, error)
	Write(uint64, []byte) error
	Alloc([]byte) (uint64, error)

	Load(uint64, int) ([]byte, error)
}

Jump to

Keyboard shortcuts

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