| 106 | var providerCooldownSteps = []time.Duration{10 * time.Second, 30 * time.Second, 60 * time.Second} |
| 107 | |
| 108 | type EventResult struct { |
| 109 | Event map[string]any |
| 110 | Err error |
| 111 | } |
| 112 | |
| 113 | type BuildRequestFunc func() (RequestParts, error) |
| 114 | |
| 115 | type StreamFunc func( |
| 116 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected