config

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigType   = "downloader.ocm" + 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"`
	Registrations               []Registration `json:"registrations,omitempty"`
}

Config describes a memory based config interface.

func New

func New() *Config

New creates a new memory ConfigSpec.

func (*Config) AddRegistration

func (a *Config) AddRegistration(hdlrs ...Registration) error

func (*Config) ApplyTo

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

func (*Config) GetType

func (a *Config) GetType() string

type Registration

type Registration struct {
	Name                    string `json:"name"`
	Description             string `json:"description,omitempty"`
	download.HandlerOptions `json:",inline"`
	Config                  download.HandlerConfig `json:"config,omitempty"`
}

Jump to

Keyboard shortcuts

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