package
Version:
v0.0.0-...-f02f0c9
Opens a new window with list of versions in this module.
Published: Feb 21, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BoxOfficeItem struct {
ID string `json:"id"`
Title *BoxOfficeItemTitle `json:"title"`
Thumbnail string `json:"thumbnail"`
WeekendGross string `json:"weekendGross"`
TotalGross string `json:"totalGross"`
WeeksSinceRelease string `json:"weeksSinceRelease"`
}
type BoxOfficeItemTitle struct {
Text string `json:"text"`
Slug string `json:"slug"`
}
type BoxOfficeTransform struct {
Titles []*BoxOfficeItem `json:"titles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.