go-kit-middlewarer
go-kit-middlewarer copied to clipboard
A utility for generating layers for the go-kit framework
you mention in the readme that todo is instrumenting etc. why no just use GRPC middleware ? there are great wrapper here: https://github.com/mwitkow have a look . I think it...
# the parameter "context.Context" isn't the first parameter of NewServer(), please check it. # the following is the compile error: github.com/ayiga/go-kit-middlewarer/examples/stringsvc/transport/http ..\..\transport\http\http-server_gen.go:53: too many arguments in call to "github.com/go-kit/kit/transport/http".NewServer have...
I am manually cleaning up the generated code for multiple interfaces.
Can you provide an example for logging implementation? Also update examples folder.