MCPcopy
hub / github.com/gogf/gf / IEqual

Interface IEqual

errors/gerror/gerror.go:19–22  ·  view source on GitHub ↗

IEqual is the interface for Equal feature.

Source from the content-addressed store, hash-verified

17
18// IEqual is the interface for Equal feature.
19type IEqual interface {
20 error
21 Equal(target error) bool
22}
23
24// ICode is the interface for Code feature.
25type ICode interface {

Callers 8

EqualMethod · 0.65
EqualMethod · 0.65
TestTSet_EqualFunction · 0.65
EqualMethod · 0.65
ExampleStrSet_EqualFunction · 0.65
ExampleIntSet_EqualFunction · 0.65

Implementers 6

Setcontainer/gset/gset_any_set.go
IntSetcontainer/gset/gset_int_set.go
StrSetcontainer/gset/gset_str_set.go
Timeos/gtime/gtime_time.go
Errorerrors/gerror/gerror_error.go
customEqualErrorerrors/gerror/gerror_z_unit_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…