[#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 28e1c486f5
commit b222574ff3
6 changed files with 269 additions and 12 deletions

View File

@@ -25,6 +25,10 @@ func init() {
var sendAbstractionsCacheSingleton = newSendAbstractionsCache()
func SendAbstractionsCacheInvalidate(fs string) {
sendAbstractionsCacheSingleton.InvalidateFSCache(fs)
}
type sendAbstractionsCacheDidLoadFSState int
const (