Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Schema *jsonschema.Schema
Functions ¶
Types ¶
type Action ¶
type Action struct {
Title string `json:"title"`
Shortcut string `json:"shortcut"`
Type string `json:"type"`
Inputs []FormInput `json:"inputs"`
// edit
Page string `json:"page"`
// open
Target string `json:"target"`
// copy
Text string `json:"text"`
// run / push
Command string `json:"command"`
Args []string `json:"args"`
Dir string
// run
OnSuccess string `json:"onSuccess"`
}
Click to show internal directories.
Click to hide internal directories.