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