String returns the string representation
()
| 43 | |
| 44 | // String returns the string representation |
| 45 | func (e colorConfiguration) String() string { |
| 46 | return string(e) |
| 47 | } |
| 48 | |
| 49 | // Set sets the color configuration |
| 50 | func (e *colorConfiguration) Set(val string) error { |
no outgoing calls