|
| 1 | +## server้กน็ฎ็ปๆ |
| 2 | + |
| 3 | +```shell |
| 4 | +โโโ api |
| 5 | +โย ย โโโ v1 |
| 6 | +โโโ config |
| 7 | +โโโ core |
| 8 | +โโโ docs |
| 9 | +โโโ global |
| 10 | +โโโ initialize |
| 11 | +โย ย โโโ internal |
| 12 | +โโโ middleware |
| 13 | +โโโ model |
| 14 | +โย ย โโโ request |
| 15 | +โย ย โโโ response |
| 16 | +โโโ packfile |
| 17 | +โโโ resource |
| 18 | +โย ย โโโ excel |
| 19 | +โย ย โโโ page |
| 20 | +โย ย โโโ template |
| 21 | +โโโ router |
| 22 | +โโโ service |
| 23 | +โโโ source |
| 24 | +โโโ utils |
| 25 | + โโโ timer |
| 26 | + โโโ upload |
| 27 | +``` |
| 28 | + |
| 29 | +| ๆไปถๅคน | ่ฏดๆ | ๆ่ฟฐ | |
| 30 | +| ------------ | ----------------------- | --------------------------- | |
| 31 | +| `api` | apiๅฑ | apiๅฑ | |
| 32 | +| `--v1` | v1็ๆฌๆฅๅฃ | v1็ๆฌๆฅๅฃ | |
| 33 | +| `config` | ้
็ฝฎๅ
| config.yamlๅฏนๅบ็้
็ฝฎ็ปๆไฝ | |
| 34 | +| `core` | ๆ ธๅฟๆไปถ | ๆ ธๅฟ็ปไปถ(zap, viper, server)็ๅๅงๅ | |
| 35 | +| `docs` | swaggerๆๆกฃ็ฎๅฝ | swaggerๆๆกฃ็ฎๅฝ | |
| 36 | +| `global` | ๅ
จๅฑๅฏน่ฑก | ๅ
จๅฑๅฏน่ฑก | |
| 37 | +| `initialize` | ๅๅงๅ | router,redis,gorm,validator, timer็ๅๅงๅ | |
| 38 | +| `--internal` | ๅๅงๅๅ
้จๅฝๆฐ | gorm ็ longger ่ชๅฎไน,ๅจๆญคๆไปถๅคน็ๅฝๆฐๅช่ฝ็ฑ `initialize` ๅฑ่ฟ่ก่ฐ็จ | |
| 39 | +| `middleware` | ไธญ้ดไปถๅฑ | ็จไบๅญๆพ `gin` ไธญ้ดไปถไปฃ็ | |
| 40 | +| `model` | ๆจกๅๅฑ | ๆจกๅๅฏนๅบๆฐๆฎ่กจ | |
| 41 | +| `--request` | ๅ
ฅๅ็ปๆไฝ | ๆฅๆถๅ็ซฏๅ้ๅฐๅ็ซฏ็ๆฐๆฎใ | |
| 42 | +| `--response` | ๅบๅ็ปๆไฝ | ่ฟๅ็ปๅ็ซฏ็ๆฐๆฎ็ปๆไฝ | |
| 43 | +| `packfile` | ้ๆๆไปถๆๅ
| ้ๆๆไปถๆๅ
| |
| 44 | +| `resource` | ้ๆ่ตๆบๆไปถๅคน | ่ด่ดฃๅญๆพ้ๆๆไปถ | |
| 45 | +| `--excel` | excelๅฏผๅ
ฅๅฏผๅบ้ป่ฎค่ทฏๅพ | excelๅฏผๅ
ฅๅฏผๅบ้ป่ฎค่ทฏๅพ | |
| 46 | +| `--page` | ่กจๅ็ๆๅจ | ่กจๅ็ๆๅจ ๆๅ
ๅ็dist | |
| 47 | +| `--template` | ๆจกๆฟ | ๆจกๆฟๆไปถๅคน,ๅญๆพ็ๆฏไปฃ็ ็ๆๅจ็ๆจกๆฟ | |
| 48 | +| `router` | ่ทฏ็ฑๅฑ | ่ทฏ็ฑๅฑ | |
| 49 | +| `service` | serviceๅฑ | ๅญๆพไธๅก้ป่พ้ฎ้ข | |
| 50 | +| `source` | sourceๅฑ | ๅญๆพๅๅงๅๆฐๆฎ็ๅฝๆฐ | |
| 51 | +| `utils` | ๅทฅๅ
ทๅ
| ๅทฅๅ
ทๅฝๆฐๅฐ่ฃ
| |
| 52 | +| `--timer` | timer | ๅฎๆถๅจๆฅๅฃๅฐ่ฃ
| |
| 53 | +| `--upload` | oss | ossๆฅๅฃๅฐ่ฃ
| |
1 | 54 |
|
2 | | -ๆด็ไปฃ็ ็ปๆ |
3 | | -``` lua |
4 | | -web |
5 | | -โโโ api/v1 -- ไธป่ฆAPI |
6 | | -| โโโ sys_initdb.go -- ico |
7 | | -| โโโ sys_user.go -- |
8 | | -โโโ config -- ้
็ฝฎๆไปถ ่ฎพๅฎๆไฝ็็ปๆไฝ |
9 | | -| โโโ auto_code.go -- ico captcha.go |
10 | | -| โโโ ... -- ico captcha.go |
11 | | -| โโโ zap.go -- core |
12 | | -โโโ core -- ไธป่ฆ็ปๆไปฃ็ |
13 | | -| โโโ server_other.go -- ico captcha.go |
14 | | -| โโโ ... -- ico captcha.go |
15 | | -| โโโ zap.go -- |
16 | | -โโโ docs -- ๆๆกฃ็ณป็ป |
17 | | -| โโโ docs.go -- ico captcha.go |
18 | | -| โโโ swagger.json -- json |
19 | | -| โโโ swagger.yaml -- yaml |
20 | | -โโโ global -- global |
21 | | -โโโ initialize -- initialize |
22 | | -โโโ middleware -- ไธญ้ด้ฎ |
23 | | -โโโ model -- global |
24 | | -โ โโโ request -- ๆๆ่ฏทๆฑmodel็ปๆไฝ |
25 | | -| | โโโ common.go |
26 | | -| | โโโ ... |
27 | | -| | โโโ sys_user.go -- yaml |
28 | | -| โโโ response -- ่ฟๅๆฐๆฎ |
29 | | -| | โโโ common.go |
30 | | -| | โโโ ... |
31 | | -| | โโโ sys_user.go -- yaml |
32 | | -โโโ packfile -- ๆไปถๅๅ
ฅ |
33 | | -โโโ resource -- ่ตๆบๆไปถ |
34 | | -โโโ router -- ่ทฏ็ฑ |
35 | | -โโโ service -- serviceๅฑ |
36 | | -โโโ source -- ๆไปถ็ฎๅฝๆไฝ |
37 | | -โโโ utils |
38 | | -โโโ config.yaml -- |
39 | | -โโโ Dockerfile -- docker้
็ฝฎ |
40 | | -โโโ go.mod -- mod ้
็ฝฎ |
41 | | -โโโ go.sum -- sum |
42 | | -โโโ latest_log -- vue-cli ้
็ฝฎ |
43 | | -โโโ main.go -- package.json |
44 | | -``` |
|
0 commit comments