mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
types/netmap: remove some old TODOs
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
49808ae6ea
commit
6d64107f26
@ -57,11 +57,8 @@ type NetworkMap struct {
|
|||||||
|
|
||||||
User tailcfg.UserID
|
User tailcfg.UserID
|
||||||
Domain string
|
Domain string
|
||||||
// TODO(crawshaw): reduce UserProfiles to []tailcfg.UserProfile?
|
|
||||||
// There are lots of ways to slice this data, leave it up to users.
|
|
||||||
UserProfiles map[tailcfg.UserID]tailcfg.UserProfile
|
UserProfiles map[tailcfg.UserID]tailcfg.UserProfile
|
||||||
// TODO(crawshaw): Groups []tailcfg.Group
|
|
||||||
// TODO(crawshaw): Capabilities []tailcfg.Capability
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// MagicDNSSuffix returns the domain's MagicDNS suffix (even if
|
// MagicDNSSuffix returns the domain's MagicDNS suffix (even if
|
||||||
|
Loading…
Reference in New Issue
Block a user