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 ChartCommonTransform

type ChartCommonTransform struct {
	Type   string       `json:"type" extensions:"x-order=001"`
	Titles []*ChartItem `json:"titles" extensions:"x-order=002"`
}

type ChartItem

type ChartItem struct {
	ID          string          `json:"id" extensions:"x-order=001"`
	Title       *ChartItemTitle `json:"title" extensions:"x-order=002"`
	Thumbnail   string          `json:"thumbnail" extensions:"x-order=003"`
	Rating      float64         `json:"rating" extensions:"x-order=004"`
	ReleaseYear float64         `json:"releaseYear" extensions:"x-order=005"`
}

type ChartItemTitle

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

Jump to

Keyboard shortcuts

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