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
Asim Aslam 62801c3d68 update
2021-10-13 13:31:23 +01:00
..
version go-micro.dev/v4 (#2305) 2021-10-12 12:55:53 +01:00
main.go update 2021-10-13 13:31:23 +01: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