robot

package
v1.0.16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CallbackLogic

type CallbackLogic func(IRobot, []byte)

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 NewRobotWs(path string) IRobot

func NewRobotWss added in v1.0.16

func NewRobotWss(path string) IRobot

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL