mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 13:37:57 +08:00
refactoring
This commit is contained in:
@@ -18,7 +18,7 @@ type BackendStorageFile interface {
|
||||
Truncate(off int64) error
|
||||
io.Closer
|
||||
GetStat() (datSize int64, modTime time.Time, err error)
|
||||
String() string
|
||||
Name() string
|
||||
}
|
||||
|
||||
type BackendStorage interface {
|
||||
|
Reference in New Issue
Block a user