(f *model.Function)
| 53 | |
| 54 | type FunctionManager interface { |
| 55 | StartFunction(f *model.Function) error |
| 56 | DeleteFunction(namespace, name string) error |
| 57 | ListFunctions() []string |
| 58 | ProduceEvent(name string, event contube.Record) error |
no outgoing calls