Documentation ¶ Index ¶ Constants type Python func (p *Python) Execute(opts *models.PluginExecuteOptions, params models.Object) (result any) func (p *Python) SetSchema(paramsSchema, resultSchema []string) func (p *Python) Type() string Constants ¶ View Source const Type = "python" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Python ¶ type Python struct { // contains filtered or unexported fields } func (*Python) Execute ¶ func (p *Python) Execute(opts *models.PluginExecuteOptions, params models.Object) (result any) func (*Python) SetSchema ¶ func (p *Python) SetSchema(paramsSchema, resultSchema []string) func (*Python) Type ¶ added in v0.6.5 func (p *Python) Type() string Source Files ¶ View all Source files python.go Directories ¶ Show internal Expand all Path Synopsis lib utils Click to show internal directories. Click to hide internal directories.