mirror of https://github.com/tailscale/tailscale/
net/netmon, add: add netmon.State type alias of interfaces.State
... in prep for merging the net/interfaces package into net/netmon. This is a no-op change that updates a bunch of the API signatures ahead of a future change to actually move things (and remove the type alias) Updates tailscale/corp#10910 Updates tailscale/corp#18960 Updates #7967 Updates #3299 Change-Id: I477613388f09389214db0d77ccf24a65bff2199c Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/11816/head
parent
45f0721530
commit
6b95219e3a
@ -0,0 +1,8 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
package netmon
|
||||
|
||||
import "tailscale.com/net/interfaces"
|
||||
|
||||
type State = interfaces.State // temporary (2024-04-27) alias during multi-step removal of net/interfaces
|
Loading…
Reference in New Issue