varlink / go

Golang implementation of the Varlink protocol
https://godoc.org/github.com/varlink/go/varlink
Apache License 2.0
55 stars 57 forks source link

Listen: ServiceTimeoutError #2

Closed vrothberg closed 6 years ago

vrothberg commented 6 years ago

Return a ServiceTimeoutError to allow API users to special case timeouts.

Signed-off-by: Valentin Rothberg vrothberg@suse.com

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 298


Files with Coverage Reduction New Missed Lines %
varlink/idl/idl.go 68 96.88%
<!-- Total: 68 -->
Totals Coverage Status
Change from base Build 297: 0.0%
Covered Lines: 546
Relevant Lines: 666

💛 - Coveralls
coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 298


Files with Coverage Reduction New Missed Lines %
varlink/idl/idl.go 68 96.88%
<!-- Total: 68 -->
Totals Coverage Status
Change from base Build 297: 0.0%
Covered Lines: 546
Relevant Lines: 666

💛 - Coveralls
vrothberg commented 6 years ago

That was fast. Thanks a lot, much appreciated!