(ctx context.Context, res *QueryNumericLocalpartResponse)
| 189 | } |
| 190 | |
| 191 | func (t *UserInternalAPITrace) QueryNumericLocalpart(ctx context.Context, res *QueryNumericLocalpartResponse) error { |
| 192 | err := t.Impl.QueryNumericLocalpart(ctx, res) |
| 193 | util.GetLogger(ctx).Infof("QueryNumericLocalpart req= res=%+v", js(res)) |
| 194 | return err |
| 195 | } |
| 196 | |
| 197 | func (t *UserInternalAPITrace) QueryAccountAvailability(ctx context.Context, req *QueryAccountAvailabilityRequest, res *QueryAccountAvailabilityResponse) error { |
| 198 | err := t.Impl.QueryAccountAvailability(ctx, req, res) |
nothing calls this directly
no test coverage detected