remove unused functions
This commit is contained in:
@@ -19,7 +19,6 @@ type BackendStorageFile interface {
|
||||
io.Closer
|
||||
GetStat() (datSize int64, modTime time.Time, err error)
|
||||
String() string
|
||||
Instantiate(src *os.File) error
|
||||
}
|
||||
|
||||
type BackendStorage interface {
|
||||
|
||||
Reference in New Issue
Block a user