govd/models/ctx.go
stefanodvx 3faede7b1c Init
2025-04-14 13:05:43 +02:00

9 lines
201 B
Go

package models
type DownloadContext struct {
MatchedContentID string
MatchedContentURL string
MatchedGroups map[string]string
GroupSettings *GroupSettings
Extractor *Extractor
}