9 lines
201 B
Go
9 lines
201 B
Go
package models
|
|
|
|
type DownloadContext struct {
|
|
MatchedContentID string
|
|
MatchedContentURL string
|
|
MatchedGroups map[string]string
|
|
GroupSettings *GroupSettings
|
|
Extractor *Extractor
|
|
}
|