Codebase list golang-github-vbauerster-mpb / 741d1ec
godoc for EwmaETA struct Vladimir Bauer 8 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
238238 }
239239 }
240240
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.
241244 type EwmaETA struct {
242245 ewma.MovingAverage
243246 StartBlockCh chan time.Time