Files
Simon Law de53f2111f feature/tailnetlock/tslockjsonv1: extract JSON marshalers for tailscale lock
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>
2026-07-30 16:23:09 -04:00

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