//
pkg.gl
Category
github.com/airbytehq/abctl
internal
maps
package
0.24.0
Repository:
https://github.com/airbytehq/abctl.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
88 SLOC
#
Functions
FromSlice
FromSlice converts a slice of dot-delimited string values into a map[string]any.
FromYAMLFile
FromYAMLFile converts a yaml file into a map[string]any.
Merge
Merge merges the override map into the base map.
ToYAML
ToYAML converts the m map into a yaml string.