1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-06 08:16:03 +02:00
go-micro/examples/wrapper
Asim Aslam 62801c3d68 update
2021-10-13 13:31:23 +01:00
..
cli update 2021-10-13 13:31:23 +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

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