All IDString methods implement the IDStringer interface.
()
| 79 | // All IDString methods implement the IDStringer interface. |
| 80 | |
| 81 | func (m *User) IDString() string { |
| 82 | return m.GetIds().IDString() |
| 83 | } |
| 84 | |
| 85 | func (m *GetUserRequest) IDString() string { |
| 86 | return m.GetUserIds().IDString() |
no test coverage detected