package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: May 26, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 18
Opens a new window with list of known importers.
Documentation
¶
type Data map[string]interface{}
Data is an alias for a map so we can add functions unique to transporter.
AsMap converts the underlying Data d to a map[string]interface{}.
Delete removes the data from the map based on the provided key.
Get returns the value associated with the provided key.
Has returns to two value from of the key lookup on a map.
Set will sets the value based on the key.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.