Searched defs:PartitionSession (Results 1 – 1 of 1) sorted by relevance
81 type PartitionSession struct { struct82 typedOutput map[res.Type][]*zip.Writer83 sharder shard.Func84 collectedVals map[valuesKey]map[string][]byte85 collectedPaths map[string]res.PathInfo86 collectedRAs map[string][]xml.Attr87 resourceOrder map[string]int119 func (ps *PartitionSession) Close() error {138 func (ps *PartitionSession) CollectPathResource(src res.PathInfo) {146 func (ps *PartitionSession) CollectValues(vr *res.ValuesResource) error {[all …]