监控服务器服务

cauto 474d76e003 1.1.4 2 жил өмнө
api 35d2cfbd84 1.1.4 2 жил өмнө
db 60a889fe75 1.1.3 2 жил өмнө
hack d6c8c0bc7d 1.1.1 2 жил өмнө
internal 474d76e003 1.1.4 2 жил өмнө
library f1a4a3137d 0.2 2 жил өмнө
manifest 474d76e003 1.1.4 2 жил өмнө
resource e496f63ea5 0.1 2 жил өмнө
utility e496f63ea5 0.1 2 жил өмнө
.gitattributes e496f63ea5 0.1 2 жил өмнө
.gitignore e496f63ea5 0.1 2 жил өмнө
Makefile e496f63ea5 0.1 2 жил өмнө
README.MD e496f63ea5 0.1 2 жил өмнө
go.mod 474d76e003 1.1.4 2 жил өмнө
go.sum 35d2cfbd84 1.1.4 2 жил өмнө
main.go f1a4a3137d 0.2 2 жил өмнө

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.