Documentation ¶
Index ¶
- func Init(configPath string)
- func Start()
- type LogColors
- func (l LogColors) Black() string
- func (l LogColors) Blue() string
- func (l LogColors) BoldBlack() string
- func (l LogColors) BoldBlue() string
- func (l LogColors) BoldCyan() string
- func (l LogColors) BoldGreen() string
- func (l LogColors) BoldMagenta() string
- func (l LogColors) BoldRed() string
- func (l LogColors) BoldWhite() string
- func (l LogColors) BoldYellow() string
- func (l LogColors) BrightBlack() string
- func (l LogColors) BrightBlue() string
- func (l LogColors) BrightCyan() string
- func (l LogColors) BrightGreen() string
- func (l LogColors) BrightMagenta() string
- func (l LogColors) BrightRed() string
- func (l LogColors) BrightWhite() string
- func (l LogColors) BrightYellow() string
- func (l LogColors) Cyan() string
- func (l LogColors) Green() string
- func (l LogColors) Magenta() string
- func (l LogColors) Red() string
- func (l LogColors) Reset() string
- func (l LogColors) Select(key string) string
- func (l LogColors) White() string
- func (l LogColors) Yellow() string
- type Setting
- func (s Setting) BuildDelay() time.Duration
- func (s Setting) BuildErrorsFilePath() string
- func (s Setting) BuildLogName() string
- func (s Setting) BuildPath() string
- func (s Setting) Colors() string
- func (s Setting) Ignored() string
- func (s Setting) LogColor(role string) string
- func (s Setting) LogColorApp() string
- func (s Setting) LogColorBuild() string
- func (s Setting) LogColorMain() string
- func (s Setting) LogColorRunner() string
- func (s Setting) LogColorWatcher() string
- func (s Setting) NoRebuildExt() string
- func (s Setting) RootPath() string
- func (s Setting) Set(key settingKey, value string)
- func (s Setting) TmpPath() string
- func (s Setting) ValidExt() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogColors ¶
type LogColors map[logColorsKey]string
func (LogColors) BoldMagenta ¶
func (LogColors) BoldYellow ¶
func (LogColors) BrightBlack ¶
func (LogColors) BrightBlue ¶
func (LogColors) BrightCyan ¶
func (LogColors) BrightGreen ¶
func (LogColors) BrightMagenta ¶
func (LogColors) BrightWhite ¶
func (LogColors) BrightYellow ¶
type Setting ¶
type Setting map[settingKey]string
func (Setting) BuildDelay ¶
func (Setting) BuildErrorsFilePath ¶
func (Setting) BuildLogName ¶
func (Setting) LogColorApp ¶
func (Setting) LogColorBuild ¶
func (Setting) LogColorMain ¶
func (Setting) LogColorRunner ¶
func (Setting) LogColorWatcher ¶
func (Setting) NoRebuildExt ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.