Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(service.go): add publishing of content creation and update events
The `StoreContent` and `UpdateContent` methods in the `ContentService` now publish events when content is created or updated. This allows other parts of the application to be notified of these events and take appropriate actions.
- Loading branch information