Documentation
¶
Index ¶
Constants ¶
View Source
const Version int16 = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListOffsetsTopicRequest ¶
type ListOffsetsTopicRequest struct {
Name string
Partitions []ListOffsetsPartitionRequest
}
type ListOffsetsTopicResponse ¶
type ListOffsetsTopicResponse struct {
Name string
Partitions []ListOffsetsPartitionResponse
}
type Request ¶
type Request struct {
ReplicaID int32
Topics []ListOffsetsTopicRequest
}
Click to show internal directories.
Click to hide internal directories.