Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exception ¶
type Exception struct { Value interface{} `json:"value" cbor:"value"` Parent string `json:"parent" cbor:"parent"` Restart bool `json:"restart" cbor:"restart"` Backpressure float64 `json:"backpressure" cbor:"backpressure"` Service string `json:"service" cbor:"service"` }
Exception is thrown asynchronously from services.
Click to show internal directories.
Click to hide internal directories.