Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Vaults []VaultConfig
Watchers []WatcherConfig
}
Config holds the parsed task-watcher configuration.
type VaultConfig ¶ added in v0.12.0
VaultConfig holds the configuration for a single vault.
type WatcherConfig ¶ added in v0.16.0
type WatcherConfig struct {
Name string
Type string
Assignee string
Statuses []string
Phases []string
DedupTTL time.Duration
// openclaw-wake fields
URL string
Token string
// telegram fields
ChatID string
}
WatcherConfig holds the configuration for a single watcher entry.
Click to show internal directories.
Click to hide internal directories.