web_socket_response

package
v0.0.0-...-71ffa5d Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	Responses   []*Response `json:"-"`
	Event       string      `json:"event,omitempty"`
	Service     string      `json:"service,omitempty"`
	Error       string      `json:"error,omitempty"`
	Data        interface{} `json:"data,omitempty"`
	AllNoBattle bool        `json:"-"`
	All         bool        `json:"-"`
	ID          int         `json:"-"`
	X           int         `json:"-"`
	Y           int         `json:"-"`
	ToX         int         `json:"-"`
	ToY         int         `json:"-"`
	TeamID      int         `json:"-"`
	UserID      int         `json:"-"`
	PlayerID    int         `json:"-"`
	GameUUID    string      `json:"-"`
	OnlyData    bool        `json:"-"`
	BinaryMsg   []byte      `json:"-"`
	CheckTo     bool        `json:"-"`
	Radius      int         `json:"-"`
}

Jump to

Keyboard shortcuts

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