https://github.com/felipeaz/subscription-api
Subscription API is a subscription service created using decorator pattern. The idea is create an abstract subscription feature that send notifications to the subscribers
https://github.com/felipeaz/subscription-api
api golang observer-pattern
Last synced: 3 months ago
JSON representation
Subscription API is a subscription service created using decorator pattern. The idea is create an abstract subscription feature that send notifications to the subscribers
- Host: GitHub
- URL: https://github.com/felipeaz/subscription-api
- Owner: felipeaz
- Created: 2022-06-19T20:21:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T22:10:38.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T05:22:03.396Z (4 months ago)
- Topics: api, golang, observer-pattern
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# subscription-api
Subscription API is a subscription service created using observer pattern. The idea is create an abstract subscription feature that send notifications to the subscribers