Skip to content
Snippets Groups Projects
Commit ef10c826 authored by Jan Semmelink's avatar Jan Semmelink
Browse files

Add link in README

parent 3b5f3020
No related branches found
No related tags found
No related merge requests found
# Package go-utils/services # Package go-utils/services
Services are classified as API, SQS, CRON or ADHOC: Services are classified as API, SQS, CRON or ADHOC:
- API services are synchronous, i.e. the user waits for the response, - [API](../api/README.md) services are synchronous, i.e. the user waits for the response,
- SQS services are asynchronous, i.e. the request is queued and completes in good time without a response, - [SQS](../queues/README.md) services are asynchronous, i.e. the request is queued and completes in good time without a response,
- CRON services are scheduled to run at regular intervals with no request nor response, and - CRON services are scheduled to run at regular intervals with no request nor response, and
- ADHOC services are executed on demand. - ADHOC services are executed on demand.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment