1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-03 15:22:30 +02:00

28 lines
362 B
Markdown
Raw Normal View History

2020-12-26 15:32:45 +00:00
# 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
2021-01-20 21:01:10 +00:00
import _ "github.com/asim/go-micro/plugins/registry/proxy"
2020-12-26 15:32:45 +00:00
```
```
go run main.go --registry=proxy
```