config

package
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddKongProperties

func AddKongProperties(rootProps props)

func SetAgentConfig

func SetAgentConfig(cfg *AgentConfig)

Types

type AgentConfig

type AgentConfig struct {
	CentralCfg     corecfg.CentralConfig `config:"central"`
	KongGatewayCfg KongGatewayConfig     `config:"kong"`
}

AgentConfig - represents the config for agent

func GetAgentConfig

func GetAgentConfig() *AgentConfig

type KongGatewayConfig

type KongGatewayConfig struct {
	corecfg.IConfigValidator
	Logs KongLogsConfig `config:"logs"`
}

KongGatewayConfig - represents the config for gateway

func ParseProperties

func ParseProperties(rootProps props) KongGatewayConfig

func (*KongGatewayConfig) ValidateCfg added in v0.0.2

func (c *KongGatewayConfig) ValidateCfg() (err error)

ValidateCfg - Validates the gateway config

type KongLogsConfig

type KongLogsConfig struct {
	HTTP KongLogsHTTPConfig `config:"http"`
}

type KongLogsHTTPConfig

type KongLogsHTTPConfig struct {
	Path string `config:"path"`
	Port int    `config:"port"`
}

Jump to

Keyboard shortcuts

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