()
| 2828 | type flushMarker struct{ done chan struct{} } |
| 2829 | |
| 2830 | func (*flushMarker) Error() string { return "keploy: capture flush marker" } |
| 2831 | |
| 2832 | func (p *Proxy) StartErrorDrain(ctx context.Context) { |
| 2833 | p.errDrainOnce.Do(func() { |
no outgoing calls