Versions in this module Expand all Collapse all v0 v0.2.1 Sep 5, 2016 Changes in this version type FilesystemInspector + func (this *FilesystemInspector) PostFsync(realRetCode int32, ctx hookfs.HookContext) (error, bool) + func (this *FilesystemInspector) PreFsync(path string, flags uint32) (error, bool, hookfs.HookContext) v0.2.0 May 20, 2016 Changes in this version + type EQFSHookContext struct + Path string + type FilesystemInspector struct + EntityID string + OrchestratorURL string + 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