Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logging struct {
Level slog.Level `default:"INFO" enum:"DEBUG,INFO,WARN,ERROR" help:"Log level"`
File string `default:"/tmp/scwtui.log" help:"File to write logs to"`
} `embed:"" prefix:"log-"`
Debug bool `default:"false" help:"Enable debug mode"`
Scaleway `embed:""`
Tui `embed:"" prefix:"ui-"`
}
Click to show internal directories.
Click to hide internal directories.