Documentation ¶ Index ¶ type Marshaler func (m Marshaler) Marshal(md *event.Metadata, data []byte) (amqp.Publishing, error) func (m Marshaler) Unmarshal(d *amqp.Delivery) (*event.Metadata, []byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Marshaler ¶ type Marshaler struct { // contains filtered or unexported fields } func (Marshaler) Marshal ¶ func (m Marshaler) Marshal(md *event.Metadata, data []byte) (amqp.Publishing, error) func (Marshaler) Unmarshal ¶ func (m Marshaler) Unmarshal(d *amqp.Delivery) (*event.Metadata, []byte, error) Source Files ¶ View all Source files marshaler.go Directories ¶ Show internal Expand all Path Synopsis contentmode binary structured Click to show internal directories. Click to hide internal directories.