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

Function

This is an example of creating a micro function. A function is a one time executing service.

Contents

  • main.go - is the main definition of the function
  • proto - contains the protobuf definition of the API

Run function

while true; do
	github.com/micro/go-micro/examples/function
done

Call function

micro call greeter Greeter.Hello '{"name": "john"}'