mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
added logic upon connect/disconnect
This commit is contained in:
@@ -142,3 +142,13 @@ func Daemon() error {
|
||||
func Install() error {
|
||||
return functions.Install()
|
||||
}
|
||||
|
||||
// Connect - re-instates a connection of a node
|
||||
func Connect(cfg config.ClientConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Disconnect - disconnects a connection of a node
|
||||
func Disconnect(cfg config.ClientConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user