mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-20 21:10:52 +08:00
Generated by eg using template:
---
package p
import "github.com/tailscale/wireguard-go/wgcfg"
func before(k wgcfg.PrivateKey) bool { return k == wgcfg.PrivateKey{} }
func after(k wgcfg.PrivateKey) bool { return k.IsZero() }
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
|
||
|---|---|---|
| .. | ||
| auto.go | ||
| controlclient_test.go | ||
| direct_clone.go | ||
| direct_test.go | ||
| direct.go | ||
| filter.go | ||
| hostinfo_linux.go | ||
| hostinfo_windows.go | ||
| netmap_test.go | ||
| netmap.go | ||
| persist_test.go | ||