package
Version:
v0.0.0-...-958ca12
Opens a new window with list of versions in this module.
Published: Jul 12, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KV map[string]interface{}
func From(pairs ...interface{}) KV
From creates a new KV map from the given list of arguments.
Merge merges the two given KV into a new KV instance.
func (kv KV) Append(o KV)
Append merges the given KV into the current instance.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.