parsers

package
v0.0.0-...-df161fc Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseAnimeXml

func ParseAnimeXml(xml string) *[]AnimeXml

Types

type AnimeXml

type AnimeXml struct {
	SeriesAnimedbId int
	SeriesTitle     string
	SeriesType      string
	SeriesEpisodes  int
	// <my_id> ignored
	MyId              int
	MyWatchedEpisodes int
	MyStartDate       string
	MyFinishDate      string
	MyRated           int
	MyScore           int
	MyDvd             int
	MyStorage         string
	MyStatus          string
	MyComments        string
	MyTimesWatched    int
	MyRewatchValue    string
	MyTags            string
	MyRewatching      int
	MyRewatchingEp    int
}

type MalXml

type MalXml struct {
	UserXml  *UserXml
	AnimeXml *[]AnimeXml
}

func ParseMalXml

func ParseMalXml(xml string) *MalXml

type UserXml

type UserXml struct {
	UserId   int
	UserName string
}

func ParseUserXml

func ParseUserXml(xml string) *UserXml

Jump to

Keyboard shortcuts

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