mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+Show contents count in /baende list
This commit is contained in:
@@ -18,6 +18,7 @@ type BaendeCacheInterface interface {
|
||||
GetEntriesAgents() interface{} // Returns map[string][]*dbmodels.REntriesAgents
|
||||
GetItems() interface{} // Returns map[string][]*dbmodels.Item
|
||||
GetUsers() interface{} // Returns map[string]*dbmodels.User
|
||||
GetContentsCount() interface{} // Returns map[string]int
|
||||
}
|
||||
|
||||
type IApp interface {
|
||||
|
||||
Reference in New Issue
Block a user