Documentation
¶
Index ¶
- func MountFn(source string, target string, fstype string, flags uintptr, data string, ...) error
- type Environment
- type Manager
- func (m *Manager) AddObjectsToEnvironment(objects ...ObjectDescriptor)
- func (m *Manager) AssembleEnvironmentForModule(moduleName, modulePath string, targetEnvironment Environment) error
- func (m *Manager) DisassembleEnvironmentForModule(moduleName, modulePath string, targetEnvironment Environment) error
- type ObjectDescriptor
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Environment ¶
type Environment int
const ( NoEnvironment Environment = iota EnabledScriptEnvironment ShellHookEnvironment )
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) AddObjectsToEnvironment ¶
func (m *Manager) AddObjectsToEnvironment(objects ...ObjectDescriptor)
func (*Manager) AssembleEnvironmentForModule ¶
func (m *Manager) AssembleEnvironmentForModule(moduleName, modulePath string, targetEnvironment Environment) error
func (*Manager) DisassembleEnvironmentForModule ¶
func (m *Manager) DisassembleEnvironmentForModule(moduleName, modulePath string, targetEnvironment Environment) error
type ObjectDescriptor ¶
type ObjectDescriptor struct {
Source string
Target string
Flags uintptr
Type Type
TargetEnvironment Environment
}
Click to show internal directories.
Click to hide internal directories.