Merge pull request #5745 from yylt/check

interface about shim build check
This commit is contained in:
Maksym Pavlenko
2021-07-23 10:09:44 -07:00
committed by GitHub

View File

@@ -183,6 +183,8 @@ func cleanupAfterDeadShim(ctx context.Context, id, ns string, rt *runtime.TaskLi
}) })
} }
var _ runtime.Task = &shim{}
type shim struct { type shim struct {
bundle *Bundle bundle *Bundle
client *ttrpc.Client client *ttrpc.Client