gorabbitmq

所属分类:中间件编程
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-05-21 15:53:07
上 传 者sh-1993
说明:  只是在玩Go、RabbitMQ、MongoDB、Krakend
(Just playing around with Go, RabbitMQ , MongoDB, Krakend)

文件列表:
.env.example (415, 2023-09-12)
Makefile (161, 2023-09-12)
account/ (0, 2023-09-12)
account/Dockerfile (258, 2023-09-12)
account/Makefile (17, 2023-09-12)
account/app/ (0, 2023-09-12)
account/app/app.go (1393, 2023-09-12)
account/app/applog/ (0, 2023-09-12)
account/app/applog/applog.go (1702, 2023-09-12)
account/app/applog/defines.go (1458, 2023-09-12)
account/app/handlers.go (1650, 2023-09-12)
account/app/middleware.go (752, 2023-09-12)
account/app/models/ (0, 2023-09-12)
account/app/models/account.go (1335, 2023-09-12)
account/app/models/login.go (559, 2023-09-12)
account/app/utils/ (0, 2023-09-12)
account/app/utils/jwt.go (1329, 2023-09-12)
account/app/utils/password.go (3195, 2023-09-12)
account/go.mod (1375, 2023-09-12)
account/go.sum (10246, 2023-09-12)
account/main.go (529, 2023-09-12)
configs/ (0, 2023-09-12)
configs/application-migrate/ (0, 2023-09-12)
configs/application-migrate/Dockerfile (158, 2023-09-12)
configs/application-migrate/migrate.sh (422, 2023-09-12)
configs/application-migrate/schema.sql (1030, 2023-09-12)
docker-compose.yml (1429, 2023-09-12)
office/ (0, 2023-09-12)
office/Dockerfile (244, 2023-09-12)
office/app/ (0, 2023-09-12)
office/app/app.go (1318, 2023-09-12)
office/app/rabbitmq.go (1255, 2023-09-12)
office/go.mod (70, 2023-09-12)
office/go.sum (1530, 2023-09-12)
office/main.go (134, 2023-09-12)
products/ (0, 2023-09-12)
products/Dockerfile (261, 2023-09-12)
products/Makefile (17, 2023-09-12)
... ...

# Go RabbitmMQ with Gin ### Run app: You need to copy .env.example, change all secret keys. And run the app ```bash cp .env.example .env make start ``` To generate secret keys you can use for example this command: ```bash openssl rand -base64 42 ``` ### Note Later I will add more services for this toy architecure. To show ( and learn ) how to work with another types of RabbitmMQ connections

近期下载者

相关文件


收藏者