package
Version:
v0.0.0-...-d843d0d
Opens a new window with list of versions in this module.
Published: Aug 28, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Key string `yaml:"key"`
Label string `yaml:"label"`
Description string `yaml:"description"`
Scripts map[string]string `yaml:"scripts"`
}
type ActionsFile struct {
Actions []Action `yaml:"actions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.