listdb

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn

type Conn struct {
	// contains filtered or unexported fields
}

func Open

func Open(path string) (*Conn, error)

func OpenReadOnly

func OpenReadOnly(path string) (*Conn, error)

func (*Conn) Append

func (c *Conn) Append(elem []byte) error

func (*Conn) Close

func (c *Conn) Close() error

func (*Conn) Commit

func (c *Conn) Commit() error

func (*Conn) Read

func (c *Conn) Read() ([]byte, error)

func (*Conn) Truncate

func (c *Conn) Truncate(size int64) error

Directories

Path Synopsis
internal
filelock
Package filelock provides a platform-independent API for advisory file locking.
Package filelock provides a platform-independent API for advisory file locking.

Jump to

Keyboard shortcuts

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