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/cmd/viewer/tests
Nick Khyl fc28c8e7f3 cmd/cloner, cmd/viewer, util/codegen: add support for generic types and interfaces
This adds support for generic types and interfaces to our cloner and viewer codegens.
It updates these packages to determine whether to make shallow or deep copies based
on the type parameter constraints. Additionally, if a template parameter or an interface
type has View() and Clone() methods, we'll use them for getters and the cloner of the
owning structure.

Updates #12736

Signed-off-by: Nick Khyl <nickk@tailscale.com>
2 months ago
..
tests.go cmd/cloner, cmd/viewer, util/codegen: add support for generic types and interfaces 2 months ago
tests_clone.go cmd/cloner, cmd/viewer, util/codegen: add support for generic types and interfaces 2 months ago
tests_view.go cmd/cloner, cmd/viewer, util/codegen: add support for generic types and interfaces 2 months ago