Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseKeyMaps ¶
ParseKeyMaps converts a string array of key lookups into a map of the map name and key Example: [a[b] mysecret[foo.txt]] becomes map[a:b mysecret:foo.txt]
func ParseVariableAssignments ¶
ParseVariableAssignments converts a string array of variable assignments into a map of keys and values Example: [a=b c=abc1232=== d=banana d=pineapple] becomes map[a:b c:abc1232=== d:[banana pineapple]]
func ParseVariableJSON ¶
ParseVariableJSON converts a JSON object into a map of keys and values Example: `{ "location" : "east", "group" : "demo" }' becomes map[location:east group:demo]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.