TriggerFunction triggers the function by writing to the input topic
(tenant, namespace, name, topic, triggerValue, triggerFile string)
| 212 | |
| 213 | // TriggerFunction triggers the function by writing to the input topic |
| 214 | TriggerFunction(tenant, namespace, name, topic, triggerValue, triggerFile string) (string, error) |
| 215 | |
| 216 | // TriggerFunctionWithContext triggers the function by writing to the input topic |
| 217 | TriggerFunctionWithContext( |
nothing calls this directly
no outgoing calls
no test coverage detected