Documentation
¶
Index ¶
- func PrintLines(lines []string)
- type StatusColor
- type StatusColorDisabled
- func (StatusColorDisabled) NeedToCommit(string string) string
- func (StatusColorDisabled) NeedToCommitAndPush(string string) string
- func (StatusColorDisabled) NeedToPush(string string) string
- func (StatusColorDisabled) Unknown(string string) string
- func (StatusColorDisabled) UpToDate(string string) string
- type StatusColorEnabled
- func (StatusColorEnabled) NeedToCommit(string string) string
- func (StatusColorEnabled) NeedToCommitAndPush(string string) string
- func (StatusColorEnabled) NeedToPush(string string) string
- func (StatusColorEnabled) Unknown(string string) string
- func (StatusColorEnabled) UpToDate(string string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintLines ¶
func PrintLines(lines []string)
Types ¶
type StatusColor ¶
type StatusColorDisabled ¶
type StatusColorDisabled struct { }
func (StatusColorDisabled) NeedToCommit ¶
func (StatusColorDisabled) NeedToCommit(string string) string
func (StatusColorDisabled) NeedToCommitAndPush ¶
func (StatusColorDisabled) NeedToCommitAndPush(string string) string
func (StatusColorDisabled) NeedToPush ¶
func (StatusColorDisabled) NeedToPush(string string) string
func (StatusColorDisabled) Unknown ¶
func (StatusColorDisabled) Unknown(string string) string
func (StatusColorDisabled) UpToDate ¶
func (StatusColorDisabled) UpToDate(string string) string
type StatusColorEnabled ¶
type StatusColorEnabled struct { }
func (StatusColorEnabled) NeedToCommit ¶
func (StatusColorEnabled) NeedToCommit(string string) string
func (StatusColorEnabled) NeedToCommitAndPush ¶
func (StatusColorEnabled) NeedToCommitAndPush(string string) string
func (StatusColorEnabled) NeedToPush ¶
func (StatusColorEnabled) NeedToPush(string string) string
func (StatusColorEnabled) Unknown ¶
func (StatusColorEnabled) Unknown(string string) string
func (StatusColorEnabled) UpToDate ¶
func (StatusColorEnabled) UpToDate(string string) string
Click to show internal directories.
Click to hide internal directories.