|
|
il y a 3 ans | |
|---|---|---|
| api | il y a 3 ans | |
| conf | il y a 3 ans | |
| dist | il y a 3 ans | |
| docs | il y a 3 ans | |
| file | il y a 3 ans | |
| hack | il y a 3 ans | |
| image | il y a 3 ans | |
| internal | il y a 3 ans | |
| manifest | il y a 3 ans | |
| resource | il y a 3 ans | |
| utility | il y a 3 ans | |
| .gitattributes | il y a 3 ans | |
| .gitignore | il y a 3 ans | |
| Makefile | il y a 3 ans | |
| README.MD | il y a 3 ans | |
| __debug_bin.exe | il y a 3 ans | |
| demo.exe | il y a 3 ans | |
| dist.zip | il y a 3 ans | |
| go.mod | il y a 3 ans | |
| go.sum | il y a 3 ans | |
| linux.bat | il y a 3 ans | |
| main.go | il y a 3 ans | |
| neckring | il y a 3 ans | |
| update.sql | il y a 3 ans |
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.