|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| api | %!s(int64=3) %!d(string=hai) anos | |
| conf | %!s(int64=3) %!d(string=hai) anos | |
| dist | %!s(int64=3) %!d(string=hai) anos | |
| docs | %!s(int64=3) %!d(string=hai) anos | |
| file | %!s(int64=3) %!d(string=hai) anos | |
| hack | %!s(int64=3) %!d(string=hai) anos | |
| image | %!s(int64=3) %!d(string=hai) anos | |
| internal | %!s(int64=3) %!d(string=hai) anos | |
| manifest | %!s(int64=3) %!d(string=hai) anos | |
| resource | %!s(int64=3) %!d(string=hai) anos | |
| utility | %!s(int64=3) %!d(string=hai) anos | |
| .gitattributes | %!s(int64=3) %!d(string=hai) anos | |
| .gitignore | %!s(int64=3) %!d(string=hai) anos | |
| Makefile | %!s(int64=3) %!d(string=hai) anos | |
| README.MD | %!s(int64=3) %!d(string=hai) anos | |
| __debug_bin.exe | %!s(int64=3) %!d(string=hai) anos | |
| demo.exe | %!s(int64=3) %!d(string=hai) anos | |
| dist.zip | %!s(int64=3) %!d(string=hai) anos | |
| go.mod | %!s(int64=3) %!d(string=hai) anos | |
| go.sum | %!s(int64=3) %!d(string=hai) anos | |
| linux.bat | %!s(int64=3) %!d(string=hai) anos | |
| main.go | %!s(int64=3) %!d(string=hai) anos | |
| neckring | %!s(int64=3) %!d(string=hai) anos | |
| update.sql | %!s(int64=3) %!d(string=hai) anos |
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.