Documentation
¶
Index ¶
Constants ¶
View Source
const (
DEFAULT_LOCK_WAIT_TIMEOUT = 30
)
View Source
const (
DSC_LOCK_TRUNK = "zero.dsc.lock.trunk"
)
View Source
const (
REGISTRY_TRUNK = "zero.registry.trunk"
)
Variables ¶
This section is empty.
Functions ¶
func RunDCSMutex ¶
func RunDCSMutex()
func RunServeRegistry ¶
func RunServeRegistry()
Types ¶
type ZeroDCSMutex ¶
type ZeroDCSMutexTrunk ¶
type ZeroServeRegistryTrunk ¶
type ZeroServeRegistryTrunk interface { Registry(*api.AgentServiceRegistration) error Deregister(*api.AgentServiceRegistration) error FindAll() (map[string]*api.AgentService, error) }
Click to show internal directories.
Click to hide internal directories.