Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 v0.4.0 Jan 7, 2025 Changes in this version + type Config struct + Driver driver.Driver + LeaseCleanupTickPeriod time.Duration + LeaseExpiry time.Duration + NumRetries int + RetryInterval time.Duration + func New(config configService) (*Config, error) + func (c *Config) GetDriver() driver.Driver + func (c *Config) GetLeaseCleanupTickPeriod() time.Duration + func (c *Config) GetLeaseExpiry() time.Duration + func (c *Config) GetNumRetries() int + func (c *Config) GetRetryInterval() time.Duration