package
Version:
v0.0.0-...-84d9a14
Opens a new window with list of versions in this module.
Published: Apr 12, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Flatten takes a slice of maps and returns a single map
effectively flattening the input
type Intervention struct {
Guid string `json:"guid"`
Site string `json:"site"`
Descriptions []string `json:"descriptions"`
Materials []string `json:"materials"`
Workers []map[string]float32 `json:"workers"`
Notes string `json:"notes"`
Timestamp string `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.