package
Version:
v0.4.45
Opens a new window with list of versions in this module.
Published: Oct 30, 2023
License: MIT
Opens a new window with license information.
Imports: 3
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.