config

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ColorConfig

type ColorConfig struct {
	Success int `mapstructure:"success"`
	Failure int `mapstructure:"failure"`
	Running int `mapstructure:"running"`
	Queued  int `mapstructure:"queued"`
}

type Config

type Config struct {
	RefreshInterval time.Duration `mapstructure:"refresh_interval"`
	Colors          ColorConfig   `mapstructure:"colors"`
	EnableLinks     bool          `mapstructure:"enable_links"`
}

func Load

func Load() (*Config, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL