mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
func comments,rm old proxy code
This commit is contained in:
@@ -207,6 +207,7 @@ func DeleteRelay(network, nodeid string) ([]models.Node, models.Node, error) {
|
||||
return returnnodes, node, nil
|
||||
}
|
||||
|
||||
// DeleteHostRelay - removes host as relay
|
||||
func DeleteHostRelay(relayHostID string) (relayHost *models.Host, relayedHosts []models.Host, err error) {
|
||||
relayHost, err = GetHost(relayHostID)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user