Documentation
¶
Index ¶
- func NormalizeEpNumber(eps []float64) (name string)
- type Anime
- func (a *Anime) AppendFile(filePath string) error
- func (a *Anime) CheckAnime() error
- func (a *Anime) GetAnimeEpisodeDb(c *firestore.Client, ctx context.Context) error
- func (a *Anime) GetAnimeFromDb(c *firestore.Client, ctx context.Context) error
- func (a *Anime) GetAnimeInfoFromDb(c *firestore.Client, ctx context.Context) error
- func (a *Anime) SendToDb(c *firestore.Client, ctx context.Context) error
- func (a *Anime) SendToKaori(kaoriUrl, token string) error
- type Chapter
- type Episode
- type InfoQuality
- type Manga
- type Page
- type StreamLink
- type Video
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeEpNumber ¶ added in v0.1.2
Types ¶
type Anime ¶
type Anime struct {
Id string `firestore:"-"`
Name string `firestore:"name"`
Episodes []*Episode `firestore:"episodes"`
}
func (*Anime) AppendFile ¶ added in v0.1.3
func (*Anime) CheckAnime ¶ added in v0.2.8
func (*Anime) GetAnimeEpisodeDb ¶ added in v0.1.8
func (*Anime) GetAnimeFromDb ¶ added in v0.1.7
func (*Anime) GetAnimeInfoFromDb ¶ added in v0.1.7
func (*Anime) SendToKaori ¶
type Episode ¶
func NewEpisode ¶
func NewEpisode() *Episode
func (*Episode) CheckEpisode ¶ added in v0.2.8
type InfoQuality ¶ added in v0.0.22
type Manga ¶ added in v0.2.6
func (*Manga) AppendFile ¶ added in v0.2.6
func (*Manga) SendToDatabase ¶ added in v0.2.7
func (*Manga) SendToKaori ¶ added in v0.2.6
type StreamLink ¶
type Video ¶ added in v0.1.0
type Video struct {
Language string
Modality string
Quality *InfoQuality
Server string
StreamLink *StreamLink
}
func (*Video) CheckVideo ¶ added in v0.2.8
func (*Video) GetQuality ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.