feat(premium): sync promo video catalog seed
This commit is contained in:
parent
c3c079edf3
commit
3369d0bd5c
14 changed files with 1137 additions and 10 deletions
10
internal/domain/premium.go
Normal file
10
internal/domain/premium.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package domain
|
||||
|
||||
// PremiumPromoCatalog is the immutable, domain-only media catalog returned by
|
||||
// help.getPremiumPromo. VideoSections[i] describes Videos[i]; callers must
|
||||
// preserve the one-to-one ordering because official clients use positional
|
||||
// lookup.
|
||||
type PremiumPromoCatalog struct {
|
||||
VideoSections []string
|
||||
Videos []Document
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue