| 16 | } |
| 17 | |
| 18 | type logCalculator struct { |
| 19 | pacer.Calculator |
| 20 | } |
| 21 | |
| 22 | // NewPacer creates a Pacer for the given Fs and Calculator. |
| 23 | func NewPacer(ctx context.Context, c pacer.Calculator) *Pacer { |
nothing calls this directly
no outgoing calls
no test coverage detected