mirror of
https://github.com/ManyakRus/starter.git
synced 2025-12-12 01:07:05 +02:00
сделал packages.jpg
This commit is contained in:
2
vendor/github.com/segmentio/kafka-go/protocol/offsetfetch/offsetfetch.go
generated
vendored
2
vendor/github.com/segmentio/kafka-go/protocol/offsetfetch/offsetfetch.go
generated
vendored
@@ -8,7 +8,7 @@ func init() {
|
||||
|
||||
type Request struct {
|
||||
GroupID string `kafka:"min=v0,max=v5"`
|
||||
Topics []RequestTopic `kafka:"min=v0,max=v5"`
|
||||
Topics []RequestTopic `kafka:"min=v0,max=v5,nullable"`
|
||||
}
|
||||
|
||||
func (r *Request) ApiKey() protocol.ApiKey { return protocol.OffsetFetch }
|
||||
|
||||
Reference in New Issue
Block a user