package
1.11.0
Repository: https://github.com/blend/kops.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
FormatValue returns a string representing the value.
InvokeMethod calls the specified method by reflection.
No description provided by the author
IsPrimitiveValue returns true if passed a value of primitive type: int, bool, etc Note that string (like []byte) is not treated as a primitive type.
JsonMergeStruct merges src into dest It uses a JSON marshal & unmarshal, so only fields that are JSON-visible will be copied.
ReflectRecursive calls visitor with v and every recursive sub-value, skipping subtrees if SkipReflection is returned.
RegisterPrinter adds a custom printer function.
ValueAsString returns a human-readable string representation of the passed value.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Type aliases

Printer is a custom printer function, so we can add special display for objects (without introducing a package dependency).