pipe

package
v0.0.0-...-f02f0c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BoxOfficeItem

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

type BoxOfficeItemTitle struct {
	Text string `json:"text"`
	Slug string `json:"slug"`
}

type BoxOfficeTransform

type BoxOfficeTransform struct {
	Titles []*BoxOfficeItem `json:"titles"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL