All IDString methods implement the IDStringer interface.
()
| 47 | // All IDString methods implement the IDStringer interface. |
| 48 | |
| 49 | func (m *Client) IDString() string { |
| 50 | return m.GetIds().IDString() |
| 51 | } |
| 52 | |
| 53 | func (m *GetClientRequest) IDString() string { |
| 54 | return m.GetClientIds().IDString() |