Documentation ¶
Overview ¶
pa
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSchema ¶
type AppSchema struct { HTTPInbound HTTPInboundConfig `mapstructure:",squash"` HTTPOutbound HTTPOutboundConfig `mapstructure:",squash"` MongoDB MongoDBConfig `mapstructure:",squash"` Language LanguageConfig `mapstructure:",squash"` OpenTelemetry OpenTelemetryConfig `mapstructure:",squash"` }
var App *AppSchema
type HTTPInboundConfig ¶
type HTTPInboundConfig struct {
Port string `mapstructure:"HTTP_PORT"`
}
type HTTPOutboundConfig ¶
type HTTPOutboundConfig struct { }
type LanguageConfig ¶
type MongoDBConfig ¶
type OpenTelemetryConfig ¶
type OpenTelemetryConfig struct {
TracerName string `mapstructure:"OTEL_TRACER_NAME"`
}
Click to show internal directories.
Click to hide internal directories.