Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckConfig ¶
type CheckConfig struct { IsRoot func() bool IsLinked func() bool AllChecksPassed func() bool GetFailedChecks func() []shared.LastState ReportToTeam func(bool) error RunnerCheck func(context.Context, []claims.Claim, []string, string) LogFatal func(string) LogWarn func(string) LogErrorf func(string, ...interface{}) LogWithError func(error) *log.Entry }
CheckConfig holds the configuration for the check command
func DefaultCheckConfig ¶
func DefaultCheckConfig() *CheckConfig
DefaultCheckConfig returns the default configuration
type StatusConfig ¶
type StatusConfig struct {
PrintStates func()
}
StatusConfig holds the configuration for the status command
func DefaultStatusConfig ¶
func DefaultStatusConfig() *StatusConfig
DefaultStatusConfig returns the default configuration
Source Files
¶
Directories
¶
Path | Synopsis |
---|---|
Package main provides the entry point for the application.
|
Package main provides the entry point for the application. |
Click to show internal directories.
Click to hide internal directories.