Abhishek Kondur hace 2 años
padre
commit
625c81d46c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      logic/peers.go

+ 1 - 0
logic/peers.go

@@ -14,6 +14,7 @@ import (
 	"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
 )
 
+// NodePeersInfo - fetches node's peers with their ids and addrs.
 func NodePeersInfo(client *models.Client) (models.NodePeersInfo, error) {
 	nodePeersInfo := models.NodePeersInfo{
 		PeerIDs: make(models.PeerMap),