bddump

package
v0.27.4 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package bddump is for dumping the records from a LevelDB database, format is http://cr.yp.to/cdb/cdbmake.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dump

func Dump(w io.Writer, src string) error

Dump records.

A record is encoded as +klen,dlen:key->data followed by a newline. Here klen is the number of bytes in key and dlen is the number of bytes in data. The end of data is indicated by an extra newline.

func SetLogger added in v0.20.0

func SetLogger(lgr logr.Logger)

Types

This section is empty.

Directories

Path Synopsis
cmd
bddump
Package main of bddump is for dumping the records from a LevelDB database, format is http://cr.yp.to/cdb/cdbmake.html
Package main of bddump is for dumping the records from a LevelDB database, format is http://cr.yp.to/cdb/cdbmake.html

Jump to

Keyboard shortcuts

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