Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClientConnectedInterface ¶
type ClientConnectedInterface interface {
ClientConnected(conntypes.ConnectionType, *net.TCPAddr)
}
type ClientDisconnectedInterface ¶
type ClientDisconnectedInterface interface {
ClientDisconnected(conntypes.ConnectionType, *net.TCPAddr)
}
type CrashInterface ¶
type CrashInterface interface {
Crash()
}
type EgressTrafficInterface ¶
type EgressTrafficInterface interface {
EgressTraffic(int)
}
type IngressTrafficInterface ¶
type IngressTrafficInterface interface {
IngressTraffic(int)
}
type Interface ¶
type Interface interface {
IngressTrafficInterface
EgressTrafficInterface
ClientConnectedInterface
ClientDisconnectedInterface
TelegramConnectedInterface
TelegramDisconnectedInterface
CrashInterface
ReplayDetectedInterface
}
var Stats Interface
type ReplayDetectedInterface ¶
type ReplayDetectedInterface interface {
ReplayDetected()
}
Click to show internal directories.
Click to hide internal directories.