package
module
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Dec 18, 2024
License: BSD-3-Clause-Clear
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Flattened struct {
Items []Item `json:"flattened"`
}
type Item struct {
Key string `json:"key"`
Value interface{} `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.