|  | 3 年之前 | |
|---|---|---|
| api | 3 年之前 | |
| conf | 3 年之前 | |
| dist | 3 年之前 | |
| docs | 3 年之前 | |
| file | 3 年之前 | |
| hack | 3 年之前 | |
| image | 3 年之前 | |
| internal | 3 年之前 | |
| manifest | 3 年之前 | |
| resource | 3 年之前 | |
| utility | 3 年之前 | |
| .gitattributes | 3 年之前 | |
| .gitignore | 3 年之前 | |
| Makefile | 3 年之前 | |
| README.MD | 3 年之前 | |
| __debug_bin.exe | 3 年之前 | |
| demo.exe | 3 年之前 | |
| dist.zip | 3 年之前 | |
| go.mod | 3 年之前 | |
| go.sum | 3 年之前 | |
| linux.bat | 3 年之前 | |
| main.go | 3 年之前 | |
| neckring | 3 年之前 | |
| update.sql | 3 年之前 | 
Project Makefile Commands:
make cli: Install or Update to the latest GoFrame CLI tool.make dao: Generate go files for Entity/DAO/DO according to the configuration file from hack folder.make service: Parse logic folder to generate interface go files into service folder.make image TAG=xxx: Run docker build to build image according manifest/docker.make image.push TAG=xxx: Run docker build and docker push to build and push image according manifest/docker.make deploy TAG=xxx: Run kustomize build to build and deploy deployment to kubernetes server group according manifest/deploy.