2018-01-25 19:18:59 +08:00
|
|
|
package models
|
|
|
|
|
|
|
|
// 转换结果
|
|
|
|
type ConvertBookResult struct {
|
2018-01-26 17:17:38 +08:00
|
|
|
PDFPath string
|
2018-01-25 19:18:59 +08:00
|
|
|
EpubPath string
|
|
|
|
MobiPath string
|
2018-01-26 17:17:38 +08:00
|
|
|
WordPath string
|
2018-01-25 19:18:59 +08:00
|
|
|
}
|