Home
last modified time | relevance | path

Searched refs:collectionError (Results 1 – 3 of 3) sorted by relevance

/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/zipkin-go-opentracing-0.3.4/
H A Dcollector.go39 var e *collectionError
43 e = &collectionError{
60 type collectionError struct { struct
64 func (c *collectionError) Error() string { argument
75 func (c *collectionError) GetErrors() []error { argument
H A Dcollector_test.go58 collectionError := err.(CollectionError).GetErrors()
59 if want, have := 3, len(collectionError); want != have {
62 if want, have := cs[0].Collect(s).Error(), collectionError[0].Error(); want != have {
65 if want, have := cs[1].Collect(s), collectionError[1]; want != have {
68 if want, have := cs[2].Collect(s).Error(), collectionError[2].Error(); want != have {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/openzipkin/zipkin-go-opentracing/
H A Dcollector.go39 var e *collectionError
43 e = &collectionError{
60 type collectionError struct { struct
64 func (c *collectionError) Error() string { argument
75 func (c *collectionError) GetErrors() []error { argument