config

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 6 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   events.Config
	Server   echox.Config
	Tracing  otelx.Config
	OIDC     OIDCClientConfig
	Metadata MetadataConfig
}

AppConfig contains the application configuration structure.

Functions

This section is empty.

Types

type MetadataConfig added in v0.1.0

type MetadataConfig struct {
	StatusNamespaceID gidx.PrefixedID `mapstructure:"status-namespace-id"`
	Endpoint          string
}

MetadataConfig stores the configuration for metadata

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