enter.go 89 B

1234567
  1. package workflow
  2. type RouterGroup struct {
  3. ApproverRouter
  4. NodeRouter
  5. ProcessRouter
  6. }