all: standardize on PeerAPI

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2022-11-16 22:38:38 +05:00
committed by Maisem Ali
parent 1b56acf513
commit 22238d897b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ type WhoIsResponse struct {
type FileTarget struct {
Node *tailcfg.Node
// PeerAPI is the http://ip:port URL base of the node's peer API,
// PeerAPI is the http://ip:port URL base of the node's PeerAPI,
// without any path (not even a single slash).
PeerAPIURL string
}