package states
Import Path
github.com/pancsta/asyncmachine-go/examples/temporal_expense/states (on go.dev)
Dependency Relation
imports one package, and imported by 0 packages
Involved Source Files
ss_expense.go
Package-Level Type Names (only one)
S is a type alias for a list of state names.
Package-Level Variables (total 5)
var GroupApproval S var GroupExpense S var GroupPayment S
Names is an ordered list of all the state names.
States map defines relations and properties of states.
Package-Level Constants (total 6)
const ApprovalGranted = "ApprovalGranted" const CreatingExpense = "CreatingExpense" const ExpenseCreated = "ExpenseCreated" const PaymentCompleted = "PaymentCompleted" const PaymentInProgress = "PaymentInProgress" const WaitingForApproval = "WaitingForApproval"![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |