environment

package
v5.16.1 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: MIT Imports: 7 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppEnvironment

type AppEnvironment interface {
	AppEnvironmentCapabilitySet
	NarrowScope(key string) (AppEnvironment, error)
	// contains filtered or unexported methods
}

type BaseEnvironment

type BaseEnvironment interface {
	BaseEnvironmentCapabilitySet
	// contains filtered or unexported methods
}

type BaseEnvironmentCapabilitySet

type BaseEnvironmentCapabilitySet interface {
	FeaturesLookupCapabilitySet
	LogCapabilitySet
}

type ConnectionCapabilitySet

type ConnectionCapabilitySet interface {
	ConnectionLogCapabilitySet
}

type ConnectionEnvironment

type ConnectionEnvironment interface {
	ConnectionCapabilitySet
	// contains filtered or unexported methods
}

type ConnectionLogCapabilitySet

type ConnectionLogCapabilitySet interface {
	RecordConnectionLog(msg log.Message)
}

type FeaturesLookupCapabilitySet

type FeaturesLookupCapabilitySet interface {
	RequireFeatures() interface{}
}

type FileSystemCapabilitySet

type FileSystemCapabilitySet interface {
	filesystemcap.FileSystemCapabilitySet
}

type InstanceNetworkCapabilitySet

type InstanceNetworkCapabilitySet interface {
	OutboundDialer() tagged.DialFunc
}

type LogCapabilitySet

type LogCapabilitySet interface {
	RecordLog() interface{}
}

type PersistentStorageCapabilitySet added in v5.0.4

type PersistentStorageCapabilitySet interface {
	PersistentStorage() storage.ScopedPersistentStorage
}

type ProxyEnvironment

type ProxyEnvironment interface {
	ProxyEnvironmentCapabilitySet
	NarrowScope(key string) (ProxyEnvironment, error)
	NarrowScopeToTransport(key string) (TransportEnvironment, error)
	// contains filtered or unexported methods
}

type RootEnvironment added in v5.0.4

type RootEnvironment interface {
	AppEnvironment(tag string) AppEnvironment
	ProxyEnvironment(tag string) ProxyEnvironment
	DropProxyEnvironment(tag string) error
	// contains filtered or unexported methods
}

func NewRootEnvImpl added in v5.0.4

func NewRootEnvImpl(ctx context.Context, transientStorage storage.ScopedTransientStorage,
	systemDialer internet.SystemDialer, systemListener internet.SystemListener,
) RootEnvironment

type SystemNetworkCapabilitySet

type SystemNetworkCapabilitySet interface {
	Dialer() internet.SystemDialer
	Listener() internet.SystemListener
}

type TransientStorageCapabilitySet added in v5.0.4

type TransientStorageCapabilitySet interface {
	TransientStorage() storage.ScopedTransientStorage
}

type TransportEnvironment

type TransportEnvironment interface {
	TransportEnvironmentCapacitySet
	NarrowScope(key string) (TransportEnvironment, error)
	// contains filtered or unexported methods
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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