коммит произвёл
GitHub
родитель
053dcf62b6
Коммит
eb8c99fe9c
@@ -10,6 +10,6 @@ import (
|
||||
// Extractors define the interface needed to extract file content
|
||||
type Extractor interface {
|
||||
Match(filename string) bool
|
||||
Extract(filename string, file io.ReadSeeker) (string, error)
|
||||
Extract(filename string, file io.ReadSeeker, maxFileSize int64) (string, error)
|
||||
Name() string
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user