Discover Packages
github.com/wdiasjunior/papibaquigrafo
src
package
Version:
v0.0.0-...-6aab47c
Opens a new window with list of versions in this module.
Published: Feb 16, 2025
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func PrettyPrintJson(_json interface{}) string
type ChapterBatoto struct {
ChapterLink string
ChapterTitle string
}
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 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 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 struct {
Result string `json:"result"`
Chapter struct {
Hash string `json:"hash"`
Data []string `json:"data"`
} `json:"chapter"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.