metadata

package
v0.21.1 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

README

Metadata Plugin

The metadata plugin lets you set metadata for any micro command or to inject headers into the api, sidecar and web proxy

Usage

Create a plugin file

package main

import (
	"github.com/micro/go-plugins/micro/metadata"
	"github.com/micro/micro/plugin"
)

func init() {
	plugin.Register(metadata.NewPlugin())
}

Build micro binary with the plugin

It can then be flagged as so

micro --metadata foo=bar --metadata bar=baz query go.micro.srv.greeter Say.Hello '{"name": "john"}'

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPlugin

func NewPlugin() plugin.Plugin

Types

This section is empty.

Jump to

Keyboard shortcuts

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