Updated EventCost FieldAsInterface. Fixes #2375

This commit is contained in:
Trial97
2020-12-02 17:17:26 +02:00
committed by Dan Christian Bogos
parent 53f8b34f01
commit fbc2af6845
12 changed files with 243 additions and 69 deletions

View File

@@ -1427,6 +1427,11 @@ type ArgCacheReplicateSet struct {
Tenant string
}
// Compiler are objects that need post compiling
type Compiler interface {
Compile() error
}
type ArgCacheReplicateRemove struct {
CacheID string
ItemID string