[#321] endpoint: ListAbstractions: acutally emit one Abstraction per matching hold

This commit is contained in:
Christian Schwarz
2020-05-20 13:10:37 +02:00
parent 6e927f20f9
commit b056e7b2b9
6 changed files with 269 additions and 12 deletions
@@ -25,6 +25,10 @@ func init() {
var sendAbstractionsCacheSingleton = newSendAbstractionsCache()
func SendAbstractionsCacheInvalidate(fs string) {
sendAbstractionsCacheSingleton.InvalidateFSCache(fs)
}
type sendAbstractionsCacheDidLoadFSState int
const (