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