Nav apraksta

cauto 766c294a60 改变 1 gadu atpakaļ
api c37955476f 改变 1 gadu atpakaļ
gpt c37955476f 改变 1 gadu atpakaļ
hack c37955476f 改变 1 gadu atpakaļ
internal 766c294a60 改变 1 gadu atpakaļ
manifest c37955476f 改变 1 gadu atpakaļ
resource 766c294a60 改变 1 gadu atpakaļ
router 766c294a60 改变 1 gadu atpakaļ
utility c37955476f 改变 1 gadu atpakaļ
.gitattributes c37955476f 改变 1 gadu atpakaļ
.gitignore c37955476f 改变 1 gadu atpakaļ
Makefile c37955476f 改变 1 gadu atpakaļ
README.MD c37955476f 改变 1 gadu atpakaļ
go.mod c37955476f 改变 1 gadu atpakaļ
go.sum c37955476f 改变 1 gadu atpakaļ
main.go c37955476f 改变 1 gadu atpakaļ

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.