mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 03:04:02 +03:00
Correct multiplexing
This commit is contained in:
+3
-3
@@ -34,8 +34,8 @@ type CrashInterface interface {
|
||||
Crash()
|
||||
}
|
||||
|
||||
type AntiReplayDetectedInterface interface {
|
||||
AntiReplayDetected()
|
||||
type ReplayDetectedInterface interface {
|
||||
ReplayDetected()
|
||||
}
|
||||
|
||||
type Interface interface {
|
||||
@@ -46,5 +46,5 @@ type Interface interface {
|
||||
TelegramConnectedInterface
|
||||
TelegramDisconnectedInterface
|
||||
CrashInterface
|
||||
AntiReplayDetectedInterface
|
||||
ReplayDetectedInterface
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user