()
| 130 | } |
| 131 | |
| 132 | func (m *UserSession) IDString() string { |
| 133 | return m.GetUserIds().IDString() |
| 134 | } |
| 135 | |
| 136 | func (m *ListUserSessionsRequest) IDString() string { |
| 137 | return m.GetUserIds().IDString() |
nothing calls this directly
no test coverage detected