Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JoystickServer ¶
type JoystickServer struct {
// contains filtered or unexported fields
}
func NewJoystickServer ¶ added in v1.1.0
func NewJoystickServer() *JoystickServer
func (*JoystickServer) GetHealth ¶
func (vs *JoystickServer) GetHealth(ctx echo.Context) error
GetHealth implements api.ServerInterface.
func (*JoystickServer) PressJoystick ¶ added in v1.1.0
func (vs *JoystickServer) PressJoystick(ctx echo.Context, button api.Button) error
PressJoystick implements api.ServerInterface.
Click to show internal directories.
Click to hide internal directories.