package player import "samba/stub" type IRobot interface { OnMessage(msgId string, msg interface{}) Clean() Cnf() stub.RobotTemper }