Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anime ¶
type Anime struct {
Id string `firestore:"-"`
Name string `firestore:"name"`
Episodes []*Episode `firestore:"episodes"`
}
func (*Anime) SendToKaori ¶
type Episode ¶
func NewEpisode ¶
func NewEpisode() *Episode
type InfoQuality ¶ added in v0.0.22
type StreamLink ¶
type Video ¶ added in v0.1.0
type Video struct {
Language string
Modality string
Quality *InfoQuality
Server string
StreamLink *StreamLink
}
func (*Video) GetQuality ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.