package
Version:
v0.4.47
Opens a new window with list of versions in this module.
Published: Dec 13, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
type ApiKeyResponse struct {
ApiKey int16 `kafka:"min=v0,max=v2"`
MinVersion int16 `kafka:"min=v0,max=v2"`
MaxVersion int16 `kafka:"min=v0,max=v2"`
}
type Response struct {
ErrorCode int16 `kafka:"min=v0,max=v2"`
ApiKeys []ApiKeyResponse `kafka:"min=v0,max=v2"`
ThrottleTimeMs int32 `kafka:"min=v1,max=v2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.