content

package
v2.0.5 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

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 Media

type Media struct {
	Type      string
	Thumbnail string
	Media     string
}

type Person

type Person struct {
	Name string `json:"name"`
	Role string `json:"role"`
}

Jump to

Keyboard shortcuts

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