Skip to content

Commit 0d45ac1

Browse files
committed
interface about shim build check
Signed-off-by: Yang Yang <[email protected]>
1 parent e830c53 commit 0d45ac1

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)