Documentation ¶
Overview ¶
Package common implements utilities shared across the e2e tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalError ¶
type InternalError struct {
Err error
}
InternalError is an error type used to wrap internal errors
func (InternalError) Error ¶
func (i InternalError) Error() string
Error returns a printable InternalError
func (InternalError) Is ¶
func (i InternalError) Is(target error) bool
Is returns true if the target error is an InternalError
Click to show internal directories.
Click to hide internal directories.