MCPcopy
hub / github.com/segmentio/kafka-go / listGroupsResponseGroupV1

Struct listGroupsResponseGroupV1

listgroups.go:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type listGroupsResponseGroupV1 struct {
75 // GroupID holds the unique group identifier
76 GroupID string
77 ProtocolType string
78}
79
80func (t listGroupsResponseGroupV1) size() int32 {
81 return sizeofString(t.GroupID) + sizeofString(t.ProtocolType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected