TODO: Remove everything below and use protocol-based version above everywhere.
| 62 | |
| 63 | // TODO: Remove everything below and use protocol-based version above everywhere. |
| 64 | type listGroupsRequestV1 struct { |
| 65 | } |
| 66 | |
| 67 | func (t listGroupsRequestV1) size() int32 { |
| 68 | return 0 |
nothing calls this directly
no outgoing calls
no test coverage detected