package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2023
License: Unlicense
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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-"`
Scaleway `embed:""`
Tui `embed:"" prefix:"ui-"`
}
type Scaleway struct {
Profile string `default:"" help:"Scaleway profile name"`
}
type Tui struct {
Theme string `default:"monokai" help:"The theme to use for syntax highlighting."`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.