Execute runs the fanout integration
(ctx context.Context, req *ExecutionRequest)
| 45 | |
| 46 | // Execute runs the fanout integration |
| 47 | Execute(ctx context.Context, req *ExecutionRequest) error |
| 48 | } |
| 49 | |
| 50 | // ExecutionRequest is the request to execute the integration |
no outgoing calls