push_worker

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventInfo

type EventInfo struct {
	GatewayIp    string `json:"gateway_ip,omitempty"`
	HttpPort     string `json:"http_port,omitempty"`
	SocketPort   string `json:"socket_port,omitempty"`
	ConnectionId string `json:"connection_id,omitempty"`
	EventTime    int64  `json:"event_time,omitempty"`
	EventType    string `json:"event_type,omitempty"`
	EventData    string `json:"event_data,omitempty"`
	DataLength   int64  `json:"data_length,omitempty"`
}

type ResponseInfo

type ResponseInfo struct {
	WorkerIp     string `json:"worker_ip,omitempty"`
	ConnectionId string `json:"connection_id,omitempty"`
	EventTime    int64  `json:"event_time,omitempty"`
	RequestTime  int64  `json:"request_time,omitempty"`
	ResponseCode int64  `json:"response_code,omitempty"`
	ResponseData string `json:"response_data,omitempty"`
	DataLength   int64  `json:"data_length,omitempty"`
}

Jump to

Keyboard shortcuts

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