mirror of https://github.com/linkerd/linkerd2.git
The tap server accesses protobuf fields directly instead of using the `Get*()` accessors. The accessors are necessary to prevent dereferencing a nil pointer and crashing the tap service. Furthermore, these maps are explicitly initialized when `nil` to support label hydration. |
||
---|---|---|
.. | ||
client.go | ||
server.go | ||
server_test.go |