package
Version:
v0.4.3
Opens a new window with list of versions in this module.
Published: May 8, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiKeyResponse struct {
ApiKey int16 `kafka:"min=v0,max=v3"`
MinVersion int16 `kafka:"min=v0,max=v3"`
MaxVersion int16 `kafka:"min=v0,max=v3"`
}
type Request struct {
ClientSoftwareName string `kafka:"min=v3,max=v3,compact"`
ClientSoftwareVersion string `kafka:"min=v3,max=v3,compact"`
}
type Response struct {
ErrorCode int16 `kafka:"min=v0,max=v3"`
ApiKeys []ApiKeyResponse `kafka:"min=v0,max=v3"`
ThrottleTimeMs int32 `kafka:"min=v1,max=v3"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.