types

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Channel

type Channel struct {
	Name           string
	Title          string
	Id             string
	Followers      int64
	Url            string
	RelUrl         string
	OdyseeUrl      string
	CoverImg       string
	Description    template.HTML
	DescriptionTxt string
	Thumbnail      string
	UploadCount    int64
}

type Comment

type Comment struct {
	Channel   Channel
	Comment   template.HTML
	CommentId string
	ParentId  string
	Time      string
	RelTime   string
	Likes     int64
	Dislikes  int64
}

type Video

type Video struct {
	Url            string
	RelUrl         string
	LbryUrl        string
	OdyseeUrl      string
	ClaimId        string
	Channel        Channel
	Title          string
	ThumbnailUrl   string
	Description    template.HTML
	DescriptionTxt string
	License        string
	Views          int64
	Likes          int64
	Dislikes       int64
	Tags           []string
	Timestamp      int64
	RelTime        string
	Date           string
	Duration       string
	MediaType      string
	SrcSize        string
}

Jump to

Keyboard shortcuts

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