Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoicConfig ¶
type StoicConfig struct {
UpdateFrequency tool.UpdateFrequency `yaml:"update,omitempty"`
Tools map[string]ToolConfig `yaml:",omitempty"`
}
type ToolConfig ¶
type ToolConfig struct {
Endpoint string
Channel tool.Channel
UpdateFrequency tool.UpdateFrequency `yaml:"update,omitempty"`
PinVersion tool.Version `yaml:"pin-version,omitempty"`
Getter ToolGetterConfig `yaml:"getter,omitempty"`
Runner ToolRunnerConfig `yaml:"runner,omitempty"`
}
func (*ToolConfig) UnmarshalYAML ¶
func (tc *ToolConfig) UnmarshalYAML(unmarshal func(interface{}) error) error
type ToolGetterConfig ¶
type ToolGetterConfig TypedOptions
type ToolRunnerConfig ¶
type ToolRunnerConfig TypedOptions
type TypedOptions ¶
Click to show internal directories.
Click to hide internal directories.