package exa.chat_web_server_pb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ChatWebServerService

chat_web_server.proto:175

enum ActiveEditorType

chat_web_server.proto:51

Used in: InsertCodeAtCursor

message ApplyDiff

chat_web_server.proto:62

Used in: WebServerRequest, WebServerResponse

message CancelInfightMessage

chat_web_server.proto:95

Cancel the inflight message.

Used in: WebServerRequest

message ChatMessageState

chat_web_server.proto:32

Internal state that will be shared between the client and the web server.

Used in: HandshakeResponse, StateUpdate

message ChatMessageWithFeedback

chat_web_server.proto:21

Used in: ChatMessageState

message ClearConversation

chat_web_server.proto:38

Used in: WebServerRequest

enum ClientConnectionType

chat_web_server.proto:15

The type of client that is connecting to the web server.

message ErrorResponse

chat_web_server.proto:73

Used in: WebServerResponse

message HandshakeRequest

chat_web_server.proto:68

Used in: WebServerRequest

message HandshakeResponse

chat_web_server.proto:78

Hydrate the initial state of the client.

Used in: WebServerResponse

message Heartbeat

chat_web_server.proto:100

Heartbeat to keep the connection alive.

Used in: WebServerRequest

(message has no fields)

message InsertCodeAtCursor

chat_web_server.proto:57

Used in: WebServerRequest, WebServerResponse

message OpenFilePointer

chat_web_server.proto:43

Used in: WebServerRequest, WebServerResponse

message StateUpdate

chat_web_server.proto:85

Update the state of the client.

Used in: WebServerResponse

message UpdateUserSettingsRequest

chat_web_server.proto:103

Update user settings.

Used in: WebServerRequest

message WebServerRequest

chat_web_server.proto:108

Messages from the Chat Client or IDE to the Web Server.

message WebServerResponse

chat_web_server.proto:143

Messages from the Web Server to the Chat Client or IDE.