func(c *FactoryConfig) (contube.TubeFactory, error)
| 54 | } |
| 55 | |
| 56 | type TubeLoaderType func(c *FactoryConfig) (contube.TubeFactory, error) |
| 57 | type RuntimeLoaderType func(c *FactoryConfig) (api.FunctionRuntimeFactory, error) |
| 58 | type StateStoreLoaderType func(c *StateStoreConfig) (api.StateStore, error) |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected