Example #1
0
func main() {
	StartUp()

	dvc.MergeManager.Launch()

	var exitCh = make(chan bool)

	go intranet.Entry(exitCh)
	go gossipd.Entry(exitCh)
	go inapi.Entry(exitCh)
	go WaitForSig(exitCh)
	go ping.Entry(exitCh)

	_ = <-exitCh
	Secretary.Log("mainpkg::main", "Midware-MH2 is about to terminate...")

}
Example #2
0
func _no_use_() {
	inapi.Entry(nil)
}