Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubChecker ¶
type GithubChecker struct{}
type GithubProbe ¶
type GithubProbe struct {
// contains filtered or unexported fields
}
func NewGithubProbe ¶
func NewGithubProbe(name string) GithubProbe
func (GithubProbe) Check ¶
func (p GithubProbe) Check() error
func (GithubProbe) Name ¶
func (p GithubProbe) Name() string
type GithubStatusResponse ¶
type GithubStatusResponse struct {
Status GithubStatusResponseStatus `json:"status"`
}
type GithubStatusResponseStatus ¶
type GithubStatusResponseStatus struct {
Indicator string `json:"indicator"`
}
Click to show internal directories.
Click to hide internal directories.