1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-12 08:23:58 +02:00
go-micro/plugins/registry/proxy
2020-12-26 15:32:45 +00:00
..
go.mod add all the plugins 2020-12-26 15:32:45 +00:00
go.sum add all the plugins 2020-12-26 15:32:45 +00:00
proxy.go add all the plugins 2020-12-26 15:32:45 +00:00
README.md add all the plugins 2020-12-26 15:32:45 +00:00
watcher.go add all the plugins 2020-12-26 15:32:45 +00:00

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/micro/go-micro/plugins/registry/proxy"
go run main.go --registry=proxy