metadata

package
v0.0.0-...-db1d4b8 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2021 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 (
	"gitee.com/liuxuezhan/go-plugins/micro/metadata"
	"gitee.com/liuxuezhan/go-micro-v1.18.0/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