model

package
v0.0.0-...-27dceb2 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Episode

type Episode struct {
	ID     string  `json:"id"`
	Index  bool    `json:"index"`
	Title  string  `json:"title"`
	Image  *string `json:"image,omitempty"`
	Number *int    `json:"number,omitempty"`
	Season *Season `json:"season,omitempty"`
}

type QueryRoot

type QueryRoot struct {
}

type Season

type Season struct {
	ID     string  `json:"id"`
	Title  string  `json:"title"`
	Image  *string `json:"image,omitempty"`
	Number int     `json:"number"`
	Show   *Show   `json:"show,omitempty"`
}

type Show

type Show struct {
	ID    string  `json:"id"`
	Title string  `json:"title"`
	Image *string `json:"image,omitempty"`
}

type Version

type Version struct {
	BuildSha string `json:"build_sha"`
}

Jump to

Keyboard shortcuts

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