cli

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type ExtraInfo

type ExtraInfo struct {
	MalId     string
	AnilistId string
}

type MangaInfo

type MangaInfo struct {
	Title    string             `json:"title"`
	Cover    string             `json:"cover"`
	Chapters []MangaInfoChapter `json:"chapters"`
}

func ReadMangaInfo

func ReadMangaInfo(p string) (MangaInfo, error)

type MangaInfoChapter

type MangaInfoChapter struct {
	Index int      `json:"index"`
	Name  string   `json:"name"`
	Pages []string `json:"pages"`
}

Jump to

Keyboard shortcuts

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