package
Version:
v0.0.0-...-f380179
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 28
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
InitNv7Haven initializes the handlers for Nv7Haven
type CPUData struct {
CPUUsage float64 `json:"cpu_usage"`
MemoryUsage float64 `json:"memory_usage"`
CPUTemperature float64 `json:"cpu_temperature"`
DiskUsage float64 `json:"disk_usage"`
}
type CommandCount struct {
Counts map[string]int `json:"counts"`
Time int64 `json:"time"`
TimeString string `json:"timestring"`
}
type Suggestion struct {
Votes int
Name string
}
Suggestion represents the datatype for a suggestion
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.