[feat] 新增 GetFsmTransitions

This commit is contained in:
what-00 2023-04-12 20:30:53 +08:00
parent ce72472106
commit ae06258f79

View File

@ -31,3 +31,5 @@ type FsmTransition struct {
}
type GetFsmTransition func(uuid string) (FsmTransition, bool)
type GetFsmTransitions func(code string) []FsmTransition