Versions in this module Expand all Collapse all v0 v0.6.0 Feb 3, 2026 Changes in this version + func Contains(s, substr string, message ...string) error + func Empty(value interface{}, message ...string) error + func Equal(expected, actual interface{}, message ...string) error + func False(value bool, message ...string) error + func Nil(value interface{}, message ...string) error + func NotContains(s, substr string, message ...string) error + func NotEqual(expected, actual interface{}, message ...string) error + func NotNil(value interface{}, message ...string) error + func True(value bool, message ...string) error + func YAMLContains(path, field, substr string, message ...string) error + func YAMLField(path, field, expectedValue string, message ...string) error + func YAMLFieldExists(path, field string, message ...string) error + type Error struct + Actual interface{} + Expected interface{} + Message string + func (e *Error) Error() string v0.0.1 Jan 16, 2026