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
Jerry 2653e7a977
update pulgin registry mod version (#2121)
* update etcd version

* update mod version

* update
2021-02-08 08:56:39 +00:00
..
go.mod update pulgin registry mod version (#2121) 2021-02-08 08:56:39 +00:00
go.sum update pulgin registry mod version (#2121) 2021-02-08 08:56:39 +00:00
proxy.go update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
README.md update v3 plugins (#2105) 2021-01-20 21:01:10 +00:00
watcher.go update v3 plugins (#2105) 2021-01-20 21:01:10 +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/asim/go-micro/plugins/registry/proxy"
go run main.go --registry=proxy