config

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package config provides a struct to store the applications config

Index

Constants

This section is empty.

Variables

View Source
var AppConfig struct {
	Logging loggingx.Config
	Events  EventsConfig
	Server  echox.Config
	Tracing otelx.Config
	OIDC    OIDCClientConfig
}

AppConfig contains the application configuration structure.

Functions

This section is empty.

Types

type EventsConfig

type EventsConfig struct {
	Subscriber events.SubscriberConfig
	Publisher  events.PublisherConfig
}

EventsConfig stores the configuration for a load-balancer-api events config

type OIDCClientConfig added in v0.0.6

type OIDCClientConfig struct {
	Client oauth2x.Config
}

OIDCClientConfig stores the configuration for an OIDC client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL