Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeAdd = "add" TypeSetDefault = "setdefault" TypeConfig = "config" TypeCancel = "cancel" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Add ¶
type Add struct {
// [TODO] maybe we should to spilit this into different types...
TaskType tasktype.TaskType
SelectedStorName string
DirID uint
SettedDir bool
// tfiles
Files []tfile.TGFileMessage
AsBatch bool
// tphpics
TphPageNode *telegraph.Page
TphPics []string
TphDirPath string // unescaped telegraph.Page.Path
// parseditem
ParsedItem *parser.Item
// directlinks
DirectLinks []string
}
type SetDefaultStorage ¶
Click to show internal directories.
Click to hide internal directories.