监控服务器服务

cauto 5a6aeca195 0.3 2 سال پیش
api b3a775ab25 0.3 2 سال پیش
db b3a775ab25 0.3 2 سال پیش
hack f1a4a3137d 0.2 2 سال پیش
internal 5a6aeca195 0.3 2 سال پیش
library f1a4a3137d 0.2 2 سال پیش
manifest b3a775ab25 0.3 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 f1a4a3137d 0.2 2 سال پیش
go.sum f1a4a3137d 0.2 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.