function

command
v0.0.0-...-102771f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

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

Prereqs

Micro services need a discovery system so they can find each other. Micro uses consul by default but its easily swapped out with etcd, kubernetes, or various other systems. We'll run consul for convenience.

Install consul

brew install consul

Run Consul

consul agent -dev

Install micro

go get github.com/micro/micro

Run the example

micro run -r github.com/micro/examples/function

Call the function

micro query go.micro.fnc.greeter Greeter.Hello '{"name": "john"}'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package greeter is a generated protocol buffer package.
Package greeter is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL