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