Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjiw/ddler


https://github.com/cjiw/ddler

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# ddler
1. 框架 gin
2. 数据库操作 gorm
3. 定时 corn
4. 飞书api
## 项目结构
```
ddler
├─go.mod
├─go.sum
├─main.go

├─consts
│ └─consts.go

├─router
│ ├─router.go
│ │
│ └─api
│ └─api.go

├─service
│ └─service.go

├─sql
│ └─sqltools.go

└─tools
├─structs.go
└─tools.go
```