| 1222 | } |
| 1223 | |
| 1224 | type spanWriterPluginClient struct { |
| 1225 | cc *grpc.ClientConn |
| 1226 | } |
| 1227 | |
| 1228 | func NewSpanWriterPluginClient(cc *grpc.ClientConn) SpanWriterPluginClient { |
| 1229 | return &spanWriterPluginClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected