Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjiw/ddler
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjiw/ddler
- Owner: CjiW
- Created: 2021-11-04T06:47:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T13:01:37.000Z (about 3 years ago)
- Last Synced: 2024-10-06T01:12:12.875Z (about 1 month ago)
- Language: Go
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```