(label string, data any)
| 32 | type Reporter interface { |
| 33 | Progress(progress float64, message string, step, total int, metadata map[string]any, etaMs int64) |
| 34 | Intermediate(label string, data any) |
| 35 | } |
| 36 | |
| 37 | // Interruptible 可中断/恢复的工具接口 |
no outgoing calls
no test coverage detected