Documentation ¶ Index ¶ func PtrToVal[V TestValue](v *V) V func ValToPtr[V TestValue](v V) *V type TestValue Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PtrToVal ¶ func PtrToVal[V TestValue](v *V) V func ValToPtr ¶ func ValToPtr[V TestValue](v V) *V Types ¶ type TestValue ¶ type TestValue interface { string | int32 | bool | uint32 | net.IP | v1core.Protocol | utils.Base64String } Source Files ¶ View all Source files pointers.go Click to show internal directories. Click to hide internal directories.