alpha
This commit is contained in:
2
ifs.go
2
ifs.go
@@ -13,4 +13,6 @@ type IFS interface {
|
||||
FileCreate(file *models.File) error
|
||||
FileRemove(fileID uuid.UUID, userID uuid.UUID) error
|
||||
FileRead(fileID uuid.UUID, userID uuid.UUID) (*models.File, error)
|
||||
ResolveDirByPath(path string, userID uuid.UUID) (uuid.UUID, error)
|
||||
ResolveFileByPath(path string, userID uuid.UUID) (uuid.UUID, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user