mindoc/models/convert_book_result.go
Minho e1ec6bb788 1、实现富文本编辑器
2、实现文档转换为PDF、MOBI、EPUB格式
2018-01-25 19:18:59 +08:00

9 lines
116 B
Go

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