项目文件夹

文件
Asim Aslam 1cd7cfaa6c
Run tests / Test repo (push) Has been cancelled
go-micro.dev/v4 (#2305)
2021-10-12 12:55:53 +01:00
..
2021-10-12 12:55:53 +01:00
2021-10-12 12:55:53 +01:00
2021-01-20 21:28:48 +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/asim/go-micro/examples/v3/function
done

Call function

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