Documentation ¶
Index ¶
- Constants
- Variables
- func Entry(_, _, val string) (string, bool, error)
- func Error(_, _ string) (bool, error)
- func HasGUI() bool
- func Info(_, _ string) (bool, error)
- func Notify(_ string, _ ...interface{}) error
- func OpenCmd(cmd ...string) error
- func OpenFile(filePath string) error
- func OpenLog(logFile string) error
- func OpenURL(url string) error
- func Question(_, _ string, _ bool) (bool, error)
- func StartCmd(c string, v ...string) error
- func Warning(_, _ string) (bool, error)
Constants ¶
View Source
const SystrayIcon = "files/images/favicon.png"
SystrayIcon is the icon in the system tray or task bar.
Variables ¶
View Source
var ErrUnsupported = fmt.Errorf("unsupported OS")
ErrUnsupported is just an error.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.