Documentation ¶
Index ¶
Constants ¶
View Source
const ConvergerLockSchemaKey = "converge_lock"
Variables ¶
This section is empty.
Functions ¶
func ConvergerLockSchemaPath ¶
func ConvergerLockSchemaPath() string
Types ¶
type ServiceClient ¶
type ServiceClient interface {
NewConvergerLockRunner(logger lager.Logger, convergerID string, retryInterval, lockTTL time.Duration) ifrit.Runner
}
func NewServiceClient ¶
func NewServiceClient(consulClient consuladapter.Client, clock clock.Clock) ServiceClient
Click to show internal directories.
Click to hide internal directories.