()
| 1479 | } |
| 1480 | |
| 1481 | func (x *Users) GetUsers() []*User { |
| 1482 | if x != nil { |
| 1483 | return x.Users |
| 1484 | } |
| 1485 | return nil |
| 1486 | } |
| 1487 | |
| 1488 | type UsersChunk struct { |
| 1489 | state protoimpl.MessageState `protogen:"open.v1"` |
no outgoing calls
no test coverage detected