package
Version:
v0.0.0-...-12bc29a
Opens a new window with list of versions in this module.
Published: Nov 25, 2024
License: Apache-2.0
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
¶
type Data struct {
Humidity float64 `json:"humidity"`
Pressure int `json:"pressure"`
Tempreature float64 `json:"temperature"`
CreatedOn string `json:"created_on"`
}
type User struct {
Username string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.