mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-24 10:07:04 +02:00
.. | ||
api | ||
fnc | ||
srv | ||
web | ||
README.md |
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