Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallbackLogic ¶
type IRobot ¶
type IRobot interface {
Connect(address string) IRobot
RegisterCallbackMessage(messageType string, f CallbackLogic) IRobot
Send(messageType string, v1 proto.Message)
SendMessage(module, serviceName string, v1 proto.Message)
}
func NewRobotTcp ¶
func NewRobotTcp() IRobot
func NewRobotWs ¶
func NewRobotWss ¶
Click to show internal directories.
Click to hide internal directories.