Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDoguChecker ¶
func NewDoguChecker(client client.Client, localFetcher internal.LocalDoguFetcher) *doguChecker
NewDoguChecker creates a checker for dogu health.
Types ¶
type DoguHealthError ¶
type DoguHealthError struct {
// contains filtered or unexported fields
}
DoguHealthError is a dogu validation error. Instances can be unwrapped. Instances can be type asserted.
func NewDoguHealthError ¶
func NewDoguHealthError(err error) *DoguHealthError
NewDoguHealthError creates a new dogu health error.
func (*DoguHealthError) Error ¶
func (dhe *DoguHealthError) Error() string
Error returns the full error message as string.
func (*DoguHealthError) Unwrap ¶
func (dhe *DoguHealthError) Unwrap() error
Unwrap returns the original error.
Click to show internal directories.
Click to hide internal directories.