| 62 | } |
| 63 | |
| 64 | type functionManagerImpl struct { |
| 65 | options *managerOptions |
| 66 | functions map[NamespacedName][]api.FunctionInstance //TODO: Use sync.map |
| 67 | functionsLock sync.Mutex |
| 68 | log *common.Logger |
| 69 | } |
| 70 | |
| 71 | type managerOptions struct { |
| 72 | tubeFactoryMap map[string]contube.TubeFactory |
nothing calls this directly
no outgoing calls
no test coverage detected