| 24 | ) |
| 25 | |
| 26 | type OpenFunctionEventSource interface { |
| 27 | SetMetadata(key string, value interface{}) |
| 28 | GetMetadata() map[string]interface{} |
| 29 | GenComponent(namespace string, name string) (*componentsv1alpha1.Component, error) |
| 30 | GenScaleOptions() (*ofcore.KedaScaledObject, *kedav1alpha1.ScaleTriggers) |
| 31 | } |
| 32 | |
| 33 | type OpenFunctionEventBus interface { |
| 34 | SetMetadata(key string, value interface{}) |
nothing calls this directly
no outgoing calls
no test coverage detected