| 44 | } |
| 45 | |
| 46 | type HTTP struct { |
| 47 | Logger *zap.Logger |
| 48 | //opts globalOptions //other global options set by the proxy |
| 49 | } |
| 50 | |
| 51 | func New(logger *zap.Logger) integrations.Integrations { |
| 52 | return &HTTP{ |
nothing calls this directly
no outgoing calls
no test coverage detected