package
Version:
v0.0.0-...-d073831
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataPoint struct {
DataType string `json:"data_type"`
Name string `json:"name"`
Data string `json:"data"`
}
type DataPointRequest struct {
DatasetID string `json:"dataset_id"`
DataPoints []DataPoint `json:"datapoints"`
}
type Dataset struct {
ID string `json:"id"`
Name string `json:"name"`
}
type DatasetResponse struct {
Data struct {
ID string `json:"id"`
} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.