From 7e738ff277926e6df489470ee90d0d259d3de8af Mon Sep 17 00:00:00 2001 From: Jie Kong Date: Mon, 18 Apr 2022 21:23:54 -0400 Subject: [PATCH] Update Readme.md --- CTng/HTTP/Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CTng/HTTP/Readme.md b/CTng/HTTP/Readme.md index 12671d5..2da4895 100644 --- a/CTng/HTTP/Readme.md +++ b/CTng/HTTP/Readme.md @@ -20,8 +20,10 @@ and update the Timer_CArs_LastCheckIn. Monitor_ng.go -func Monitor_accuseEntity(c *crypto.CryptoConfig, Accused string) (gossip.Gossip_object, error) //this function accuses the entity if its URL is provided -func Monitor_send_to_gossiper(c *MonitorContext, g gossip.Gossip_object) //this function send the input gossip object to the gossiper +func Monitor_accuseEntity(c *crypto.CryptoConfig, Accused string) (gossip.Gossip_object, error) +//this function accuses the entity if its URL is provided +func Monitor_send_to_gossiper(c *MonitorContext, g gossip.Gossip_object) +//this function send the input gossip object to the gossiper func Monitor_process_valid_object(c *MonitorContext, g gossip.Gossip_object) //if the logger sends the sth to the monitor,this function will send the raw version to the gossiper, wait for gossip_wait_time, check its updated PoM database, if the signer of this sth is not in it, threshold sign this sth and send it to the gossiper // Same thing applies to revocation information and CA