(ctx context.Context, req *QueryKeyBackupRequest, res *QueryKeyBackupResponse)
| 128 | return err |
| 129 | } |
| 130 | func (t *UserInternalAPITrace) QueryKeyBackup(ctx context.Context, req *QueryKeyBackupRequest, res *QueryKeyBackupResponse) { |
| 131 | t.Impl.QueryKeyBackup(ctx, req, res) |
| 132 | util.GetLogger(ctx).Infof("QueryKeyBackup req=%+v res=%+v", js(req), js(res)) |
| 133 | } |
| 134 | func (t *UserInternalAPITrace) QueryProfile(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse) error { |
| 135 | err := t.Impl.QueryProfile(ctx, req, res) |
| 136 | util.GetLogger(ctx).Infof("QueryProfile req=%+v res=%+v", js(req), js(res)) |
nothing calls this directly
no test coverage detected