Documentation ¶
Index ¶
Constants ¶
View Source
const ( HTTP = "http" GRPC = "grpc" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notification ¶
type Notification interface { OnClientConnect(data interface{}) bool OnClientDisconnected(data interface{}) bool OnSubscribe(data interface{}) bool OnUnSubscribe(data interface{}) bool OnAgentConnect(data interface{}) bool OnAgentDisconnected(data interface{}) bool }
func NewNotify ¶
func NewNotify(name string) Notification
Click to show internal directories.
Click to hide internal directories.