go-policy-service

light 8b3d8c477a test il y a 7 mois
config 2a78fc5309 first version il y a 7 mois
models 2a78fc5309 first version il y a 7 mois
services 2a78fc5309 first version il y a 7 mois
utils 2a78fc5309 first version il y a 7 mois
.gitignore 2a78fc5309 first version il y a 7 mois
README.MD 8b3d8c477a test il y a 7 mois
main.go 2a78fc5309 first version il y a 7 mois

README.MD

项目结构

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