|
1 anno fa | |
---|---|---|
api | 1 anno fa | |
gpt | 1 anno fa | |
hack | 1 anno fa | |
internal | 1 anno fa | |
manifest | 1 anno fa | |
resource | 1 anno fa | |
router | 1 anno fa | |
utility | 1 anno fa | |
.gitattributes | 1 anno fa | |
.gitignore | 1 anno fa | |
Makefile | 1 anno fa | |
README.MD | 1 anno fa | |
go.mod | 1 anno fa | |
go.sum | 1 anno fa | |
main.go | 1 anno fa |
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
.