environment

package
v5.0.0-...-a740f93 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2022 License: MIT Imports: 5 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 []byte) (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(callback interface{}) error
}

type FileSystemCapabilitySet

type FileSystemCapabilitySet interface {
	filesystemcap.FileSystemCapabilitySet
}

type InstanceNetworkCapabilitySet

type InstanceNetworkCapabilitySet interface {
	OutboundDialer() tagged.DialFunc
}

type LogCapabilitySet

type LogCapabilitySet interface {
	RecordLog(msg log.Message)
}

type ProxyEnvironment

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

type ProxyEnvironmentCapabilitySet

type ProxyEnvironmentCapabilitySet interface {
	BaseEnvironmentCapabilitySet
	InstanceNetworkCapabilitySet
	TransientStorage() storage.ScopedTransientStorage
}

type SystemNetworkCapabilitySet

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

type TransportEnvironment

type TransportEnvironment interface {
	TransportEnvironmentCapacitySet
	NarrowScope(key []byte) (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