package
Version:
v0.4.10
Opens a new window with list of versions in this module.
Published: Feb 19, 2021
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 Request struct {
AuthBytes []byte `kafka:"min=v0,max=v1"`
}
type Response struct {
ErrorCode int16 `kafka:"min=v0,max=v1"`
ErrorMessage string `kafka:"min=v0,max=v1,nullable"`
AuthBytes []byte `kafka:"min=v0,max=v1"`
SessionLifetimeMs int64 `kafka:"min=v1,max=v1"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.