src

package
v0.0.0-...-6aab47c Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2025 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

func PrettyPrintJson

func PrettyPrintJson(_json interface{}) string

Types

type ChapterBatoto

type ChapterBatoto struct {
	ChapterLink  string
	ChapterTitle string
}

type MangaChapters

type MangaChapters struct {
	Result string `json:"result"`
	Data   []struct {
		ID         string `json:"id"`
		Attributes struct {
			Chapter *string `json:"chapter"`
			Title   *string `json:"title"`
		} `json:"attributes"`
	} `json:"data"`
	Total int `json:"total"`
}

type MangaCoversData

type MangaCoversData struct {
	Result string `json:"result"`
	Data   []struct {
		Attributes struct {
			Volume   string `json:"volume"`
			FileName string `json:"fileName"`
			Locale   string `json:"locale"`
		} `json:"attributes"`
	} `json:"data"`
	Total int `json:"total"`
}

type MangaData

type MangaData struct {
	Result string `json:"result"`
	Data   struct {
		ID         string `json:"id"`
		Attributes struct {
			Title struct {
				EN       string `json:"en"`
				JARomaji string `json:"ja-ro"`
				JA       string `json:"ja"`
			} `json:"title"`
			AvailableTranslatedLanguages []string `json:"availableTranslatedLanguages"`
		} `json:"attributes"`
	} `json:"data"`
}

type MangaImages

type MangaImages struct {
	Result  string `json:"result"`
	Chapter struct {
		Hash string   `json:"hash"`
		Data []string `json:"data"`
	} `json:"chapter"`
}

Jump to

Keyboard shortcuts

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