tachidesk

package
v0.0.0-...-acf6da5 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chapter

type Chapter struct {
	Index     int    `json:"index"`
	Name      string `json:"name"`
	PageCount int    `json:"pageCount"`
}

type Manga

type Manga struct {
	Id       int    `json:"id"`
	Url      string `json:"url"`
	SourceId string `json:"sourceId"`

	Author      string   `json:"author"`
	Artist      string   `json:"artist"`
	Description string   `json:"description"`
	Genre       []string `json:"genre"`
	Status      string   `json:"status"`
}

type Source

type Source struct {
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

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