package
Version:
v2.0.5
Opens a new window with list of versions in this module.
Published: Jan 15, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Content struct {
Title string `json:"title"`
Subtitle string `json:"subtitle"`
Persons []Person `json:"persons"`
Year string `json:"year"`
Poster string `json:"poster"`
Medias map[string][]Media `json:"medias"`
}
type Person struct {
Name string `json:"name"`
Role string `json:"role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.