refactor: Remove reader and seeker capabilities from Drive interface to prevent incorrect usage as reader

This commit is contained in:
Felix Pojtinger
2022-01-16 22:09:44 +01:00
parent 186d9351f6
commit 932a58d9d0
6 changed files with 35 additions and 26 deletions
-1
View File
@@ -18,7 +18,6 @@ type DriveWriterConfig struct {
}
type Drive interface {
io.ReadSeeker
Fd() uintptr
}