mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
634 B
634 B
Templates
This directory contains templates generated with the micro new [service]
command.
Find out more on the usage at micro/new.
How they were generated
API
micro new --type api --alias template github.com/micro/go-micro/examples/template/api
FNC
micro new --type fnc --alias template github.com/micro/go-micro/examples/template/fnc
SRV
micro new --type srv --alias template github.com/micro/go-micro/examples/template/srv
WEB
micro new --type web --alias template github.com/micro/go-micro/examples/template/web