1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-30 08:06:40 +02:00
go-micro/examples/filter
2021-01-20 21:28:48 +00:00
..
version examples at v3 2021-01-20 21:28:48 +00:00
main.go examples at v3 2021-01-20 21:28:48 +00:00
README.md Add examples 2020-12-26 15:17:20 +00:00

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