mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
7 lines
144 B
Go
7 lines
144 B
Go
|
|
package otlpreceiver
|
||
|
|
|
||
|
|
type Protocols struct {
|
||
|
|
GRPC *GRPCServerSettings `mapstructure:"grpc"`
|
||
|
|
HTTP *HTTPServerSettings `mapstructure:"http"`
|
||
|
|
}
|