MCPcopy Create free account
hub / github.com/prometheus/common / errReader

Struct errReader

expfmt/text_parse_test.go:1415–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413}
1414
1415type errReader struct {
1416 err error
1417}
1418
1419func (r *errReader) Read([]byte) (int, error) {
1420 return 0, r.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected