1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-29 21:47:44 +02:00
Files
go-micro/examples/wrapper
Asim Aslam d94936f6c9 v3 (#2104)
* v3

* revert plugins

* fixup some issues
2021-01-20 13:54:31 +00:00
..
2021-01-20 13:54:31 +00:00
2021-01-20 13:54:31 +00:00
2020-12-26 15:17:20 +00:00

Wrapper

This is an example of how to use wrappers, a form of middleware

  • main.go - the service with a log handler wrapper
  • cli/main.go - the client with a log client wrapper