Simon Law
0bbaed6af4
cmd/tailscale/cli/jsonoutput: rename exported identifiers ( #19994 )
...
Since we don’t think anyone has actually imported the jsonoutput
package yet, we still have a chance to rename its fundamental types:
1. Rename the JSONSchemaVersion struct to SchemaVersion because
it is a flag.Value that can represent any schema version.
2. Rename the JSONSchemaVersion.Value field to SchemaVersion.Version
so the struct reads better:
if args.json.IsSet && args.json.Version == 1 {
// ...
}
Updates #17613
Signed-off-by: Simon Law <sfllaw@tailscale.com >
2026-06-04 09:55:48 -07:00
..
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-02-19 16:06:12 +00:00
2026-05-14 10:30:59 -04:00
2026-01-23 15:49:45 -08:00
2026-06-03 20:20:36 +01:00
2026-06-01 11:50:24 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-06 18:43:45 -07:00
2026-05-15 09:37:22 -07:00
2026-01-23 15:49:45 -08:00
2026-04-05 15:52:51 -07:00
2026-06-03 20:20:36 +01:00
2026-04-15 16:13:46 +01:00
2026-01-23 15:49:45 -08:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-04-28 10:18:32 -07:00
2026-03-24 14:45:23 +00:00
2026-06-01 16:12:08 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-11 11:12:11 -07:00
2026-01-27 14:49:56 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-05-01 06:51:40 -07:00
2026-03-06 13:32:03 -08:00
2026-06-03 19:36:19 -07:00
2026-01-23 15:49:45 -08:00
2026-06-01 16:12:08 -07:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-04-27 18:54:14 -07:00
2026-06-04 09:55:48 -07:00
2026-06-01 17:40:07 -07:00
2026-01-23 15:49:45 -08:00
2026-06-01 11:07:56 -07:00
2026-01-23 15:49:45 -08:00
2026-05-20 10:48:29 -07:00
2026-06-01 11:50:24 -07:00
2026-04-22 13:34:18 -04:00
2026-04-16 20:00:25 -07:00
2026-01-23 15:49:45 -08:00
2026-04-29 12:58:00 -07:00
2026-05-04 14:03:28 -07:00
2026-05-14 10:30:59 -04:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00