mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-13 17:19:22 +00:00
types/netmap: fix NodeMutationEndpoints docs typo (#16234)
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
This commit is contained in:
parent
9501f66985
commit
cc8dc9e4dc
@ -37,7 +37,7 @@ func (m NodeMutationDERPHome) Apply(n *tailcfg.Node) {
|
|||||||
n.HomeDERP = m.DERPRegion
|
n.HomeDERP = m.DERPRegion
|
||||||
}
|
}
|
||||||
|
|
||||||
// NodeMutation is a NodeMutation that says a node's endpoints have changed.
|
// NodeMutationEndpoints is a NodeMutation that says a node's endpoints have changed.
|
||||||
type NodeMutationEndpoints struct {
|
type NodeMutationEndpoints struct {
|
||||||
mutatingNodeID
|
mutatingNodeID
|
||||||
Endpoints []netip.AddrPort
|
Endpoints []netip.AddrPort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user