()
| 87 | } |
| 88 | |
| 89 | func (m *CreateUserRequest) IDString() string { |
| 90 | return m.GetUser().GetIds().IDString() |
| 91 | } |
| 92 | |
| 93 | // RateLimitKey is the implementation of the RateLimitKeyer interface. |
| 94 | // User creation requests are rate limited at the method level only, |