ceph-csi/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go

8 lines
71 B
Go
Raw Normal View History

package node
type Node struct {
Id int
}
type NodeOrderedSet []Node