Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confirmation ¶
type Confirmation struct {
MessageID string
}
func (Confirmation) String ¶
func (c Confirmation) String() string
type Message ¶
type Message struct { ID string Resource string TraceID string Attributes map[string]interface{} Subject string Data interface{} }
func (*Message) AddAttribute ¶
type Option ¶
type Option func(m *Message)
func WithAttribute ¶
func WithSubject ¶
func WithTraceId ¶
Click to show internal directories.
Click to hide internal directories.