mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-11 02:08:36 +00:00
13 lines
257 B
Go
13 lines
257 B
Go
![]() |
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
//go:build ts_omit_taildrop
|
||
|
|
||
|
package ipnlocal
|
||
|
|
||
|
type taildrop_Manager = struct{}
|
||
|
|
||
|
func (b *LocalBackend) newTaildropManager(fileRoot string) *taildrop_Manager {
|
||
|
return nil
|
||
|
}
|