Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Bytes []byte // This will NOT be marshaled via the JSON below. It is only populated and read as an instance member. CorrelationId string Checksum string contract.Event }
func (Event) MarshalJSON ¶
func (Event) ToContract ¶
Returns an instance of just the public contract portion of the model Event. I don't like returning a pointer from this method but I have to in order to satisfy the Filter, Format interfaces.
Click to show internal directories.
Click to hide internal directories.