Documentation ¶
Overview ¶
Package conversion provides helpers to support constructing conversion functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConversionFuncHelper ¶
func AddConversionFuncHelper[In any, Out any](scheme *runtime.Scheme, converter func(a *In, b *Out, scope conversion.Scope) error) error
AddConversionFuncHelper is a generic helper function to register a function and do the type conversion
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.