WithDebug 启用调试
()
| 104 | |
| 105 | // WithDebug 启用调试 |
| 106 | func (w *Workflow) WithDebug() *Workflow { |
| 107 | w.DebugMode = true |
| 108 | return w |
| 109 | } |
| 110 | |
| 111 | // WithTimeout 设置超时 |
| 112 | func (w *Workflow) WithTimeout(timeout time.Duration) *Workflow { |
no outgoing calls
no test coverage detected