mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +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"`
|
||
|
|
}
|