mindoc/models/convert_book_result.go

9 lines
116 B
Go
Raw Normal View History

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