| 88 | } |
| 89 | |
| 90 | type controllerService struct { |
| 91 | sc map[string]sandbox.Controller |
| 92 | publisher events.Publisher |
| 93 | api.UnimplementedControllerServer |
| 94 | } |
| 95 | |
| 96 | var _ api.ControllerServer = (*controllerService)(nil) |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected