Rework stats

This commit is contained in:
9seconds
2021-03-27 22:04:30 +03:00
parent 5eca6ecb05
commit bc2bd4510a
19 changed files with 273 additions and 232 deletions
+1
View File
@@ -45,6 +45,7 @@ type IPBlocklist interface {
type Event interface {
StreamID() string
Timestamp() time.Time
}
type EventStream interface {