Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + func ConcurrentMark(ctx context.Context, root <-chan Node, ...) (map[Node]struct{}, error) + func Sweep(reachable map[Node]struct{}, all []Node, remove func(Node) error) error + func Tricolor(roots []Node, refs func(ref Node) ([]Node, error)) (map[Node]struct{}, error) + type Node struct + Key string + Namespace string + Type ResourceType + type ResourceType uint8 + type Stats interface + Elapsed func() time.Duration