Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMatcherForCreate ¶
func NewMatcherForCreate(i interface{}) types.GomegaMatcher
func NewMatcherForPatch ¶
func NewMatcherForPatch(i interface{}) types.GomegaMatcher
func NewProviderMatcher ¶
func NewProviderMatcher(v any, path string) types.GomegaMatcher
Types ¶
type Matcher ¶
type Matcher struct { DNSMatcher types.GomegaMatcher // contains filtered or unexported fields }
func (*Matcher) FailureMessage ¶
func (*Matcher) NegatedFailureMessage ¶
type ProviderMatcher ¶
type ProviderMatcher struct {
// contains filtered or unexported fields
}
func (*ProviderMatcher) FailureMessage ¶
func (m *ProviderMatcher) FailureMessage(_ interface{}) string
func (*ProviderMatcher) Match ¶
func (m *ProviderMatcher) Match(actual interface{}) (success bool, err error)
func (*ProviderMatcher) NegatedFailureMessage ¶
func (m *ProviderMatcher) NegatedFailureMessage(_ interface{}) string
Click to show internal directories.
Click to hide internal directories.