1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00
2020-12-26 15:21:29 +00:00
..
2020-12-26 15:21:29 +00:00
2020-12-26 15:21:29 +00:00
2020-12-26 15:21:29 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:21:29 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:17:20 +00:00
2020-12-26 15:21:29 +00:00

Template Function

This is the Template function

Generated with

micro new github.com/micro/go-micro/examples/template/fnc --namespace=go.micro --alias=template --type=fnc --plugin=registry=etcd

Getting Started

Configuration

  • FQDN: go.micro.fnc.template
  • Type: fnc
  • Alias: template

Usage

A Makefile is included for convenience

Build the binary

make build

Run the function once

./template-fnc

Build a docker image

make docker