Documentation
¶
Index ¶
- Variables
- func IncludePaths() []string
- func LoadExternalResource(url string) (b []byte, err error)
- func SetIncludePaths(paths []string)
- func UnmarshalObject[U any](parameterName string, data []byte, value *U) error
- func UnmarshalObjectOrFile[U any](parameterName string, data []byte, valObject *U) error
- func UnmarshalPrimitiveOrObject[T string | bool, U any](parameterName string, data []byte, valPrimitive *T, valStruct *U) error
- func WebAssembly() bool
- type Kind
- type UnmarshalError
Constants ¶
This section is empty.
Variables ¶
TODO: Remove global variable
Functions ¶
func IncludePaths ¶
func IncludePaths() []string
IncludePaths will return the search path for non-absolute import file
func LoadExternalResource ¶ added in v2.3.0
func SetIncludePaths ¶
func SetIncludePaths(paths []string)
SetIncludePaths will update the search path for non-absolute import file
func UnmarshalObject ¶
func UnmarshalObjectOrFile ¶
+k8s:deepcopy-gen=false
func WebAssembly ¶
func WebAssembly() bool
Types ¶
type UnmarshalError ¶
type UnmarshalError struct {
// contains filtered or unexported fields
}
UnmarshalError ... +k8s:deepcopy-gen=false
func (*UnmarshalError) Error ¶
func (e *UnmarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.