WithStream 启用流式
()
| 97 | |
| 98 | // WithStream 启用流式 |
| 99 | func (w *Workflow) WithStream() *Workflow { |
| 100 | w.Stream = true |
| 101 | w.StreamEvents = true |
| 102 | return w |
| 103 | } |
| 104 | |
| 105 | // WithDebug 启用调试 |
| 106 | func (w *Workflow) WithDebug() *Workflow { |
no outgoing calls
no test coverage detected