Nincs leírás

cauto 9638ac6182 改变 1 éve
api 9638ac6182 改变 1 éve
gpt ba11f06e5a 改变 1 éve
hack c37955476f 改变 1 éve
internal 9638ac6182 改变 1 éve
manifest d7f736bfa2 改变 1 éve
resource d7f736bfa2 改变 1 éve
router 9638ac6182 改变 1 éve
utility c37955476f 改变 1 éve
.gitattributes c37955476f 改变 1 éve
.gitignore c37955476f 改变 1 éve
Makefile c37955476f 改变 1 éve
README.MD c37955476f 改变 1 éve
go.mod ba11f06e5a 改变 1 éve
go.sum ba11f06e5a 改变 1 éve
main.go c37955476f 改变 1 éve

README.MD

GoFrame Template For SingleRepo

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.