Versions in this module Expand all Collapse all v0 v0.10.0 Jun 26, 2026 Changes in this version + func Execute() + type CheckResult struct + Error error + FilePath string + ForecastTime time.Duration + type CheckerConfig struct + CheckInterval string + DataConfigDir string + DataConfigFile string + DataType string + Debug bool + DelayTime string + ExecuteCommand string + ExecuteCommands []string + ForecastTimes []string + LocationLevels string + MaxCheckCount int + func DefaultCheckerConfig() CheckerConfig + func LoadCheckerConfig(filePath string) (CheckerConfig, error) + func MergeCheckerConfig(fileConfig CheckerConfig, flagConfig CheckerConfig, cmd *cobra.Command) (CheckerConfig, error) + func (c CheckerConfig) ParseForecastTimes() ([]time.Duration, error) + func (c CheckerConfig) Validate() error + type CheckerTemplateVariable struct + FilePath string