OutputGroup is the style options specific to the Group style.
| 52 | |
| 53 | // OutputGroup is the style options specific to the Group style. |
| 54 | type OutputGroup struct { |
| 55 | Begin, End string |
| 56 | ErrorOnly bool `yaml:"error_only"` |
| 57 | } |
| 58 | |
| 59 | // IsSet returns true if and only if a custom output style is set. |
| 60 | func (g *OutputGroup) IsSet() bool { |
nothing calls this directly
no outgoing calls
no test coverage detected