Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeJSONWithMap ¶
func MergeJSONWithMap(source, appendix interface{}) interface{}
MergeJSONWithMap accepts interface (effectively, JSON) and a map and merges them together. Source map keys are being overwritten by appendix keys if they overlap. nolint:gocyclo
func SliceToMap ¶
SliceToMap converts string slice into map that can be encoded into JSON.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.