directory
3.0.0-alpha9+incompatible
Repository: https://github.com/opensvc/om3.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package clusterhb retrieve hbconfer objects found in node/cluster config.
No description provided by the author
Package clusternode provides a protected cache for cluster nodes It may be used from crm or from daemon.
No description provided by the author
No description provided by the author
No description provided by the author
driver is the package serving the driver registry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package hb provides helpers to create hb drivers from configuration candidate hb drivers needs to be registered before use Usage example on hb unicast driver import "opensvc.com/opensvc/core/hbcfg" type ( T struct {hbcfg.T} // Concrete object that implement Configure tx struct {...} // concrete object that implement Transmitter tx struct {...} // concrete object that implement Receiver ) func New() hbcfg.Confer { var i interface{} = &T{} return i.(hbcfg.Confer) } // register unicast hb driver func init() { hbcfg.Register("unicast", NewConfer) } func NewTx(..., timeout time.Duration) *tx { ..
Package hbtype provides types for hb drivers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package mock_monitor is a generated GoMock package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package sse define Server Side Event feeder for clients.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
vpath is a helper package easing the expansion of a virtual path like vol1/etc/nginx.conf to a host path like /srv/svc1data.ns1.vol.clu1/etc/nginx.conf.
No description provided by the author