Skip to content

AviadHAv/example

Repository files navigation

Template GO Service

This service is a demonstration of using Golang in a monorepo structure. The service includes a script that can be run to create new services, which will automatically generate :

  • Dockerfile
  • Makefile
  • Github Actions
  • Go entrypoint under the "cmd" directory.
  • kubernetes basic deployment & service components

To create a new service, run the following command:

go run scripts/service-generator/main.go --name=new-service --is-add=true

To delete a service, run the following command:

go run scripts/service-generator/main.go --name=new-service --is-add=false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published