7 lines
144 B
Go
7 lines
144 B
Go
package otlpreceiver
|
|
|
|
type Protocols struct {
|
|
GRPC *GRPCServerSettings `mapstructure:"grpc"`
|
|
HTTP *HTTPServerSettings `mapstructure:"http"`
|
|
}
|