Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChekerError ¶
type ChekerError struct {
// contains filtered or unexported fields
}
func NewCheckerError ¶
func NewCheckerError() *ChekerError
func (*ChekerError) Add ¶
func (v *ChekerError) Add(err error)
func (*ChekerError) Error ¶
func (v *ChekerError) Error() string
func (*ChekerError) HasErrors ¶
func (v *ChekerError) HasErrors() bool
Click to show internal directories.
Click to hide internal directories.