mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-20 18:07:34 +00:00
feature/taildrop: move rest of Taildrop out of LocalBackend
Updates #12614 Change-Id: If451dec1d796f6a4216fe485975c87f0c62a53e5 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Co-authored-by: Nick Khyl <nickk@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
cf6a593196
commit
068d5ab655
@@ -1335,8 +1335,9 @@ func (b *testBackend) Clock() tstime.Clock { return tstime.StdClock{} }
|
||||
func (b *testBackend) Sys() *tsd.System {
|
||||
return b.lazySys.Get(tsd.NewSystem)
|
||||
}
|
||||
func (b *testBackend) SendNotify(ipn.Notify) { panic("not implemented") }
|
||||
func (b *testBackend) TailscaleVarRoot() string { panic("not implemented") }
|
||||
func (b *testBackend) SendNotify(ipn.Notify) { panic("not implemented") }
|
||||
func (b *testBackend) NodeBackend() ipnext.NodeBackend { panic("not implemented") }
|
||||
func (b *testBackend) TailscaleVarRoot() string { panic("not implemented") }
|
||||
|
||||
func (b *testBackend) SwitchToBestProfile(reason string) {
|
||||
b.mu.Lock()
|
||||
|
Reference in New Issue
Block a user