entry

package
v0.0.0-...-f0b9b21 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	ReleaseGroup    string          `json:"group"`
	Title           string          `json:"title"`
	SeasonNumber    string          `json:"seasonNumber"`
	Episode         string          `json:"episode"`
	Version         string          `json:"version,omitempty"`
	CRC32           string          `json:"crc32"`
	VideoResolution VideoResolution `json:"videoResolution"`
}

type VideoResolution

type VideoResolution struct {
	Height int `json:"height"`
	Width  int `json:"width"`
}

func (VideoResolution) IsZero

func (r VideoResolution) IsZero() bool

func (VideoResolution) String

func (r VideoResolution) String() string

Jump to

Keyboard shortcuts

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