godoc for EwmaETA struct
Vladimir Bauer
8 years ago
| 238 | 238 |
}
|
| 239 | 239 |
}
|
| 240 | 240 |
|
|
241 |
// EwmaETA is a struct, which implements ewma based ETA decorator.
|
|
242 |
// Should not be used directly, use ETA(int, float64, chan time.Time, ...WC)
|
|
243 |
// func helper instead.
|
| 241 | 244 |
type EwmaETA struct {
|
| 242 | 245 |
ewma.MovingAverage
|
| 243 | 246 |
StartBlockCh chan time.Time
|