Skip to content

Commit ee3272e

Browse files
authored
Merge pull request #5745 from yylt/check
interface about shim build check
2 parents c3f1f0e + 0d45ac1 commit ee3272e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime/v2/shim.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ func cleanupAfterDeadShim(ctx context.Context, id, ns string, rt *runtime.TaskLi
183183
})
184184
}
185185

186+
var _ runtime.Task = &shim{}
187+
186188
type shim struct {
187189
bundle *Bundle
188190
client *ttrpc.Client

0 commit comments

Comments
 (0)