mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-05 10:20:53 +02:00
.. | ||
handler | ||
proto/example | ||
subscriber | ||
Dockerfile | ||
main.go | ||
Makefile | ||
plugin.go | ||
README.md |
Template Service
This is the Template service
Generated with
micro new github.com/micro/go-micro/examples/template/srv --namespace=go.micro --alias=template --type=srv
Getting Started
Configuration
- FQDN: go.micro.srv.template
- Type: srv
- Alias: template
Usage
A Makefile is included for convenience
Build the binary
make build
Run the service
./template-srv
Build a docker image
make docker