config

package
v0.3.0-rc.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigType   = "plugin" + cfgcpi.OCM_CONFIG_TYPE_SUFFIX
	ConfigTypeV1 = ConfigType + runtime.VersionSeparator + "v1"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	runtime.ObjectVersionedType `json:",inline"`
	Plugin                      string          `json:"plugin"`
	Config                      json.RawMessage `json:"config"`
}

Config describes a memory based config interface.

func New

func New(name string, data []byte) *Config

New creates a new memory ConfigSpec.

func (*Config) ApplyTo

func (a *Config) ApplyTo(ctx config.Context, target interface{}) error

func (*Config) GetType

func (a *Config) GetType() string

type Target

type Target interface {
	ConfigurePlugin(name string, config json.RawMessage)
}

Jump to

Keyboard shortcuts

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