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