访客登记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dlcios 8cd82147f5 访客系统,修改参数 10 months ago
api/v1 访客登记系统第一次提交 10 months ago
hack 访客登记系统第一次提交 10 months ago
internal 访客系统,修改参数 10 months ago
manifest 访客登记系统第一次提交 10 months ago
resource 访客等级系统修改 10 months ago
utility 访客登记系统第一次提交 10 months ago
.gitattributes 访客登记系统第一次提交 10 months ago
.gitignore 访客等级系统修改 10 months ago
Makefile 访客登记系统第一次提交 10 months ago
README.MD 访客登记系统第一次提交 10 months ago
go.mod 访客登记系统第一次提交 10 months ago
go.sum 访客登记系统第一次提交 10 months ago
main.go 访客登记系统第一次提交 10 months ago

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.