cleanup code
This commit is contained in:
parent
26452d0f53
commit
c06c7958e2
10 changed files with 64 additions and 14 deletions
|
@ -1,6 +1,9 @@
|
|||
package models
|
||||
|
||||
import "context"
|
||||
|
||||
type DownloadContext struct {
|
||||
Context context.Context
|
||||
MatchedContentID string
|
||||
MatchedContentURL string
|
||||
MatchedGroups map[string]string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue