|
преди 1 година | |
---|---|---|
api | преди 1 година | |
gpt | преди 1 година | |
hack | преди 1 година | |
internal | преди 1 година | |
manifest | преди 1 година | |
resource | преди 1 година | |
router | преди 1 година | |
utility | преди 1 година | |
.gitattributes | преди 1 година | |
.gitignore | преди 1 година | |
Makefile | преди 1 година | |
README.MD | преди 1 година | |
go.mod | преди 1 година | |
go.sum | преди 1 година | |
main.go | преди 1 година |
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
.