refactor: Remove reader and seeker capabilities from Drive interface to prevent incorrect usage as reader
This commit is contained in:
@@ -18,7 +18,6 @@ type DriveWriterConfig struct {
|
||||
}
|
||||
|
||||
type Drive interface {
|
||||
io.ReadSeeker
|
||||
Fd() uintptr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user