Documentation ¶ Index ¶ func Start(ctx context.Context, conn *grpc.ClientConn, db *sqlx.DB, localNodeId int) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(ctx context.Context, conn *grpc.ClientConn, db *sqlx.DB, localNodeId int) error Start runs the background server. It subscribes to events, gossip and fetches data as needed and stores it in the database. It is meant to run as a background task / daemon and is the bases for all of Torqs data collection Types ¶ This section is empty. Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.