Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNIMParser ¶
func GetNIMParser(data []byte) nimparser.NIMParserInterface
GetNIMParser unmarshals the provided byte slice into a NIMSchemaManifest struct and returns the corresponding NIMParserInterface implementation based on the schema version. If the unmarshalling fails or the schema version is not recognized, it returns a NIMParser from v1.
Parameters: - data: A byte slice containing the YAML data to be unmarshaled.
Returns: - A NIMParserInterface implementation based on the schema version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.