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/README.md
2020-12-26 15:32:45 +00:00

28 lines
363 B
Markdown

# Proxy Registry
This is a registry plugin for the micro [proxy](https://micro.mu/docs/proxy.html)
## Usage
Here's a simple usage guide
### Run Proxy
```
# download
go get github.com/micro/micro
# run
micro proxy
```
### Import and Flag plugin
```go
import _ "github.com/micro/go-micro/plugins/registry/proxy"
```
```
go run main.go --registry=proxy
```