From 96fd8b4230f406d1f4bf4c0a17ba6444a6b64f53 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 13 Feb 2020 16:38:22 -0800 Subject: [PATCH] ipn: adjust backend docs a bit more. Signed-off-by: David Anderson --- ipn/backend.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ipn/backend.go b/ipn/backend.go index 3c9910102..593ab915c 100644 --- a/ipn/backend.go +++ b/ipn/backend.go @@ -66,15 +66,13 @@ type Notify struct { // to the backend. That way, while we can't identify an OS user by // name, we can tell two different users apart, because they'll have // different opaque state keys (and no access to each others's keys). -// -// It would be much nicer if we could just figure out the OS user that -// owns the connected frontend, but here we are. type StateKey string type Options struct { // FrontendLogID is the public logtail id used by the frontend. FrontendLogID string - // ServerURL is the base URL of the tailcontrol server to talk to. + // ServerURL is the base URL of the tailcontrol server to talk + // to. Required. ServerURL string // StateKey and Prefs together define the state the backend should // use: