监控服务器服务

cauto 2f3ef6183c 1.1 2 gadi atpakaļ
api b04927f357 1.1 2 gadi atpakaļ
db 3ed0427276 1.0 2 gadi atpakaļ
hack 2f3ef6183c 1.1 2 gadi atpakaļ
internal 2f3ef6183c 1.1 2 gadi atpakaļ
library f1a4a3137d 0.2 2 gadi atpakaļ
manifest 2f3ef6183c 1.1 2 gadi atpakaļ
resource e496f63ea5 0.1 2 gadi atpakaļ
utility e496f63ea5 0.1 2 gadi atpakaļ
.gitattributes e496f63ea5 0.1 2 gadi atpakaļ
.gitignore e496f63ea5 0.1 2 gadi atpakaļ
Makefile e496f63ea5 0.1 2 gadi atpakaļ
README.MD e496f63ea5 0.1 2 gadi atpakaļ
go.mod 3ed0427276 1.0 2 gadi atpakaļ
go.sum 3ed0427276 1.0 2 gadi atpakaļ
main.go f1a4a3137d 0.2 2 gadi 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.