mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-15 07:20:36 -04:00
This patch extracts the functions used to marshal the JSON output of the `tailscale lock` subcommand. Updates #17613 Signed-off-by: Simon Law <sfllaw@tailscale.com>
10 lines
353 B
Go
10 lines
353 B
Go
// Copyright (c) Tailscale Inc & contributors
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
//go:build !ts_omit_tailnetlock
|
|
|
|
// Package tslockjsonv1 provides converters for internal data structures
|
|
// to the JSON output returned by the CLI, in a stable "v1" format,
|
|
// defined in the [tailscale.com/cmd/tailscale/tslockjsonv1] package.
|
|
package tslockjsonv1
|