XMLWAN c0750cd05c 第一次提交 il y a 4 ans
..
admin_service 第一次提交 il y a 4 ans
article_service 第一次提交 il y a 4 ans
district_service 第一次提交 il y a 4 ans
login_service 第一次提交 il y a 4 ans
marketing_tool_service 第一次提交 il y a 4 ans
member_service 第一次提交 il y a 4 ans
micro_service 第一次提交 il y a 4 ans
org_service 第一次提交 il y a 4 ans
role_service 第一次提交 il y a 4 ans
site_service 第一次提交 il y a 4 ans
sms_service 第一次提交 il y a 4 ans
staff_service 第一次提交 il y a 4 ans
tencentim_service 第一次提交 il y a 4 ans
wechat_service 第一次提交 il y a 4 ans
Readme.md 第一次提交 il y a 4 ans
db.go 第一次提交 il y a 4 ans
redis.go 第一次提交 il y a 4 ans

Readme.md

将 service 模块化;
通用的 redis 和 db 配置处在最外层;
具体的业务 service 按业务分模块(包);
在具体的模块包里定义 service 方法和 view model;
如果某个模块比较复杂,service 代码很多,则再将其业务细分,拆分为多个文件;