cli

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type BookmarkedChapter

type BookmarkedChapter struct {
	SerieTitle    string `json:"serieTitle"`
	ChapterNumber int    `json:"chapterNumber"`
	Page          int    `json:"page"`
}

type MarkedChapter

type MarkedChapter struct {
	SerieTitle    string `json:"serieTitle"`
	ChapterNumber int    `json:"chapterNumber"`
}

type User

type User struct {
	Username string `json:"username"`

	MarkedChapters     []MarkedChapter     `json:"markedChapters"`
	BookmarkedChapters []BookmarkedChapter `json:"bookmarkedChapters"`
}

Jump to

Keyboard shortcuts

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