Correct multiplexing

This commit is contained in:
9seconds
2019-11-11 14:04:15 +03:00
parent 0ff9a58780
commit 22905b2a25
19 changed files with 445 additions and 436 deletions
+3 -3
View File
@@ -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
}