1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-17 17:44:30 +02:00
go-micro/examples/filter
2020-12-26 15:17:20 +00:00
..
version Add examples 2020-12-26 15:17:20 +00:00
main.go Add examples 2020-12-26 15:17:20 +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