package
Version:
v0.240430.0
Opens a new window with list of versions in this module.
Published: Apr 30, 2024
License: CC0-1.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
¶
Separate package to for hardware/mdb related config structure.
Ugly workaround to import cycles.
type Config struct {
Bill struct {
ScalingFactor int `hcl:"scaling_factor"`
}
Coin struct {
DispenseStrategy int
}
LogDebug bool `hcl:"log_debug"`
UartDevice string `hcl:"uart_device"`
UartDriver string `hcl:"uart_driver"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.