Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Marshal ¶
func Marshal(v V) (runtime.RawExtension, error)
Marshal returns a runtime.RawExtension object.
func MustMarshal ¶
func MustMarshal(v V) runtime.RawExtension
MustMarshal is like Marshal but panics if there's an error.
func MustUnmarshal ¶
func MustUnmarshal(from runtime.RawExtension, into *V)
MustUnmarshal is like Unmarshal but panics if there's an error.
Types ¶
Click to show internal directories.
Click to hide internal directories.