| 72 | } |
| 73 | |
| 74 | type listGroupsResponseGroupV1 struct { |
| 75 | // GroupID holds the unique group identifier |
| 76 | GroupID string |
| 77 | ProtocolType string |
| 78 | } |
| 79 | |
| 80 | func (t listGroupsResponseGroupV1) size() int32 { |
| 81 | return sizeofString(t.GroupID) + sizeofString(t.ProtocolType) |
nothing calls this directly
no outgoing calls
no test coverage detected