Refactoring.
type File struct and type ConvertSetting struct moved to convertor.go.
This commit is contained in:
@@ -10,18 +10,6 @@ type Queue struct {
|
||||
Error error
|
||||
}
|
||||
|
||||
type File struct {
|
||||
Path string
|
||||
Name string
|
||||
Ext string
|
||||
}
|
||||
|
||||
type ConvertSetting struct {
|
||||
VideoFileInput File
|
||||
VideoFileOut File
|
||||
OverwriteOutputFiles bool
|
||||
}
|
||||
|
||||
type StatusContract interface {
|
||||
name() string
|
||||
ordinal() int
|
||||
|
||||
Reference in New Issue
Block a user