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
commit ee3272e9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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