Documentation ¶
Overview ¶
Package healthcheck of the Dataflow kit checks if specified services are alive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckServices ¶
CheckServices checks if services passed as parameters are alive. It returns the map containing serviceName and appropriate status
Types ¶
type CassandraConn ¶
type CassandraConn struct {
Host string
}
CassandraConn struct implements methods for Cassandra connection satisfying Checker interface
func (CassandraConn) String ¶
func (CassandraConn) String() string
type Checker ¶
type Checker interface { //String returns service name String() string // contains filtered or unexported methods }
Checker is the key interface of healthChecker. All other structs implement methods wchich satisfy that interface.
type ChromeConn ¶
type ChromeConn struct {
Host string
}
ChromeConn struct implements methods for Headless chrome connection satisfying Checker interface
func (ChromeConn) String ¶
func (ChromeConn) String() string
Click to show internal directories.
Click to hide internal directories.