| 31 | } |
| 32 | |
| 33 | type OpenFunctionEventBus interface { |
| 34 | SetMetadata(key string, value interface{}) |
| 35 | GetMetadata() map[string]interface{} |
| 36 | GenComponent(namespace string, name string) (*componentsv1alpha1.Component, error) |
| 37 | GenScaleOptions(subjects []string) (*ofcore.KedaScaledObject, []*kedav1alpha1.ScaleTriggers) |
| 38 | } |
no outgoing calls
no test coverage detected