Documentation
¶
Overview ¶
Package ha provides high-availability (HA) execution patterns.
It supports cache-based HA executors that can register and execute operations with periodic callbacks for health checking and recovery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Properties ¶
type Properties struct {
Type Type `yaml:"type" default:"redis"`
Cache cache.Properties `yaml:"cache"`
}
Click to show internal directories.
Click to hide internal directories.