meta

command
v0.0.0-...-bf4ab67 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

Meta API

This example makes use of the micro API metadata handler.

This will allow us to write standard go-micro services and set the handler/endpoint via service discovery metadata.

Usage

Run the micro API

micro api

Run this example. Note endpoint metadata when registering the handler

go run meta.go

Make a POST request to /example which will call go.micro.api.example Example.Call

curl -H 'Content-Type: application/json' -d '{"name": "john"}' "http://localhost:8080/example"

Make a POST request to /foo/bar which will call go.micro.api.example Foo.Bar

curl -H 'Content-Type: application/json' -d '{}' http://localhost:8080/foo/bar

Documentation

The Go Gopher

There is no documentation for this package.

Directories

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

Jump to

Keyboard shortcuts

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