Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
type
timeout
struct
{}
22
23
func
(*timeout) Error() string {
return
"timeout"
}
24
func
(*timeout) Temporary() bool {
return
true }
25
func
(*timeout) Timeout() bool {
return
true }
26
Callers
15
testConnClose
Function · 0.45
testConnFirstOffset
Function · 0.45
testConnWrite
Function · 0.45
testConnCloseAndWrite
Function · 0.45
testConnSeekFirstOffset
Function · 0.45
testConnSeekLastOffset
Function · 0.45
testConnSeekCurrentOffset
Function · 0.45
testConnSeekRandomOffset
Function · 0.45
testConnSeekDontCheck
Function · 0.45
testConnWriteReadSequentially
Function · 0.45
testConnWriteBatchReadSequentially
Function · 0.45
testConnWriteReadConcurrently
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected