You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types/prefs
Joe Tsai 3d28aa19cb
all: statically enforce json/v2 interface satisfaction (#15154)
The json/v2 prototype is still in flux and the API can/will change.

Statically enforce that types implementing the v2 methods
satisfy the correct interface so that changes to the signature
can be statically detected by the compiler.

Updates tailscale/corp#791

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
11 months ago
..
prefs_example all: statically enforce json/v2 interface satisfaction (#15154) 11 months ago
item.go
list.go all: statically enforce json/v2 interface satisfaction (#15154) 11 months ago
map.go
options.go
prefs.go all: statically enforce json/v2 interface satisfaction (#15154) 11 months ago
prefs_clone_test.go
prefs_test.go all: statically enforce json/v2 interface satisfaction (#15154) 11 months ago
prefs_view_test.go
struct_list.go
struct_map.go