mindoc/models/convert_book_result.go
Minho 882d93e7b0 1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB、Word格式
3、实现登录后跳转到来源地址
2018-01-26 17:17:38 +08:00

10 lines
134 B
Go

package models
// 转换结果
type ConvertBookResult struct {
PDFPath string
EpubPath string
MobiPath string
WordPath string
}