Documentation
¶
Index ¶
- func Assert(ctx context.Context, value bool, errorMessage string, attributes ...any)
- func AssertErrNil(ctx context.Context, err error, customErrorMessage string, attributes ...any)
- func AssertNil(ctx context.Context, value any, errorMessage string, attributes ...any)
- func AssertNotNil(ctx context.Context, value any, errorMessage string, attributes ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertErrNil ¶
Panics if the given error isn't nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.