[feat] 新增 GetFsmTransitions
This commit is contained in:
parent
ce72472106
commit
ae06258f79
@ -31,3 +31,5 @@ type FsmTransition struct {
|
||||
}
|
||||
|
||||
type GetFsmTransition func(uuid string) (FsmTransition, bool)
|
||||
|
||||
type GetFsmTransitions func(code string) []FsmTransition
|
||||
|
Loading…
Reference in New Issue
Block a user