package
Version:
v0.0.0-...-e5b194c
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Body struct {
Version int `json:"version"`
Partitions []BodyPartition `json:"partitions"`
}
type BodyPartition struct {
Topic string `json:"topic"`
Partition int `json:"partition"`
Replicas []int `json:"replicas"`
}
type Req struct {
Version int `json:"version"`
Topic string `json:"topic"`
Partition int `json:"partition"`
Replica int `json:"replica"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.