go-policy-service

light 1d3607102a 修复了一些 bug 11 ay önce
config 1fba38b8ad 推送数据 11 ay önce
models 1d3607102a 修复了一些 bug 11 ay önce
services 1d3607102a 修复了一些 bug 11 ay önce
structs 1d3607102a 修复了一些 bug 11 ay önce
utils 1d3607102a 修复了一些 bug 11 ay önce
.gitignore 2a78fc5309 first version 11 ay önce
README.MD bbfe61b226 1 11 ay önce
main.go ad6e1e8ac1 第三个版本 11 ay önce

README.MD

项目结构

├── config
│ └── config.go # 配置加载
├── models
│ └── task.go # 数据库模型
├── services
│ └── processor.go # 任务处理逻辑
├── utils
│ ├── logger.go # 日志配置
│ └── http_client.go # HTTP客户端
└── main.go