Documentation
¶
Index ¶
- func YamlToEntitySpec(in []byte) (*specs.EntitySpec, error)
- func YamlToFeatureGroupSpec(in []byte) (*specs.FeatureGroupSpec, error)
- func YamlToFeatureSpec(in []byte) (*specs.FeatureSpec, error)
- func YamlToImportSpec(in []byte) (*specs.ImportSpec, error)
- func YamlToStorageSpec(in []byte) (*specs.StorageSpec, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func YamlToEntitySpec ¶
func YamlToEntitySpec(in []byte) (*specs.EntitySpec, error)
YamlToEntitySpec parses the given yaml and returns the corresponding entity spec, if possible.
func YamlToFeatureGroupSpec ¶
func YamlToFeatureGroupSpec(in []byte) (*specs.FeatureGroupSpec, error)
YamlToFeatureGroupSpec parses the given yaml and returns the corresponding feature group spec, if possible.
func YamlToFeatureSpec ¶
func YamlToFeatureSpec(in []byte) (*specs.FeatureSpec, error)
YamlToFeatureSpec parses the given yaml and outputs the corresponding feature spec, if possible.
func YamlToImportSpec ¶
func YamlToImportSpec(in []byte) (*specs.ImportSpec, error)
YamlToImportSpec parses the given yaml and returns the corresponding import spec, if possible.
func YamlToStorageSpec ¶
func YamlToStorageSpec(in []byte) (*specs.StorageSpec, error)
YamlToStorageSpec parses the given yaml and returns the corresponding storage spec, if possible.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.