Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HealthCheckFunction ¶
type HealthCheckResource ¶
type HealthCheckResource struct {
HealthCheckFunc HealthCheckFunction
}
type ValidationError ¶
type ValidationError struct {
// contains filtered or unexported fields
}
ValidationError - Validation error class.
func (*ValidationError) Error ¶
func (err *ValidationError) Error() string
Error - Print error as string.
func (*ValidationError) MarshalJSON ¶
func (err *ValidationError) MarshalJSON() ([]byte, error)
MarshalJSON - Print error as json bytes.
Click to show internal directories.
Click to hide internal directories.