package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Oct 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
GetItem return generic type of specified keys. Allow only map[string]interface{}/[]interface{} parent as it's used with nerdgraph structure.
func Ternary[T any](b bool, vt T, vf T) T
func To[T any](obj interface{}) (out T, err error)
func ToForce[T any](obj interface{}) (out T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.