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