Skip to content

feat: Separate scopes#27

Merged
IsaacDSC merged 3 commits intomainfrom
enhancement/separate-scopes
Feb 21, 2026
Merged

feat: Separate scopes#27
IsaacDSC merged 3 commits intomainfrom
enhancement/separate-scopes

Conversation

@IsaacDSC
Copy link
Owner

  • Implemented consumer handling tests in consumer_handle_test.go.
  • Added error handling and validation for request payloads.
  • Created internal payload structures for managing event data.
  • Introduced publisher handling with HTTP endpoints in publisher_handle_http.go.
  • Added mock implementations for testing publisher and store interfaces.
  • Created data structures for managing queues and consumers.
  • Implemented JSON extraction and unmarshalling for raw messages.
  • Added integration tests for header merging and data passing in request handling.

- Implemented consumer handling tests in consumer_handle_test.go.
- Added error handling and validation for request payloads.
- Created internal payload structures for managing event data.
- Introduced publisher handling with HTTP endpoints in publisher_handle_http.go.
- Added mock implementations for testing publisher and store interfaces.
- Created data structures for managing queues and consumers.
- Implemented JSON extraction and unmarshalling for raw messages.
- Added integration tests for header merging and data passing in request handling.
…d task modules

- Added mock implementations for the GenericPublisher and Publisher interfaces in the mockpubadapter package.
- Created mock implementations for the PersistentRepository interface in the mockpubsub package.
- Introduced mock implementations for the Fetcher, ConsumerInsights, and PublisherInsights interfaces in the mockpubsubapp package.
- Added mock implementations for the CacheManager and Storer interfaces in the mocktaskapp package.
- Implemented a validation script to check for missing mocks for interfaces across the project.
@IsaacDSC IsaacDSC changed the title feat: add consumer and publisher handling with HTTP interfaces feat: add consumer and publisher handling with HTTP Feb 20, 2026
@IsaacDSC IsaacDSC changed the title feat: add consumer and publisher handling with HTTP feat: Separate scopes Feb 20, 2026
@IsaacDSC IsaacDSC merged commit 1fb96e9 into main Feb 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant