mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-30 21:20:04 +02:00
82fe9aa1e3
Part of #5056 It abstracts the `transform` package from `otlploghttp` and makes it a shared template. Then, it generates the abstracted `transform` package into `otlploggrpc`. For full usage of this transform package, check https://github.com/open-telemetry/opentelemetry-go/pull/5522 |
||
---|---|---|
.. | ||
internaltest | ||
matchers | ||
otlp | ||
README.md |
Shared
Code under this directory contains reusable internal code which is distributed across packages using //go:generate gotmpl
in gen.go
files.