mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-29 16:58:10 +00:00
9 lines
111 B
Go
9 lines
111 B
Go
package data
|
|
|
|
type Subscription struct {
|
|
Id string
|
|
URL string
|
|
Params string
|
|
CronExpr string
|
|
}
|