package
1.3.3
Repository: https://github.com/codingbeard/bbolt.git
Documentation: pkg.go.dev

# Functions

NewMain returns a new instance of Main connect to the standard input/output.
ReadPage reads page info & full page data from a path.
ReadPageSize reads page size a path.

# Constants

PageHeaderSize represents the size of the bolt.page header.

# Variables

ErrBucketNotFound is returned when a bucket is not found.
ErrBucketRequired is returned when a bucket is not specified.
ErrCorrupt is returned when a checking a data file finds errors.
ErrFileNotFound is returned when a Bolt database does not exist.
ErrInvalidValue is returned when a benchmark reads an unexpected value.
ErrKeyNotFound is returned when a key is not found.
ErrKeyRequired is returned when a key is not specified.
ErrNonDivisibleBatchSize is returned when the batch size can't be evenly divided by the iteration count.
ErrPageIDRequired is returned when a required page id is not specified.
ErrPathRequired is returned when the path to a Bolt database is not specified.
ErrUnknownCommand is returned when a CLI command is not specified.
ErrUsage is returned when a usage message was printed and the process should simply exit with an error.

# Structs

BenchCommand represents the "bench" command execution.
BenchOptions represents the set of options that can be passed to "bolt bench".
BenchResults represents the performance results of the benchmark.
BucketsCommand represents the "buckets" command execution.
CheckCommand represents the "check" command execution.
CompactCommand represents the "compact" command execution.
DumpCommand represents the "dump" command execution.
GetCommand represents the "get" command execution.
InfoCommand represents the "info" command execution.
KeysCommand represents the "keys" command execution.
Main represents the main program execution.
PageCommand represents the "page" command execution.
No description provided by the author
PageItemCommand represents the "page-item" command execution.
PagesCommand represents the "pages" command execution.
StatsCommand represents the "stats" command execution.