interface about shim build check

Signed-off-by: Yang Yang <yang8518296@163.com>
This commit is contained in:
yylt 2021-07-16 11:44:55 +08:00
parent e830c5364c
commit 0d45ac14e9

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