mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr: generate FSM diagrams
This commit is contained in:
parent
e77a1ab634
commit
0176e96e3c
4 changed files with 103 additions and 1 deletions
|
|
@ -4,3 +4,5 @@ set -euo pipefail
|
|||
go run ./fsm/stateparser/stateparser.go --out ./fsm/example_fsm.md --fsm example
|
||||
go run ./fsm/stateparser/stateparser.go --out ./instantout/reservation/reservation_fsm.md --fsm reservation
|
||||
go run ./fsm/stateparser/stateparser.go --out ./instantout/fsm.md --fsm instantout
|
||||
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/deposit/fsm.md --fsm staticaddr-deposit
|
||||
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/loopin/fsm.md --fsm staticaddr-loopin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue