epubtil

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConvertEpub

func ConvertEpub(src ConEpub, outPath string) error

Types

type Chapter

type Chapter struct {
	Name string
	Text []string
}

Chapter 章节

type ConEpub

type ConEpub struct {
	BookName      string   // 书名
	Author        string   // 作者
	Description   string   // 简介
	BookImagePath string   // 图片路径
	BookImageName string   // 图片名称
	Volume        []Volume // 卷
}

type Volume

type Volume struct {
	Name     string
	Chapters []Chapter
}

Volume 卷

Jump to

Keyboard shortcuts

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