Last updated 1 year ago
Was this helpful?
type IAppPartitions interface { ... Borrow(qpp AppQName, part PartitionID, procKind ProcessorKind) (IAppPartition, error) ... }