Documentation ¶
Index ¶
- type EfsFileInfo
- type EfsIndex
- func (i *EfsIndex) Close() error
- func (i *EfsIndex) DeleteFileInfo(path string) error
- func (i *EfsIndex) GetFileInfo(path string) (EfsFileInfo, error)
- func (i *EfsIndex) GetPage(offset, limit int) ([]EfsFileInfo, error)
- func (i *EfsIndex) Load() error
- func (i *EfsIndex) MarkDeleted(trackingValue int64) error
- func (i *EfsIndex) SetFileInfo(fi EfsFileInfo) error
- func (i *EfsIndex) UpdatePath(oldPath, newPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EfsFileInfo ¶
type EfsIndex ¶
type EfsIndex struct {
// contains filtered or unexported fields
}
func (*EfsIndex) DeleteFileInfo ¶
We don't use this...
func (*EfsIndex) GetFileInfo ¶
func (i *EfsIndex) GetFileInfo(path string) (EfsFileInfo, error)
func (*EfsIndex) MarkDeleted ¶
func (*EfsIndex) SetFileInfo ¶
func (i *EfsIndex) SetFileInfo(fi EfsFileInfo) error
func (*EfsIndex) UpdatePath ¶
todo add a updatePath statement
Click to show internal directories.
Click to hide internal directories.