Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConnection ¶
func NewConnectionElastic ¶
func NewConnectionElastic() (*elasticsearch.Client, error)
func NewMeterOtel ¶
func NewMeterOtel() *metric.MeterProvider
func NewTracerOtel ¶
func NewTracerOtel() *trace.TracerProvider
Types ¶
type App ¶
type App struct { Server struct { Host string Port string Origin string Secret string URL string } Database struct { Name string Port string Host string User string Pass string } Elasticsearch struct { URL string Username string Password string } ElasticAPM struct { Name string APIKey string Version string Env string } }
Click to show internal directories.
Click to hide internal directories.