//
pkg.gl
Category
github.com/beneath-hq/beneath
infra
engine
driver
bigtable
sequencer
package
1.0.0-rc.5
Repository:
https://github.com/beneath-hq/beneath.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
424 SLOC
#
Functions
New
New initializes a Sequencer.
NewRangeFromBytes
NewRangeFromBytes recreates a Range from the output of Bytes().
#
Variables
ErrTimeout
ErrTimeout is returned by CommitBatch and indicatets that the batch was expired.
#
Structs
Batch
Batch represents a new batch of numbers.
Commit
Commit represents a committed batch.
Range
Range represents a sequence range.
Sequencer
Sequencer generates global sequences with commit-tracking using BigTable.
State
State represents the state of a sequence.