brendoncarroll / go-state

A Go package for managing state

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State

State is a package for managing state.

Cells

Cells are compare-and-swap cells. They support reading and compare-and-swapping the data.

Content-Addressed Data

Content-addressed data stores identify pieces of data by their hash. Posting to the store returns the hash of the data, which can be used later to retrieve the data, and verify that it is correct.

Key-Value Stores

Interfaces for Key-Value and transactional Key-Value stores are defined at state.KVStore and state.KVStoreTx.

POSIXFS

Interfaces and utility functions for dealing with filesystems as defined by POSIX.

About

A Go package for managing state

License:Mozilla Public License 2.0


Languages

Language:Go 99.9%Language:Just 0.1%