Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 398 Bytes

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/go-micro/examples/function
done

Call function

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