Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tool ¶
type Tool interface {
Validate(uParams map[string]interface{}) error
Run(params map[string]interface{}) (string, error)
}
Tool is the interface all tools must implement.
type ToolConfiguration ¶
Click to show internal directories.
Click to hide internal directories.