Init
This commit is contained in:
parent
264c97183e
commit
3faede7b1c
74 changed files with 6228 additions and 1 deletions
9
models/ctx.go
Normal file
9
models/ctx.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package models
|
||||
|
||||
type DownloadContext struct {
|
||||
MatchedContentID string
|
||||
MatchedContentURL string
|
||||
MatchedGroups map[string]string
|
||||
GroupSettings *GroupSettings
|
||||
Extractor *Extractor
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue