| 26 | ) |
| 27 | |
| 28 | type ControllerCallClient struct { |
| 29 | controllerClient controller.ControllerInterface |
| 30 | funcletClient client.FuncletInterface |
| 31 | runOptions *options.ControllerOptions |
| 32 | } |
| 33 | |
| 34 | func NewControllerCallClient(controllerClient controller.ControllerInterface, |
| 35 | funcletClient client.FuncletInterface, |
nothing calls this directly
no outgoing calls
no test coverage detected