Searched defs:sortedNamespaces (Results 1 – 1 of 1) sorted by relevance
34 type sortedNamespaces struct { struct35 lock sync.Mutex36 items []*Namespace37 sorted bool81 sortedNamespaces sortedNamespaces member