mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 15:34:02 +08:00
10 lines
134 B
Go
10 lines
134 B
Go
package models
|
|
|
|
// 转换结果
|
|
type ConvertBookResult struct {
|
|
PDFPath string
|
|
EpubPath string
|
|
MobiPath string
|
|
WordPath string
|
|
}
|