Discover Packages
github.com/fini-net/gh-observer
internal
config
package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Mar 11, 2026
License: GPL-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ColorConfig struct {
Success int `mapstructure:"success"`
Failure int `mapstructure:"failure"`
Running int `mapstructure:"running"`
Queued int `mapstructure:"queued"`
}
type Config struct {
RefreshInterval time .Duration `mapstructure:"refresh_interval"`
Colors ColorConfig `mapstructure:"colors"`
EnableLinks bool `mapstructure:"enable_links"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.