Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ String
Method
String
protocol.go:95–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
)
94
95
func
(k apiKey) String() string {
96
if
i := int(k); i >= 0 && i < len(apiKeyStrings) {
97
return
apiKeyStrings[i]
98
}
99
return
strconv.Itoa(int(k))
100
}
101
102
type
apiVersion int16
103
Callers
13
produceRecords
Function · 0.45
grabPool
Method · 0.45
grabConnOrConnect
Method · 0.45
connect
Method · 0.45
Broker
Method · 0.45
TestRangeAssignGroups
Function · 0.45
TestRoundRobinAssignGroups
Function · 0.45
ApiVersions
Method · 0.45
TestRequiredAcks
Function · 0.45
TestDialerTLS
Function · 0.45
TestNetworkAddress
Function · 0.45
buildReq
Function · 0.45
Calls
no outgoing calls
Tested by
6
produceRecords
Function · 0.36
TestRangeAssignGroups
Function · 0.36
TestRoundRobinAssignGroups
Function · 0.36
TestRequiredAcks
Function · 0.36
TestDialerTLS
Function · 0.36
TestNetworkAddress
Function · 0.36