add new model
This commit is contained in:
9
models/file.go
Normal file
9
models/file.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package models
|
||||||
|
|
||||||
|
type Files []File
|
||||||
|
|
||||||
|
// input model for converter
|
||||||
|
type File struct {
|
||||||
|
Input string
|
||||||
|
Output string
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user