Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecentItem ¶
type RecentsList ¶
type RecentsList struct {
// contains filtered or unexported fields
}
func NewRecentsList ¶
func NewRecentsList(cap int) *RecentsList
func (*RecentsList) Add ¶
func (r *RecentsList) Add(path string)
func (*RecentsList) List ¶
func (r *RecentsList) List() []RecentItem
Click to show internal directories.
Click to hide internal directories.