mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
9 lines
116 B
Go
9 lines
116 B
Go
package models
|
|
|
|
// 转换结果
|
|
type ConvertBookResult struct {
|
|
PDFPath string
|
|
EpubPath string
|
|
MobiPath string
|
|
}
|