MCPcopy
hub / github.com/segmentio/kafka-go / Error

Method Error

conn_test.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21type timeout struct{}
22
23func (*timeout) Error() string { return "timeout" }
24func (*timeout) Temporary() bool { return true }
25func (*timeout) Timeout() bool { return true }
26

Callers 15

testConnCloseFunction · 0.45
testConnFirstOffsetFunction · 0.45
testConnWriteFunction · 0.45
testConnCloseAndWriteFunction · 0.45
testConnSeekFirstOffsetFunction · 0.45
testConnSeekLastOffsetFunction · 0.45
testConnSeekRandomOffsetFunction · 0.45
testConnSeekDontCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected