Documentation
¶
Overview ¶
Package eradb implements a history backend using era1 files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store manages read access to a directory of era1 files. The getter methods are thread-safe.
func (*Store) GetRawBody ¶
GetRawBody returns the raw body for a given block number.
Click to show internal directories.
Click to hide internal directories.