mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 23:57:34 +00:00
Rename Machine to Node (#1553)
This commit is contained in:
@@ -16,7 +16,7 @@ type ControlServer interface {
|
||||
WaitForRunning() error
|
||||
CreateUser(user string) error
|
||||
CreateAuthKey(user string, reusable bool, ephemeral bool) (*v1.PreAuthKey, error)
|
||||
ListMachinesInUser(user string) ([]*v1.Machine, error)
|
||||
ListNodesInUser(user string) ([]*v1.Node, error)
|
||||
GetCert() []byte
|
||||
GetHostname() string
|
||||
GetIP() string
|
||||
|
Reference in New Issue
Block a user