Skip to content

Latest commit

 

History

History

function

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

Call function

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