监控服务器服务

alroyso 21c8f33581 11 před 1 rokem
api bfea98721d 1.1.4 před 2 roky
db 60a889fe75 1.1.3 před 2 roky
hack 21c8f33581 11 před 1 rokem
internal 21c8f33581 11 před 1 rokem
library f1a4a3137d 0.2 před 2 roky
maintask 742e6d3546 Changes před 2 roky
manifest bfea98721d 1.1.4 před 2 roky
resource e496f63ea5 0.1 před 2 roky
utility e496f63ea5 0.1 před 2 roky
.gitattributes e496f63ea5 0.1 před 2 roky
.gitignore e496f63ea5 0.1 před 2 roky
Makefile e496f63ea5 0.1 před 2 roky
README.MD 69d30bd260 Changes před 2 roky
go.mod 21c8f33581 11 před 1 rokem
go.sum 21c8f33581 11 před 1 rokem
main.go 742e6d3546 Changes před 2 roky

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.

编译 gf build main.go -n nodeMonitor -a amd64 -s linux

gf build main.go -n nodeMonitorTask -a amd64 -s linux