Documentation ¶
Index ¶
- type EQFSHookContext
- type FilesystemInspector
- func (this *FilesystemInspector) Init() error
- func (this *FilesystemInspector) PostMkdir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
- func (this *FilesystemInspector) PostOpenDir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
- func (this *FilesystemInspector) PostRead(realRetCode int32, realBuf []byte, ctx hookfs.HookContext) ([]byte, error, bool)
- func (this *FilesystemInspector) PostRmdir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
- func (this *FilesystemInspector) PreMkdir(path string, mode uint32) (error, bool, hookfs.HookContext)
- func (this *FilesystemInspector) PreOpenDir(path string) (error, bool, hookfs.HookContext)
- func (this *FilesystemInspector) PreRead(path string, length int64, offset int64) ([]byte, error, bool, hookfs.HookContext)
- func (this *FilesystemInspector) PreRmdir(path string) (error, bool, hookfs.HookContext)
- func (this *FilesystemInspector) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesystemInspector ¶
type FilesystemInspector struct { OrchestratorURL string EntityID string // contains filtered or unexported fields }
implements hookfs.Hook
func (*FilesystemInspector) Init ¶
func (this *FilesystemInspector) Init() error
implements hookfs.HookWithInit
func (*FilesystemInspector) PostMkdir ¶
func (this *FilesystemInspector) PostMkdir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
implements hookfs.HookOnMkdir
func (*FilesystemInspector) PostOpenDir ¶
func (this *FilesystemInspector) PostOpenDir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
implements hookfs.HookOnOpenDir
func (*FilesystemInspector) PostRead ¶
func (this *FilesystemInspector) PostRead(realRetCode int32, realBuf []byte, ctx hookfs.HookContext) ([]byte, error, bool)
implements hookfs.HookOnRead
func (*FilesystemInspector) PostRmdir ¶
func (this *FilesystemInspector) PostRmdir(realRetCode int32, ctx hookfs.HookContext) (error, bool)
implements hookfs.HookOnRmdir
func (*FilesystemInspector) PreMkdir ¶
func (this *FilesystemInspector) PreMkdir(path string, mode uint32) (error, bool, hookfs.HookContext)
implements hookfs.HookOnMkdir
func (*FilesystemInspector) PreOpenDir ¶
func (this *FilesystemInspector) PreOpenDir(path string) (error, bool, hookfs.HookContext)
implements hookfs.HookOnOpenDir
func (*FilesystemInspector) PreRead ¶
func (this *FilesystemInspector) PreRead(path string, length int64, offset int64) ([]byte, error, bool, hookfs.HookContext)
implements hookfs.HookOnRead
func (*FilesystemInspector) PreRmdir ¶
func (this *FilesystemInspector) PreRmdir(path string) (error, bool, hookfs.HookContext)
implements hookfs.HookOnRmdir
func (*FilesystemInspector) String ¶
func (this *FilesystemInspector) String() string
Click to show internal directories.
Click to hide internal directories.