1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-04-04 20:44:27 +02:00
2021-01-20 21:01:10 +00:00

28 lines
363 B
Markdown

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