| 93 | } |
| 94 | |
| 95 | type controllerLocal struct { |
| 96 | root string |
| 97 | state string |
| 98 | shims *v2.ShimManager |
| 99 | publisher events.Publisher |
| 100 | } |
| 101 | |
| 102 | var _ sandbox.Controller = (*controllerLocal)(nil) |
| 103 |
nothing calls this directly
no outgoing calls
no test coverage detected