config

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package setting stores all server application settings

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data struct {
	config.GlobalConfig `json:",inline" yaml:",inline"`

	// Server represent all server configurations
	Server *config.Servers `json:"server_config" yaml:"server_config"`

	// Observability represent observability configurations
	Observability *config.Observability `json:"observability" yaml:"observability"`

	// Client represent gateway client configuration
	Client *config.GRPCClient `json:"client" yaml:"client"`

	// IngressFilters represent filter configuration for ingress payload
	IngressFilters *config.IngressFilter `json:"ingress_filter" yaml:"ingress_filter"`

	// EgressFilters represent filter configuration for egress payload
	EgressFilters *config.EgressFilter `json:"egress_filter" yaml:"egress_filter"`
}

Config represent a application setting data content (config.yaml). In K8s environment, this configuration is stored in K8s ConfigMap.

func NewConfig

func NewConfig(path string) (cfg *Data, err error)

type GlobalConfig

type GlobalConfig = config.GlobalConfig

type Server

type Server = config.Server

Jump to

Keyboard shortcuts

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