environment

package
v0.0.0-...-07af6e5 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MIT Imports: 7 Imported by: 0

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

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

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

func NewRootEnvImpl

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

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