package
0.0.0-20240516031204-092457bd92e0
Repository: https://github.com/photon-storage/go-common.git
Documentation: pkg.go.dev

# Functions

DeepEqual compares values using DeepEqual.
DeepNotEqual compares values using DeepEqual.
DeepNotSSZEqual compares values using DeepEqual.
DeepSSZEqual compares values using DeepEqual.
Equal compares values using comparison operator.
ErrorContains asserts that actual error contains wanted message.
ErrorIs uses Errors.Is to recursively unwrap err looking for target in the chain.
Fail unconditionally.
False asserts value is false.
LogsContain checks that the desired string is a subset of the current log output.
LogsDoNotContain is the inverse check of LogsContain.
Nil asserts that passed value is nil.
NoError asserts that error is nil.
NotEmpty checks that the object fields are not empty.
NotEqual compares values using comparison operator.
NotNil asserts that passed value is not nil.
Panic asserts value is true.
True asserts value is true.

# Interfaces

No description provided by the author