(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse)
| 93 | return err |
| 94 | } |
| 95 | func (t *UserInternalAPITrace) PerformDeviceUpdate(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse) error { |
| 96 | err := t.Impl.PerformDeviceUpdate(ctx, req, res) |
| 97 | util.GetLogger(ctx).Infof("PerformDeviceUpdate req=%+v res=%+v", js(req), js(res)) |
| 98 | return err |
| 99 | } |
| 100 | func (t *UserInternalAPITrace) PerformAccountDeactivation(ctx context.Context, req *PerformAccountDeactivationRequest, res *PerformAccountDeactivationResponse) error { |
| 101 | err := t.Impl.PerformAccountDeactivation(ctx, req, res) |
| 102 | util.GetLogger(ctx).Infof("PerformAccountDeactivation req=%+v res=%+v", js(req), js(res)) |
nothing calls this directly
no test coverage detected