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 `json:"errorMessage"` Type string `json:"errorType"` StackTrace []*InvokeResponse_Error_StackFrame `json:"stackTrace,omitempty"` ShouldExit bool `json:"-"` }
func (InvokeResponse_Error) Error ¶ added in v1.20.0
func (e InvokeResponse_Error) Error() string
type PingRequest ¶
type PingRequest struct { }
type PingResponse ¶
type PingResponse struct { }
Click to show internal directories.
Click to hide internal directories.