| 25 | ) |
| 26 | |
| 27 | type Controller struct { |
| 28 | runOptions *options.ControllerOptions |
| 29 | FuncletClient client.FuncletInterface |
| 30 | runtimeDispatcher rtctrl.RuntimeDispatcher |
| 31 | runtimeControl rtctrl.Control |
| 32 | dataStorer function.DataStorer |
| 33 | insideDataStorer function.DataStorer |
| 34 | httpTriggerDataStorer function.DataStorer |
| 35 | } |
| 36 | |
| 37 | // Clients save all clients to make rpc calls |
| 38 | type Clients struct { |
nothing calls this directly
no outgoing calls
no test coverage detected