Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(id instance.ID, logger instance.LoggerFunc, error instance.ErrorFunc, selfkill instance.SelfKillFunc, _ manifest.Configurator) instance.Instance
Types ¶
type FileSystem ¶
func (*FileSystem) GetDependentInstance ¶
func (f *FileSystem) GetDependentInstance(_ instance.ID) instance.DependencyInstance
In theory an instance could call this method with an suspicious argument. Currently this is not dangerous because all instances that have access to an filesystem instance have the same rights
func (*FileSystem) ID ¶
func (f *FileSystem) ID() instance.ID
func (*FileSystem) Start ¶
func (f *FileSystem) Start()
func (*FileSystem) Stop ¶
func (f *FileSystem) Stop()
Click to show internal directories.
Click to hide internal directories.