Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLibraryView ¶ added in v0.2.0
func NewLibraryView( ctx *context.Context, workspaces workspace.WorkspaceList, execs executable.ExecutableList, filter Filter, theme styles.Theme, runFunc func(string) error, ) tuikit.View
Types ¶
type Library ¶
type Library struct {
// contains filtered or unexported fields
}
func NewLibrary ¶
func NewLibrary( ctx *context.Context, workspaces workspace.WorkspaceList, execs executable.ExecutableList, filter Filter, theme styles.Theme, runFunc func(string) error, ) *Library
Click to show internal directories.
Click to hide internal directories.