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