Documentation ¶
Index ¶
Constants ¶
View Source
const ( RenderRequest = "Render" PixelResult = "Pixel" RenderingCompleted = "Rendered" RenderRequestResponse = "RenderResponse" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentStatus ¶
type PixelResultMessage ¶
type RenderRequestMessage ¶
type RenderRequestMessage struct { Type string Data models.Specification OperationId string }
type RenderRequestResponseMessage ¶
type RenderRequestResponseMessage struct { Type string Code RenderResponseCode OperationId string }
type RenderResponseCode ¶
type RenderResponseCode string
const ( RenderRequestAccepted RenderResponseCode = "RenderRequestAccepted" RenderRequestTracingAlreadyInProgress = "RenderRequestTracingAlreadyInProgress" )
type WebSocketMessage ¶
Click to show internal directories.
Click to hide internal directories.