Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InvokeRequest ¶
type InvokeRequest_Timestamp ¶
type InvokeResponse ¶
type InvokeResponse struct {
Payload []byte
Error *InvokeResponse_Error
}
type InvokeResponse_Error ¶
type InvokeResponse_Error struct {
Message string
Type string
StackTrace []*InvokeResponse_Error_StackFrame
ShouldExit bool
}
type PingRequest ¶
type PingRequest struct {
}
type PingResponse ¶
type PingResponse struct {
}
Click to show internal directories.
Click to hide internal directories.