Base REST API written in Go.
Go to file
2020-09-30 22:16:48 +02:00
database Added base RabbitMQ queue support 2020-09-29 23:41:05 +02:00
handler [fix] Renamed amqp var and make it public 2020-09-30 22:12:50 +02:00
model Added base RabbitMQ queue support 2020-09-29 23:41:05 +02:00
public Some refactor. Rewritted to Echo Framework 2020-09-26 23:01:44 +02:00
queue [fix] Manually mark queue as done after task finishes. Now we dont lose task, even if worker crash. 2020-09-30 22:16:48 +02:00
.drone.yml Updated .drone.yml 2020-09-17 20:55:56 +02:00
.gitignore Some refactor. Rewritted to Echo Framework 2020-09-26 23:01:44 +02:00
docker-compose.yml Added base RabbitMQ queue support 2020-09-29 23:41:05 +02:00
go.mod Added base RabbitMQ queue support 2020-09-29 23:41:05 +02:00
go.sum Added base RabbitMQ queue support 2020-09-29 23:41:05 +02:00
main.go [fix] Renamed amqp var and make it public 2020-09-30 22:12:50 +02:00
modd.conf Refactor. Splitted code into subdirectories. Updated modd conf 2020-09-17 20:33:58 +02:00