Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalOption ¶
type LocalOption struct {
// 书库路径
Path string
}
type Store ¶
type Store struct {
// 书库的类型,计划支持local,smb(2或3)ftp、sftp、webdav
Type StoreType
// 本地书库配置
Local LocalOption
// smb书库配置
Smb SMBOption
}
Store 书库设置
Click to show internal directories.
Click to hide internal directories.