(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse)
| 88 | return err |
| 89 | } |
| 90 | func (t *UserInternalAPITrace) PerformLastSeenUpdate(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse) error { |
| 91 | err := t.Impl.PerformLastSeenUpdate(ctx, req, res) |
| 92 | util.GetLogger(ctx).Infof("PerformLastSeenUpdate req=%+v res=%+v", js(req), js(res)) |
| 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)) |
nothing calls this directly
no test coverage detected