package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package embeddedetcd implements an embedded etcd server.
type Option func(*config)
Option is the option for etcd server.
ConfigureListener sets peer urls of listeners.
RootDir sets the root directory of Registry.
type Server interface {
io.Closer
ReadyNotify() <-chan struct{}
StopNotify() <-chan struct{}
StoppingNotify() <-chan struct{}
}
Server is the interface of etcd server.
NewServer returns a new etcd server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.