Documentation ¶
Index ¶
- type BoltStore
- func (bs *BoltStore) AddUploadInfos(userID uint64, tmpPath, filePath string, info *db.FileInfo) error
- func (bs *BoltStore) DelInfos(userID uint64, itemPath string) error
- func (bs *BoltStore) DelUploadingInfos(userID uint64, uploadPath string) error
- func (bs *BoltStore) MoveInfos(userID uint64, oldPath, newPath string, isDir bool) error
- func (bs *BoltStore) MoveUploadingInfos(userID uint64, uploadPath, itemPath string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltStore ¶
type BoltStore struct {
// contains filtered or unexported fields
}
func (*BoltStore) AddUploadInfos ¶
func (*BoltStore) DelUploadingInfos ¶
Click to show internal directories.
Click to hide internal directories.