Categorygithub.com/go-micro/microwire-plugins/registry/proxy/v5
modulepackage
5.2.0
Repository: https://github.com/go-micro/microwire-plugins.git
Documentation: pkg.go.dev

# README

Proxy Registry

This is a registry plugin for the micro proxy

Usage

Here's a simple usage guide

Run Proxy

# download
go get github.com/micro/micro

# run
micro proxy

Import and Flag plugin

import _ "github.com/go-micro/microwire-plugins/registry/proxy/v5"
go run main.go --registry=proxy

# Functions

No description provided by the author