Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCreateEtcdClient = coderr.NewCodeError(coderr.Internal, "create etcd etcdCli") ErrStartEtcd = coderr.NewCodeError(coderr.Internal, "start embed etcd") ErrStartEtcdTimeout = coderr.NewCodeError(coderr.Internal, "start etcd server timeout") ErrStartServer = coderr.NewCodeError(coderr.Internal, "start server") )
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func CreateServer ¶
CreateServer creates the server instance without starting any services or background jobs.
func (*Server) GetClusterManager ¶
Click to show internal directories.
Click to hide internal directories.