package
0.0.11
Repository: https://github.com/grailbio/base.git
Documentation: pkg.go.dev

# Functions

Marshal opens a State, marshals v into it, and then closes it.
New creates and returns a new State at the given prefix.
Unmarshal opens a State, unmarshals it into v, and then closes it.

# Variables

ErrNoState is returned when attempting to read a nonexistent state.

# Structs

File implements file-based state management with support for advisory locking.