refactor TopicPartition struct

This commit is contained in:
chrislu
2023-10-02 01:01:45 -07:00
parent 2a578b9033
commit 734178093e
6 changed files with 18 additions and 24 deletions

View File

@@ -3,10 +3,8 @@ package topic
import "fmt"
type TopicPartition struct {
Namespace string
Topic string
RangeStart int32
RangeStop int32
Topic
Partition
}
func (tp *TopicPartition) String() string {