mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-22 08:10:46 +09:00
Rename [Nn]amespace -> [Uu]ser in go code
Use gopls, ag and perl to rename all occurances of Namespace Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
committed by
Juan Font
parent
bafb6791d3
commit
e3a2593344
@@ -47,7 +47,7 @@ var (
|
||||
}
|
||||
)
|
||||
|
||||
type TestNamespace struct {
|
||||
type TestUser struct {
|
||||
count int
|
||||
tailscales map[string]dockertest.Resource
|
||||
}
|
||||
@@ -296,7 +296,7 @@ func getMagicFQDN(
|
||||
hostnames[index] = fmt.Sprintf(
|
||||
"%s.%s.headscale.net",
|
||||
listAll[index].GetGivenName(),
|
||||
listAll[index].GetNamespace().GetName(),
|
||||
listAll[index].GetUser().GetName(),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user