1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
go-micro/examples/template
2020-12-26 15:21:29 +00:00
..
api rename imports 2020-12-26 15:21:29 +00:00
fnc rename imports 2020-12-26 15:21:29 +00:00
srv rename imports 2020-12-26 15:21:29 +00:00
web rename imports 2020-12-26 15:21:29 +00:00
README.md rename imports 2020-12-26 15:21:29 +00:00

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