package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Aug 18, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
Networks []string `yaml:"networks"`
Disks map[string][]string `yaml:"disks"`
Units Units `yaml:"units"`
LoggingLevel string `yaml:"loggingLevel"`
CpuTemp *string `yaml:"cpuTemp"`
Include []string `yaml:"include"`
Exclude []string `yaml:"exclude"`
Cors *Cors `yaml:"cors"`
}
type Cors struct {
Origin string `yaml:"origin"`
Methods string `yaml:"methods"`
}
type Units struct {
Array string `yaml:"array"`
Cache string `yaml:"cache"`
Pools string `yaml:"pools"`
Memory string `yaml:"memory"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.