5 lines
294 B
Go
5 lines
294 B
Go
// Package engine is the implementation of the core Indra relay and client.
|
|
//
|
|
// Contains controlling code that interacts with the various subsystems of the engine such as the dispatcher, session manager, libp2p based peer to peer network transport and peer information gossip.
|
|
package engine
|