twist

package
v0.0.0-...-d616842 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2019 License: GPL-3.0 Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnimesFeed

type AnimesFeed struct {
	Type        string `json:"-"`
	Title       string `json:"-"`
	Description string `json:"-"`
	Link        string `json:"-"`
	Image       struct {
		Url   string `json:"url"`
		Title string `json:"title"`
		Link  string `json:"link"`
	} `json:"-"`
	Generator      string           `json:"-"`
	Lastbuilddate  string           `json:"-"`
	AtomLink       struct{}         `json:"-"`
	Language       string           `json:"-"`
	Managingeditor string           `json:"-"`
	Webmaster      string           `json:"-"`
	Docs           string           `json:"-"`
	Ttl            int              `json:"-"`
	Items          []AnimesFeedItem `json:"items"`
}

type AnimesFeedItem

type AnimesFeedItem struct {
	Title          string   `json:"title"`
	Description    string   `json:"description"`
	Guid           struct{} `json:"-"`
	Pubdate        string   `json:"pubdate"`
	AnimeTitle     string   `json:"anime:title"`
	AnimeOngoing   int      `json:"anime:ongoing"`
	AnimetwistSlug string   `json:"animetwist:slug"`
	AnimetwistID   int      `json:"animetwist:id"`
	KitsuID        int      `json:"kitsu:id"`
	MalID          int      `json:"mal:id"`
}

type EpisodesFeed

type EpisodesFeed struct {
	Type        string `json:"-"`
	Title       string `json:"-"`
	Description string `json:"-"`
	Link        string `json:"-"`
	Image       struct {
		Url   string `json:"url"`
		Title string `json:"title"`
		Link  string `json:"link"`
	} `json:"-"`
	Generator      string             `json:"-"`
	Lastbuilddate  string             `json:"lastbuilddate"`
	AtomLink       struct{}           `json:"-"`
	Language       string             `json:"-"`
	Managingeditor string             `json:"-"`
	Webmaster      string             `json:"-"`
	Docs           string             `json:"-"`
	Ttl            int                `json:"-"`
	Items          []EpisodesFeedItem `json:"items"`
}

type EpisodesFeedItem

type EpisodesFeedItem struct {
	Title         string   `json:"title"`
	Description   string   `json:"description"`
	Guid          struct{} `json:"-"`
	Pubdate       string   `json:"pubdate"`
	AnimeTitle    string   `json:"anime:title"`
	EpisodeNumber int      `json:"episode:number"`
	AnimetwistID  int      `json:"animetwist:id"`
	KitsuID       int      `json:"kitsu:id"`
	MalID         int      `json:"mal:id"`
}

Jump to

Keyboard shortcuts

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