ipn/ipnlocal: rename SetWebLocalClient to ConfigureWebClient

For consistency with the "WebClient" naming of the other functions
here. Also fixed a doc typo.

A #cleanup

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-11-15 16:38:57 -05:00
committed by Sonia Appasamy
parent d5c460e83c
commit 6f7a1b51a8
3 changed files with 7 additions and 6 deletions

View File

@ -16,7 +16,7 @@ const webClientPort = 5252
type webClient struct{}
func (b *LocalBackend) SetWebLocalClient(lc *tailscale.LocalClient) {}
func (b *LocalBackend) ConfigureWebClient(lc *tailscale.LocalClient) {}
func (b *LocalBackend) WebClientInit() error {
return errors.New("not implemented")