()
| 56 | } |
| 57 | |
| 58 | func (p *StreamableHTTPServerProxy) Name() string { |
| 59 | return p.serverName |
| 60 | } |
| 61 | |
| 62 | func (p *StreamableHTTPServerProxy) Init(ctx context.Context) (outErr error) { |
| 63 | ctx, span := p.tracer.Start(ctx, "StreamableHTTPServerProxy.Init", trace.WithAttributes(p.traceAttributes()...)) |
no outgoing calls
no test coverage detected