mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 15:04:01 +03:00
Add iplist_size metric
This commit is contained in:
@@ -53,6 +53,9 @@ type Observer interface {
|
||||
// EventReplayAttack reacts on incoming mtglib.EventReplayAttack event.
|
||||
EventReplayAttack(mtglib.EventReplayAttack)
|
||||
|
||||
// EventIPListSize reacts on incoming mtglib.EventIPListSize
|
||||
EventIPListSize(mtglib.EventIPListSize)
|
||||
|
||||
// Shutdown stop observer. Default event stream guarantees:
|
||||
// 1. If shutdown is executed, it is executed only once
|
||||
// 2. Observer won't receieve any new message after this
|
||||
|
||||
Reference in New Issue
Block a user