Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/esammer/fsm

The fsm package contains a simple programmable state machine. A StateMachine is configured once with a set of valid transitions and an initial or start state. Instances of the state machine are then created, and track current state as well as validate any attempted transitions. The StateMachine / Instance relationship is analogous to a compiled regex and match attempts. The State interface represents a state and can be any type. Go-style enums are highly recommended (see the State example).

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/esammer/fsm
Keywords: go, golang, library, state-machine
License: Apache-2.0
Latest release: about 4 years ago
First release: about 4 years ago
Namespace: github.com/esammer
Stars: 4 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago

    Loading...
    Readme
    Loading...