Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistrationItem ¶
type RegistrationItem struct { // Data is the raw data to publish Data []byte // Destination let you set custom NATS targets, when this is not set // the TargetAgent will be used to create a normal agent target Destination string // TargetAgent lets you pick where to send the data as a request TargetAgent string }
RegistrationItem contains a single registration message
Click to show internal directories.
Click to hide internal directories.