Documentation ¶
Index ¶
- Constants
- func New() connector.Connector
- type Eval
- func (M *Eval) CommandCallback(context map[string]any)
- func (M *Eval) CommandHelp() string
- func (M *Eval) CommandName() string
- func (M *Eval) CommandUsage() string
- func (M *Eval) EncodeMap() (map[string]any, error)
- func (M *Eval) Focus(delegate func(p tview.Primitive))
- func (M *Eval) HandleAction(action string, args []string, context map[string]any) (bool, error)
- func (M *Eval) HotKey() string
- func (M *Eval) Id() string
- func (M *Eval) ListEval() error
- func (M *Eval) LoadEval(source string) (*Eval, error)
- func (M *Eval) Mount(context map[string]any) error
- func (M *Eval) Name() string
- func (M *Eval) Save(destination string, preview bool) error
- func (M *Eval) ShowEval(filename string) (*Eval, error)
- func (M *Eval) Unmount() error
Constants ¶
View Source
const EvalHelpText = `` /* 12707-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Eval ¶
func (*Eval) CommandCallback ¶
CommandCallback is invoked when the user runs your module your goal is to enrich the context with the args return the object you want in Refresh
func (*Eval) CommandHelp ¶
func (*Eval) CommandName ¶
func (*Eval) CommandUsage ¶
func (*Eval) HandleAction ¶
Click to show internal directories.
Click to hide internal directories.