Documentation
¶
Index ¶
- Constants
- func ConfirmDeleteModal(s *Search, json interface{}, deleteFunc func(doc MiniDoc) error)
- func ConfirmationModal(app *SimpleApp, message string, action func())
- func CreateGeneratedDirIfNotFound() string
- func CreateMinidocHomeIfNotFound() string
- func DeleteFile(filepath string) (success bool)
- func DocumentMapping(indexedFields []string, excludedFields []string) *mapping.DocumentMapping
- func DoesBinaryExists(binary string) bool
- func Exec(args []string) error
- func Execute(args []string) (string, error)
- func ExtractFieldValues(jh *JsonMapWrapper, f *tview.Form)
- func GetCheckBoxChecked(form *tview.Form, label string) bool
- func GetInputValue(form *tview.Form, label string) *string
- func GetMiniDocGenDir() string
- func GetParentPath(childPath string) string
- func HTTPGet(url string) ([]byte, error)
- func ImportFile(str string, s *Search) bool
- func ImportFromWeb(str string, s *Search) bool
- func ImportLineByLine(line string, s *Search) bool
- func IndexMapping() (*mapping.IndexMappingImpl, error)
- func JsonMapFrom(minidoc MiniDoc) interface{}
- func NewCell(reference interface{}, text string, color tcell.Color) *tview.TableCell
- func NewCellWithBG(reference interface{}, text string, color, bg tcell.Color) *tview.TableCell
- func NewDocFlow(doctype string, app *SimpleApp) error
- func NewEditForm(s *Search, doc MiniDoc) *tview.Form
- func NewFormWithFields(doc MiniDoc) *tview.Form
- func NewLoggingRows() *tview.Table
- func NextSequence(bx *buckets.DB, sequenceName string) ([]byte, error)
- func OpenFileIfNoneExist(filepath, content string) error
- func OpenVim(app *SimpleApp, filepath string)
- func ReadFromFile(filepath string) (string, error)
- func Reindex(ih *IndexHandler, db *BucketHandler)
- func ScreenScrape(url string) (*xmlpath.Node, error)
- func SearchByXPath(context *xmlpath.Node, xpath string) []*xmlpath.Node
- func SingleEntryModalForm(title, label, value string, width, height int) (*tview.Form, *tview.InputField, *tview.Pages)
- func Transpose(line string, s *Search) string
- func WriteToFile(filepath, content string) (done bool)
- func XPathGet(context *xmlpath.Node, xpath string, index int) string
- type BaseDoc
- func (M *BaseDoc) GetAvailableActions() string
- func (m *BaseDoc) GetDescription() string
- func (m *BaseDoc) GetDisplayFields() []string
- func (m *BaseDoc) GetEditFields() []string
- func (m *BaseDoc) GetID() uint32
- func (m *BaseDoc) GetIDString() string
- func (m *BaseDoc) GetJSON() interface{}
- func (m *BaseDoc) GetMarkdown() string
- func (m *BaseDoc) GetSearchFragments() string
- func (m *BaseDoc) GetTags() string
- func (m *BaseDoc) GetTitle() string
- func (m *BaseDoc) GetToggle() bool
- func (m *BaseDoc) GetToggleValueAsString() string
- func (m *BaseDoc) GetType() string
- func (m *BaseDoc) GetViEditFields() []string
- func (m *BaseDoc) HandleEvent(event *tcell.EventKey)
- func (m *BaseDoc) IsSelected() bool
- func (m *BaseDoc) IsSelectedString() string
- func (m *BaseDoc) IsTogglable() bool
- func (m *BaseDoc) SetCreatedDate(createdDate string)
- func (m *BaseDoc) SetID(ID uint32)
- func (m *BaseDoc) SetIsSelected(selected bool)
- func (m *BaseDoc) SetSearchFragments(fragments string)
- func (m *BaseDoc) SetTags(tags string)
- func (m *BaseDoc) SetToggle(toggle bool)
- func (m *BaseDoc) SetType(doctype string)
- type BucketHandler
- type BucketHandlerOption
- type CellData
- type DataHandler
- type DebugView
- type Edit
- type Error
- type Help
- type IndexHandler
- type IndexHandlerOption
- type JsonMapWrapper
- type MiniDoc
- type New
- type Node
- type NoteDoc
- type PageFunc
- type PageItem
- type PagesHandler
- func (p *PagesHandler) AddPage(s *SimpleApp, pi PageItem)
- func (p *PagesHandler) GetPageItem(title string) PageItem
- func (p *PagesHandler) GoToNextPage()
- func (p *PagesHandler) GoToPrevPage()
- func (p *PagesHandler) GotoPageByTitle(title string)
- func (p *PagesHandler) HasPage(title string) bool
- func (p *PagesHandler) LoadPages(s *SimpleApp)
- func (p *PagesHandler) RemoveLastPage(s *SimpleApp)
- func (p *PagesHandler) UnloadPages()
- type ResultList
- func (rl *ResultList) GetCellRefBool(rowIndex, colIndex int) (bool, error)
- func (rl *ResultList) GetCellRefString(rowIndex, colIndex int) (string, error)
- func (rl *ResultList) GetCellRefUint32(rowIndex, colIndex int) (uint32, error)
- func (rl *ResultList) InputCapture() func(event *tcell.EventKey) *tcell.EventKey
- func (rl *ResultList) InsertColumns(size int)
- func (rl *ResultList) LoadMiniDocFromDB(rowIndex int) (MiniDoc, error)
- func (rl *ResultList) MoveRow(direction int)
- func (rl *ResultList) SetColumnCells(rowIndex int, cd []CellData)
- func (rl *ResultList) UpdateRow(row int, doc MiniDoc)
- type Search
- func (s *Search) BatchDeleteActionFunc()
- func (s *Search) BatchDeleteConfirmation()
- func (s *Search) ClipboardCopy()
- func (s *Search) DelegateEventHandlingMiniDoc(event *tcell.EventKey) *tcell.EventKey
- func (s *Search) Edit()
- func (s *Search) GetInstance() interface{}
- func (s *Search) GoToPreview()
- func (s *Search) GoToSearchBar(clear bool, placeholder string)
- func (s *Search) GoToSearchResult()
- func (s *Search) HandleCommand(command string)
- func (s *Search) HideReferenced()
- func (s *Search) InitSearchBar(placeholder string)
- func (s *Search) InputCapture(input *tview.InputField) func(event *tcell.EventKey) *tcell.EventKey
- func (s *Search) LoadMiniDocFromDB(row int) (MiniDoc, error)
- func (s *Search) Notify(title, text string)
- func (s *Search) Page() (title string, content tview.Primitive)
- func (s *Search) Preview(direction int)
- func (s *Search) PreviewInputCapture() func(event *tcell.EventKey) *tcell.EventKey
- func (s *Search) Search(searchby string) bool
- func (s *Search) SelectAllRows()
- func (s *Search) SelectRow(row int)
- func (s *Search) SetApp(app *SimpleApp)
- func (s *Search) ShowNextReferenced()
- func (s *Search) ToggleAllRows()
- func (s *Search) ToggleSelected()
- func (s *Search) ToggleTogglable()
- func (s *Search) UnLoadEdit()
- func (s *Search) UpdateCurrRowIndexFromSelectedRow(direction int)
- func (s *Search) UpdateResult(result []MiniDoc)
- type SetAppAdapter
- type ShortcutKeyDoc
- type SimpleApp
- func (app *SimpleApp) ClearDebug()
- func (app *SimpleApp) ClearMenu()
- func (app *SimpleApp) Exit()
- func (app *SimpleApp) GetInputCaptureFunc() func(event *tcell.EventKey) *tcell.EventKey
- func (app *SimpleApp) GoToDebugView()
- func (app *SimpleApp) SetStatus(text string, rightsides ...string)
- func (app *SimpleApp) ToggleDebug()
- type SimpleAppOption
- func WithSimpleAppConfirmExit(confirm bool) SimpleAppOption
- func WithSimpleAppDataFolderPath(path string) SimpleAppOption
- func WithSimpleAppDebugOn() SimpleAppOption
- func WithSimpleAppDelegateKeyEvent(keyEvent func(event *tcell.EventKey) *tcell.EventKey) SimpleAppOption
- func WithSimpleAppDocsReindexed(reindex bool) SimpleAppOption
- func WithSimpleAppPages(pages []PageItem) SimpleAppOption
- type ToDoDoc
- func (d *ToDoDoc) GetAvailableActions() string
- func (d *ToDoDoc) GetDisplayFields() []string
- func (d *ToDoDoc) GetEditFields() []string
- func (d *ToDoDoc) GetJSON() interface{}
- func (d *ToDoDoc) GetMarkdown() string
- func (d *ToDoDoc) GetTitle() string
- func (d *ToDoDoc) GetToggle() bool
- func (d *ToDoDoc) GetToggleValueAsString() string
- func (d *ToDoDoc) GetViEditFields() []string
- func (d *ToDoDoc) HandleEvent(event *tcell.EventKey)
- func (d *ToDoDoc) SetToggle(toggle bool)
- type TreePage
- func (t *TreePage) ConvertToTreeNode(target *Node, expanded bool) *tview.TreeNode
- func (t *TreePage) GetInstance() interface{}
- func (t *TreePage) InputCapture() func(event *tcell.EventKey) *tcell.EventKey
- func (t *TreePage) Page() (title string, content tview.Primitive)
- func (t *TreePage) RefreshRootNode()
- func (t *TreePage) RenameFile(app *SimpleApp, path string)
- func (t *TreePage) SetApp(app *SimpleApp)
- func (t *TreePage) Visit() filepath.WalkFunc
- func (t *TreePage) WalkGenDirAsNode(minidocGenDir string) *Node
- type URLDoc
- func (d *URLDoc) GetAvailableActions() string
- func (d *URLDoc) GetDisplayFields() []string
- func (d *URLDoc) GetEditFields() []string
- func (d *URLDoc) GetJSON() interface{}
- func (d *URLDoc) GetMarkdown() string
- func (d *URLDoc) GetToggle() bool
- func (d *URLDoc) GetToggleValueAsString() string
- func (d *URLDoc) HandleEvent(event *tcell.EventKey)
- func (d *URLDoc) SetToggle(toggle bool)
Constants ¶
const ( DIRECTION_NONE = iota DOWN UP )
Variables ¶
This section is empty.
Functions ¶
func ConfirmDeleteModal ¶
func ConfirmationModal ¶
func CreateGeneratedDirIfNotFound ¶ added in v0.1.11
func CreateGeneratedDirIfNotFound() string
func CreateMinidocHomeIfNotFound ¶ added in v0.1.8
func CreateMinidocHomeIfNotFound() string
func DeleteFile ¶
func DocumentMapping ¶
func DocumentMapping(indexedFields []string, excludedFields []string) *mapping.DocumentMapping
func DoesBinaryExists ¶
func ExtractFieldValues ¶
func ExtractFieldValues(jh *JsonMapWrapper, f *tview.Form)
func GetMiniDocGenDir ¶ added in v0.1.11
func GetMiniDocGenDir() string
func GetParentPath ¶ added in v0.1.11
func ImportFile ¶ added in v0.1.11
func ImportFromWeb ¶ added in v0.1.11
func ImportLineByLine ¶ added in v0.1.11
func IndexMapping ¶
func IndexMapping() (*mapping.IndexMappingImpl, error)
func JsonMapFrom ¶
func JsonMapFrom(minidoc MiniDoc) interface{}
func NewCellWithBG ¶
func NewDocFlow ¶
func NewFormWithFields ¶
func NewLoggingRows ¶
func NextSequence ¶
NextSequence returns next sequence
func OpenFileIfNoneExist ¶
func ReadFromFile ¶
func Reindex ¶
func Reindex(ih *IndexHandler, db *BucketHandler)
func ScreenScrape ¶ added in v0.1.12
ScreenScrape hits the given URL and screen scrape then return dom like object for searching
func SearchByXPath ¶ added in v0.1.12
SearchByXPath will walk down the node and children using xpath expression
func SingleEntryModalForm ¶ added in v0.1.12
func WriteToFile ¶
Types ¶
type BaseDoc ¶
type BaseDoc struct { CreatedDate string `json:"created_date"` ID uint32 `json:"id"` Type string `json:"type"` Title string `json:"title"` Description string `json:"description"` Tags string `json:"tags"` Fragments string `json:"-"` Selected bool `json:"-"` Toggled bool `json:"-"` }
func (*BaseDoc) GetAvailableActions ¶
func (*BaseDoc) GetDescription ¶
func (*BaseDoc) GetDisplayFields ¶
func (*BaseDoc) GetEditFields ¶
func (*BaseDoc) GetIDString ¶
func (*BaseDoc) GetMarkdown ¶
func (*BaseDoc) GetSearchFragments ¶
func (*BaseDoc) GetToggleValueAsString ¶
func (*BaseDoc) GetViEditFields ¶
func (*BaseDoc) HandleEvent ¶
func (*BaseDoc) IsSelected ¶
func (*BaseDoc) IsSelectedString ¶
func (*BaseDoc) IsTogglable ¶
func (*BaseDoc) SetCreatedDate ¶
func (*BaseDoc) SetIsSelected ¶
func (*BaseDoc) SetSearchFragments ¶
type BucketHandler ¶
type BucketHandler struct { DBPath string // contains filtered or unexported fields }
func NewBucketHandler ¶
func NewBucketHandler(opts ...BucketHandlerOption) *BucketHandler
func (*BucketHandler) Delete ¶
func (bh *BucketHandler) Delete(doc MiniDoc) error
type BucketHandlerOption ¶
type BucketHandlerOption func(*BucketHandler)
func WithBucketHandlerDBPath ¶
func WithBucketHandlerDBPath(path string) BucketHandlerOption
func WithBucketHandlerDebug ¶
func WithBucketHandlerDebug(debug func(string)) BucketHandlerOption
type DataHandler ¶
type DataHandler struct { BucketHandler *BucketHandler IndexHandler *IndexHandler }
func (*DataHandler) Delete ¶
func (dh *DataHandler) Delete(doc MiniDoc) error
type DebugView ¶
func NewDebugView ¶
type Edit ¶
func (*Edit) CancelAction ¶
func (e *Edit) CancelAction()
func (*Edit) DeleteAction ¶
func (e *Edit) DeleteAction()
func (*Edit) UpdateAction ¶
func (e *Edit) UpdateAction()
type Help ¶
type Help struct { App *SimpleApp Content *tview.TextView // contains filtered or unexported fields }
func (*Help) GetInstance ¶ added in v0.1.12
func (h *Help) GetInstance() interface{}
type IndexHandler ¶
type IndexHandler struct {
// contains filtered or unexported fields
}
func NewIndexHandler ¶
func NewIndexHandler(opts ...IndexHandlerOption) *IndexHandler
func (*IndexHandler) Delete ¶
func (ih *IndexHandler) Delete(doc MiniDoc) error
func (*IndexHandler) Index ¶
func (ih *IndexHandler) Index(doc MiniDoc) error
type IndexHandlerOption ¶
type IndexHandlerOption func(*IndexHandler)
func WithIndexHandlerDebug ¶
func WithIndexHandlerDebug(debug func(string)) IndexHandlerOption
func WithIndexHandlerIndexPath ¶
func WithIndexHandlerIndexPath(indexPath string) IndexHandlerOption
type JsonMapWrapper ¶
type JsonMapWrapper struct {
// contains filtered or unexported fields
}
func NewJsonMapWrapper ¶
func NewJsonMapWrapper(jsonMap interface{}) *JsonMapWrapper
type MiniDoc ¶
type MiniDoc interface { GetID() uint32 SetID(uint32) GetIDString() string GetType() string SetType(string) GetTitle() string GetDescription() string GetTags() string SetTags(string) GetSearchFragments() string SetSearchFragments(string) GetJSON() interface{} SetCreatedDate(string) GetDisplayFields() []string GetEditFields() []string IsSelected() bool SetIsSelected(bool) IsSelectedString() string HandleEvent(event *tcell.EventKey) GetMarkdown() string GetAvailableActions() string GetViEditFields() []string GetToggleValueAsString() string SetToggle(toggle bool) GetToggle() bool IsTogglable() bool }
func MiniDocFrom ¶
type New ¶
type New struct { App *SimpleApp Layout *tview.Flex Form *tview.Form IndexHandler *IndexHandler BucketHandler *BucketHandler // contains filtered or unexported fields }
func NewNewPage ¶
func (*New) CancelAction ¶
func (n *New) CancelAction()
func (*New) CreateAction ¶
func (n *New) CreateAction()
func (*New) GetInstance ¶ added in v0.1.12
func (n *New) GetInstance() interface{}
type NoteDoc ¶
-------------------------------------------------------------------------------- Note Doc --------------------------------------------------------------------------------
func (*NoteDoc) GetAvailableActions ¶
func (*NoteDoc) GetDisplayFields ¶
func (*NoteDoc) GetEditFields ¶
func (*NoteDoc) GetMarkdown ¶
func (*NoteDoc) GetViEditFields ¶
type PagesHandler ¶
type PagesHandler struct { Pages *tview.Pages PageIndex map[string]string MenuBar *tview.TextView CurrPageIndex int PageItems []PageItem PrevMenuText string }
PagesHandler handles Pages
func (*PagesHandler) AddPage ¶
func (p *PagesHandler) AddPage(s *SimpleApp, pi PageItem)
func (*PagesHandler) GetPageItem ¶ added in v0.1.12
func (p *PagesHandler) GetPageItem(title string) PageItem
func (*PagesHandler) GoToNextPage ¶
func (p *PagesHandler) GoToNextPage()
GoToNextPage goes to next page
func (*PagesHandler) GoToPrevPage ¶
func (p *PagesHandler) GoToPrevPage()
GoToPrevPage goes to previous page
func (*PagesHandler) GotoPageByTitle ¶
func (p *PagesHandler) GotoPageByTitle(title string)
GotoPageByTitle goes to page with specified title
func (*PagesHandler) HasPage ¶
func (p *PagesHandler) HasPage(title string) bool
func (*PagesHandler) LoadPages ¶
func (p *PagesHandler) LoadPages(s *SimpleApp)
LoadPages loads pages
func (*PagesHandler) RemoveLastPage ¶
func (p *PagesHandler) RemoveLastPage(s *SimpleApp)
type ResultList ¶
func NewResultList ¶
func NewResultList(s *Search) *ResultList
func (*ResultList) GetCellRefBool ¶
func (rl *ResultList) GetCellRefBool(rowIndex, colIndex int) (bool, error)
func (*ResultList) GetCellRefString ¶
func (rl *ResultList) GetCellRefString(rowIndex, colIndex int) (string, error)
func (*ResultList) GetCellRefUint32 ¶
func (rl *ResultList) GetCellRefUint32(rowIndex, colIndex int) (uint32, error)
func (*ResultList) InputCapture ¶
func (rl *ResultList) InputCapture() func(event *tcell.EventKey) *tcell.EventKey
func (*ResultList) InsertColumns ¶
func (rl *ResultList) InsertColumns(size int)
func (*ResultList) LoadMiniDocFromDB ¶
func (rl *ResultList) LoadMiniDocFromDB(rowIndex int) (MiniDoc, error)
func (*ResultList) MoveRow ¶
func (rl *ResultList) MoveRow(direction int)
func (*ResultList) SetColumnCells ¶
func (rl *ResultList) SetColumnCells(rowIndex int, cd []CellData)
func (*ResultList) UpdateRow ¶
func (rl *ResultList) UpdateRow(row int, doc MiniDoc)
type Search ¶
type Search struct { App *SimpleApp SearchBar *tview.Form Rows *tview.Flex ResultList *ResultList Detail *tview.TextView Columns *tview.Flex Layout *tview.Flex IsEditMode bool EditForm *tview.Form CurrentRowIndex int RegionID int RegionCount int RegionDocIDs map[int]string Referenced *tview.TextView // contains filtered or unexported fields }
func (*Search) BatchDeleteActionFunc ¶
func (s *Search) BatchDeleteActionFunc()
func (*Search) BatchDeleteConfirmation ¶
func (s *Search) BatchDeleteConfirmation()
func (*Search) ClipboardCopy ¶ added in v0.1.12
func (s *Search) ClipboardCopy()
func (*Search) DelegateEventHandlingMiniDoc ¶
func (*Search) GetInstance ¶ added in v0.1.12
func (s *Search) GetInstance() interface{}
func (*Search) GoToPreview ¶ added in v0.1.12
func (s *Search) GoToPreview()
func (*Search) GoToSearchBar ¶
func (*Search) GoToSearchResult ¶
func (s *Search) GoToSearchResult()
func (*Search) HandleCommand ¶
func (*Search) HideReferenced ¶ added in v0.1.12
func (s *Search) HideReferenced()
func (*Search) InitSearchBar ¶
func (*Search) InputCapture ¶
func (*Search) PreviewInputCapture ¶ added in v0.1.12
func (*Search) SelectAllRows ¶
func (s *Search) SelectAllRows()
func (*Search) ShowNextReferenced ¶ added in v0.1.12
func (s *Search) ShowNextReferenced()
func (*Search) ToggleAllRows ¶
func (s *Search) ToggleAllRows()
func (*Search) ToggleSelected ¶
func (s *Search) ToggleSelected()
func (*Search) ToggleTogglable ¶
func (s *Search) ToggleTogglable()
func (*Search) UnLoadEdit ¶
func (s *Search) UnLoadEdit()
func (*Search) UpdateCurrRowIndexFromSelectedRow ¶
func (*Search) UpdateResult ¶
type SetAppAdapter ¶
type SetAppAdapter struct{}
func (SetAppAdapter) GetInstance ¶ added in v0.1.12
func (a SetAppAdapter) GetInstance() interface{}
func (SetAppAdapter) SetApp ¶
func (a SetAppAdapter) SetApp(app *SimpleApp)
type ShortcutKeyDoc ¶
-------------------------------------------------------------------------------- ShortcutKey Doc --------------------------------------------------------------------------------
func (*ShortcutKeyDoc) GetDisplayFields ¶
func (d *ShortcutKeyDoc) GetDisplayFields() []string
func (*ShortcutKeyDoc) GetEditFields ¶
func (d *ShortcutKeyDoc) GetEditFields() []string
func (*ShortcutKeyDoc) GetJSON ¶
func (d *ShortcutKeyDoc) GetJSON() interface{}
type SimpleApp ¶
type SimpleApp struct { *tview.Application MenuBar *tview.TextView StatusBar *tview.TextView Layout *tview.Flex Rows *tview.Flex PagesHandler *PagesHandler DebugView *DebugView PrevFocused tview.Primitive IndexHandler *IndexHandler BucketHandler *BucketHandler DataHandler *DataHandler // contains filtered or unexported fields }
SimpleApp comes with the menu and debug pane
func NewSimpleApp ¶
func NewSimpleApp(opts ...SimpleAppOption) *SimpleApp
func (*SimpleApp) ClearDebug ¶
func (app *SimpleApp) ClearDebug()
func (*SimpleApp) GetInputCaptureFunc ¶
func (*SimpleApp) GoToDebugView ¶
func (app *SimpleApp) GoToDebugView()
func (*SimpleApp) ToggleDebug ¶
func (app *SimpleApp) ToggleDebug()
type SimpleAppOption ¶
type SimpleAppOption func(*SimpleApp)
func WithSimpleAppConfirmExit ¶
func WithSimpleAppConfirmExit(confirm bool) SimpleAppOption
func WithSimpleAppDataFolderPath ¶
func WithSimpleAppDataFolderPath(path string) SimpleAppOption
func WithSimpleAppDebugOn ¶
func WithSimpleAppDebugOn() SimpleAppOption
func WithSimpleAppDelegateKeyEvent ¶
func WithSimpleAppDelegateKeyEvent(keyEvent func(event *tcell.EventKey) *tcell.EventKey) SimpleAppOption
func WithSimpleAppDocsReindexed ¶
func WithSimpleAppDocsReindexed(reindex bool) SimpleAppOption
func WithSimpleAppPages ¶
func WithSimpleAppPages(pages []PageItem) SimpleAppOption
type ToDoDoc ¶
type ToDoDoc struct { BaseDoc Task string `json:"task"` Detail string `json:"detail"` Done bool `json:"done"` }
-------------------------------------------------------------------------------- TODO Doc --------------------------------------------------------------------------------
func (*ToDoDoc) GetAvailableActions ¶
func (*ToDoDoc) GetDisplayFields ¶
func (*ToDoDoc) GetEditFields ¶
func (*ToDoDoc) GetMarkdown ¶
func (*ToDoDoc) GetToggleValueAsString ¶
func (*ToDoDoc) GetViEditFields ¶ added in v0.1.12
func (*ToDoDoc) HandleEvent ¶
type TreePage ¶ added in v0.1.11
type TreePage struct { Title string Tree *tview.TreeView RootNode *Node SelectedNode *Node App *SimpleApp Nodes map[string]*Node Detail *tview.TextView Columns *tview.Flex }
func (*TreePage) ConvertToTreeNode ¶ added in v0.1.11
func (*TreePage) GetInstance ¶ added in v0.1.12
func (t *TreePage) GetInstance() interface{}
func (*TreePage) InputCapture ¶ added in v0.1.11
func (*TreePage) RefreshRootNode ¶ added in v0.1.11
func (t *TreePage) RefreshRootNode()
func (*TreePage) RenameFile ¶ added in v0.1.12
func (*TreePage) WalkGenDirAsNode ¶ added in v0.1.11
type URLDoc ¶
-------------------------------------------------------------------------------- URL Doc --------------------------------------------------------------------------------