diff --git a/runtime/v2/shim.go b/runtime/v2/shim.go index 893926c18..c2c290fa3 100644 --- a/runtime/v2/shim.go +++ b/runtime/v2/shim.go @@ -183,6 +183,8 @@ func cleanupAfterDeadShim(ctx context.Context, id, ns string, rt *runtime.TaskLi }) } +var _ runtime.Task = &shim{} + type shim struct { bundle *Bundle client *ttrpc.Client