Versions in this module Expand all Collapse all v1 v1.4.0 Dec 24, 2024 Changes in this version type OpUI + func (o *OpUI) ExecuteOld(ctx *base.Context, fn string, args map[string]string, input *base.OperatorIO) *base.OperatorIO v1.3.0 Mar 26, 2024 Changes in this version + type EditConfigData struct + ConfigText string + Output string + type OpUI struct + func NewHTMLUI(cr *utils.ConfigReader, graphEngine *freepsgraph.GraphEngine) *OpUI + func (o *OpUI) Execute(ctx *base.Context, fn string, args map[string]string, input *base.OperatorIO) *base.OperatorIO + func (o *OpUI) GetArgSuggestions(fn string, arg string, otherArgs map[string]string) map[string]string + func (o *OpUI) GetFunctions() []string + func (o *OpUI) GetHook() interface{} + func (o *OpUI) GetName() string + func (o *OpUI) GetPossibleArgs(fn string) []string + func (o *OpUI) Shutdown(ctx *base.Context) + func (o *OpUI) StartListening(ctx *base.Context) + type ShowGraphsData struct + GraphJSON string + Graphs []string + Output string + type TemplateData struct + ArgSuggestions map[string]map[string]string + Args map[string]string + Error string + FnSuggestions map[string]bool + GraphDesc *freepsgraph.GraphDesc + GraphJSON string + GraphName string + InputFromSuggestions []string + Numop int + OpSuggestions map[string]bool + Output string + Quicklink string + TagSuggestions map[string]string