()
| 23 | ) |
| 24 | |
| 25 | func init() { |
| 26 | // Required because the trace_id field in GetTraceRequest of storage.pb.go uses customtype, which doesn't work with grpc 1.38.0+. |
| 27 | // gogocodec provides a workaround, see pkg/gogocodec/gogocodec.go for more information. |
| 28 | encoding.RegisterCodec(gogocodec.NewCodec()) |
| 29 | } |
| 30 | |
| 31 | func main() { |
| 32 | config := zap.NewProductionEncoderConfig() |
nothing calls this directly
no test coverage detected