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