summaryrefslogtreecommitdiffhomepage
path: root/control/controlclient/client.go
AgeCommit message (Collapse)AuthorFilesLines
2021-04-30controlclient: extract a Client interface and rename Client->Auto.Avery Pennarun1-0/+77
This will let us create a mock or fake Client implementation for use with ipn.Backend. Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>