ceph-csi/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go
Humble Chirammal 34fc1d847e Changes to accommodate client-go changes and kube vendor update
to v1.18.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2020-04-14 10:50:12 +00:00

9 lines
93 B
Go

package node
type Node struct {
ID int
Value interface{}
}
type NodeOrderedSet []Node