scriptoption

package
v2.0.0-...-98cc131 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigType   = "transport.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"`
	Recursive                   *bool    `json:"recursive,omitempty"`
	ResourcesByValue            *bool    `json:"resourcesByValue,omitempty"`
	LocalByValue                *bool    `json:"localResourcesByValue,omitempty"`
	SourcesByValue              *bool    `json:"sourcesByValue,omitempty"`
	KeepGlobalAccess            *bool    `json:"keepGlobalAccess,omitempty"`
	StopOnExisting              *bool    `json:"stopOnExistingVersion,omitempty"`
	Overwrite                   *bool    `json:"overwrite,omitempty"`
	OmitAccessTypes             []string `json:"omitAccessTypes,omitempty"`
}

Config describes a set of transport options.

func NewConfig

func NewConfig() *Config

NewConfig creates a new memory ConfigSpec.

func (*Config) ApplyTo

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

func (*Config) GetType

func (c *Config) GetType() string

Jump to

Keyboard shortcuts

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