Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandCodec ¶
type CommandCodec struct{}
CommandCodec is a codec for marshaling and unmarshaling commands to and from bytes in BSON format.
func (CommandCodec) MarshalCommand ¶
MarshalCommand marshals a command into bytes in BSON format.
type EventCodec ¶
type EventCodec struct{}
EventCodec is a codec for marshaling and unmarshaling events to and from bytes in BSON format.
func (*EventCodec) MarshalEvent ¶
MarshalEvent marshals an event into bytes in BSON format.
Click to show internal directories.
Click to hide internal directories.