package
20.10.0-rc1+incompatible
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev

# Functions

Contains checks if the value contains the given value.
DeepEquals checks if two values are equal.
Equals checks if the value is equal to the given value.
False checks if the value is false.
GreaterThan checks if the value is greater than the given value.
HasLen checks if the value has the expected number of elements.
IsNil checks if the value is nil.
Not checks if two values are not.
True checks if the value is true.

# Type aliases

Compare defines the interface to compare values.