Documentation ¶
Index ¶
- type EditConfigData
- type OpUI
- func (o *OpUI) Execute(ctx *base.Context, fn string, fa base.FunctionArguments, ...) *base.OperatorIO
- func (o *OpUI) ExecuteOld(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
- type TemplateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditConfigData ¶
type OpUI ¶
type OpUI struct {
// contains filtered or unexported fields
}
func NewHTMLUI ¶
func NewHTMLUI(cr *utils.ConfigReader, graphEngine *freepsgraph.GraphEngine) *OpUI
NewHTMLUI creates a UI interface based on the inline template above
func (*OpUI) Execute ¶
func (o *OpUI) Execute(ctx *base.Context, fn string, fa base.FunctionArguments, input *base.OperatorIO) *base.OperatorIO
func (*OpUI) ExecuteOld ¶ added in v1.4.0
func (o *OpUI) ExecuteOld(ctx *base.Context, fn string, args map[string]string, input *base.OperatorIO) *base.OperatorIO
func (*OpUI) GetArgSuggestions ¶
func (*OpUI) GetFunctions ¶
func (*OpUI) GetPossibleArgs ¶
func (*OpUI) StartListening ¶
StartListening (noOp)
type ShowGraphsData ¶
type TemplateData ¶
type TemplateData struct { Args map[string]string OpSuggestions map[string]bool FnSuggestions map[string]bool ArgSuggestions map[string]map[string]string TagSuggestions map[string]string InputFromSuggestions []string GraphName string GraphDesc *freepsgraph.GraphDesc GraphJSON string Output string Numop int Quicklink string Error string }
Click to show internal directories.
Click to hide internal directories.