Searched defs:criticalPath (Results 1 – 2 of 2) sorted by relevance
32 type criticalPath struct { struct33 log logger.Logger35 nodes map[string]*node36 running map[*Action]time.Time38 start, end time.Time40 clock clock135 func (cp *criticalPath) criticalPath() []*node { func
24 *criticalPath anonMember