github.com/micro/go-micro/examples@v0.0.0-20210105173217-bf4ab679e18b/client/README.md (about) 1 # Client 2 3 ## Contents 4 5 - main.go - calls each of the go.micro.srv.example handlers and includes the use of the streaming handler 6 - codegen - demonstrates how to use code generation to remove boilerplate code 7 - dc_filter - shows how to use Select filters inside a call wrapper for filtering to the local DC 8 - dc_selector - is the same as dc_filter but as a Selector implementation itself 9 - pub - publishes messages using the Publish method. By default encoding in protobuf 10 - selector - shows how to write and load your own Selector 11 - wrapper - provides examples for how to use client Wrappers (middleware) 12