Codebase list golang-github-vbauerster-mpb / 67a74c6
godoc for CompleteMessenger Vladimir Bauer 8 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5959 Decor(*Statistics, chan<- int, <-chan int) string
6060 }
6161
62 // CompleteMessenger is an interface with one method:
63 //
64 // OnComplete(string, ...WC)
65 //
66 // Decorators implementing this interface suppose to return provided string on complete event.
6267 type CompleteMessenger interface {
6368 OnComplete(string, ...WC)
6469 }