Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiHelper ¶
CiHelper is an interface for CI log formatting.
var Default CiHelper
func NewCiHelper ¶
func NewCiHelper() CiHelper
NewCiHelper returns a CiHelper for the current CI environment.
type DefaultCiSection ¶
type DefaultCiSection struct {
// contains filtered or unexported fields
}
func (DefaultCiSection) End ¶
func (d DefaultCiSection) End(ctx context.Context)
SectionEnd ends the current log section.
type GithubActions ¶
type GithubActions struct{}
GithubActions implements CiHelper for GitHub Actions.
type GithubActionsSection ¶
type GithubActionsSection struct {
// contains filtered or unexported fields
}
func (GithubActionsSection) End ¶
func (s GithubActionsSection) End(ctx context.Context)
type GitlabCiSection ¶
type GitlabCiSection struct {
// contains filtered or unexported fields
}
func (GitlabCiSection) End ¶
func (g GitlabCiSection) End(ctx context.Context)
SectionEnd ends the current log section.
Click to show internal directories.
Click to hide internal directories.