package
Version:
v0.0.0-...-6d09ece
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetConfig returns the configuration
LogLevel returns the log level
Save saves the configuration
type FanConfig struct {
Enabled bool
CPU [][]int
HDD [][]int
}
type RawConfig struct {
Fan struct {
Enabled bool `toml:"enabled"`
CPU map[string]int `toml:"cpu"`
HDD map[string]int `toml:"hdd"`
} `toml:"fan"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.