Documentation
¶
Overview ¶
Package executable provides a generic tool wrapper for arbitrary binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Name string `yaml:"name" toml:"name"`
Binary string `yaml:"binary" toml:"binary"`
Description string `yaml:"description" toml:"description"`
Env []EnvVar `yaml:"env,omitempty" toml:"env,omitempty"`
}
Config holds the configuration for a generic executable tool.
Click to show internal directories.
Click to hide internal directories.