config

package
v0.27.1 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: Apache-2.0 Imports: 4 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Tracing *tracingconfig.Config
}

Config is the configuration for the activator.

func FromContext

func FromContext(ctx context.Context) *Config

FromContext obtains a Config injected into the passed context.

type Store

type Store struct {
	*configmap.UntypedStore
	// contains filtered or unexported fields
}

Store loads/unloads our untyped configuration.

func NewStore

func NewStore(logger configmap.Logger, onAfterStore ...func(name string, value interface{})) *Store

NewStore creates a new configuration Store.

func (*Store) ToContext

func (s *Store) ToContext(ctx context.Context) context.Context

ToContext stores the configuration Store in the passed context.

Jump to

Keyboard shortcuts

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