Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckLogger ¶
type CheckLogger struct {
// contains filtered or unexported fields
}
CheckLogger handles logging for individual check runs.
func NewCheckLogger ¶
func NewCheckLogger(id string) *CheckLogger
NewCheckLogger creates a new logger for a check run.
func (*CheckLogger) GetBuffer ¶
func (l *CheckLogger) GetBuffer() *bytes.Buffer
GetBuffer returns the underlying buffer.
func (*CheckLogger) Printf ¶
func (l *CheckLogger) Printf(format string, v ...interface{})
Printf logs a formatted message.
Click to show internal directories.
Click to hide internal directories.