series

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 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 Meta

type Meta struct {
	SeriesID    int         `db:"series_id" json:"id"`
	URL         string      `db:"url" json:"url"`
	SeriesName  null.String `db:"name" json:"name"`
	Description null.String `db:"description" json:"description"`
	Thumbnail   null.String `db:"thumbnail" json:"thumbnail"`
	Depth       int         `db:"depth" json:"depth"`
}

Meta is used as a children object for a series

type Series

type Series struct {
	*Meta
	ImmediateChildSeries *[]Meta       `json:"childSeries"`
	ChildVideos          *[]video.Meta `json:"videos"`
}

Series provides basic information about a series this is useful when you want to know the current series and see it's immediate children.

Jump to

Keyboard shortcuts

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