config

package
v0.24.2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: Apache-2.0, BSD-3-Clause, MIT Imports: 14 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPFlags

func AddPFlags(set *pflag.FlagSet)

AddPFlags adds the SM config flags to the provided flag set

Types

type Settings

type Settings struct {
	Server       *server.Settings
	Cache        *cache.Settings
	Storage      *storage.Settings
	Log          *log.Settings
	API          *api.Settings
	Operations   *operations.Settings
	WebSocket    *ws.Settings
	HTTPClient   *httpclient.Settings
	Health       *health.Settings
	Multitenancy *multitenancy.Settings
	Agents       *agents.Settings
}

Settings is used to setup the Service Manager

func DefaultSettings

func DefaultSettings() *Settings

DefaultSettings returns the default values for configuring the Service Manager

func New

func New(env env.Environment) (*Settings, error)

New creates a configuration from the provided env

func (*Settings) Validate

func (c *Settings) Validate() error

Validate validates that the configuration contains all mandatory properties

Jump to

Keyboard shortcuts

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