mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-01 05:26:59 -05:00
To allow tracing propagation via events, we need to pass the context to the `Publish` function of reva events. This adds the context everywhere where events are published. If there was no context to pass, we started a new one with `context.Background()`.