metadata

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2018 License: Apache-2.0 Imports: 7 Imported by: 1

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.

Directories

Path Synopsis
module

Jump to

Keyboard shortcuts

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