type github.com/prometheus/client_golang/prometheus.MultiError
7 uses
github.com/prometheus/client_golang/prometheus (current package)
registry.go#L215: type MultiError []error
registry.go#L217: func (errs MultiError) Error() string {
registry.go#L230: func (errs *MultiError) Append(err error) {
registry.go#L240: func (errs MultiError) MaybeUnwrap() error {
registry.go#L412: errs MultiError // The collected errors to return in the end.
registry.go#L712: errs MultiError // The collected errors to return in the end.
registry.go#L718: if multiErr, ok := err.(MultiError); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |