command
Version:
v0.0.0-...-1891367
Opens a new window with list of versions in this module.
Published: Apr 25, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Dependencies
Service discovery is required to resolve names to addresses
Install consul
brew install consul
Run Consul
consul agent -dev
Install micro
go get github.com/micro/micro
Run function
micro run -r github.com/micro/examples/function
Call function
micro query greeter Greeter.Hello '{"name": "john"}'
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package greeter is a generated protocol buffer package.
|
Package greeter is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.