Documentation ¶
Overview ¶
Package colorproxy is a package that provides a color proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Color ¶
type Color interface { GreenString(format string, a ...interface{}) string RedString(format string, a ...interface{}) string YellowString(format string, a ...interface{}) string }
Color is an interface for color.
type ColorProxy ¶
type ColorProxy struct{}
ColorProxy is a struct that implements Color.
func (*ColorProxy) GreenString ¶
func (*ColorProxy) GreenString(format string, a ...interface{}) string
GreenString is a proxy for color.GreenString.
func (*ColorProxy) RedString ¶
func (*ColorProxy) RedString(format string, a ...interface{}) string
RedString is a proxy for color.RedString.
func (*ColorProxy) YellowString ¶
func (*ColorProxy) YellowString(format string, a ...interface{}) string
YellowString is a proxy for color.YellowString.
Click to show internal directories.
Click to hide internal directories.