Searched defs:doneContext (Results 1 – 1 of 1) sorted by relevance
5831 type doneContext struct { struct5832 context.Context5833 err error5836 func (doneContext) Done() <-chan struct{} {5842 func (d doneContext) Err() error { return d.err }