src-d / lookout-sdk

SDK for lookout analyzers
Apache License 2.0
4 stars 11 forks source link

[Go] Extracts gRPC interceptors from lookout #77

Closed se7entyse7en closed 5 years ago

se7entyse7en commented 5 years ago

This is part of #71. This doesn't include anything about the python part.

Extracts gRPC interceptors currently in lookout here in lookout-sdk and makes them more generic and without the go-log dependency. This also adds some utility functions to handle log fields in contexts.

se7entyse7en commented 5 years ago

ok done!