Documentation
¶
Overview ¶
Package folding provides a way to fold / collapse log messages when it detects it's running in a CI environment'
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Folder ¶
type Folder interface {
Start(file string, msg string, open bool) (string, error)
Stop(id string) error
}
Folder represents a CI environment that supports folding / collapsing log messages
func New ¶
func New() Folder
New returns a Folding instance based on if a CI environment variable is set
Click to show internal directories.
Click to hide internal directories.