mirror of
https://github.com/go-micro/go-micro.git
synced 2025-04-04 20:44:27 +02:00
16 lines
181 B
Markdown
16 lines
181 B
Markdown
|
# Filter
|
||
|
|
||
|
Filter demonstrates how to filter requests in the client
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
// Run the service example
|
||
|
go run ../service/main.go
|
||
|
```
|
||
|
|
||
|
```
|
||
|
// Run the client
|
||
|
go run main.go
|
||
|
```
|