adjust: code structure
This commit is contained in:
8
model/videoItem.go
Normal file
8
model/videoItem.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type VideoItem struct {
|
||||
Path string `json:"path"`
|
||||
Start string `json:"start"`
|
||||
End string `json:"end"`
|
||||
ItemType string `json:"-"`
|
||||
}
|
||||
Reference in New Issue
Block a user