Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
Matcher is a type that takes in some requirements and node tags and can be told when a node has succeeded and it will report if the set of successful nodes meets the requirements.
func NewMatcher ¶
func NewMatcher(reqs *pb.CohortRequirements, totalPieces int) *Matcher
NewMatcher creates a new matcher with the given node tags and requirements.
Click to show internal directories.
Click to hide internal directories.