package
0.0.0-20241020043710-cafa37b95aad
Repository: https://github.com/lastbackend/toolkit.git
Documentation: pkg.go.dev

# Variables

BootstrapScript is the bootstrap.sh script template used for new services.
Dockerfile is the Dockerfile template used for new services.
DockerIgnore is the .dockerignore template used for new services.
GenerateScript is the generate.sh script template used for new services.
GitIgnore is the .gitignore template used for new services.
Import is the Import template used for new services.
Main is the main template used for new services.
Makefile is the Makefile template used for new services.
Message is the MessageRPC template used for new services.
Method is the MethodRPC template used for new services.
Module is the go.mod template used for new services.
Plugin is the Plugin template used for template.
ProtoService is the .proto file template used for new service services.
ServiceConfig is the config template used for new services.
ServiceServer is the server template used for new services.