Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockByteArrayWriter ¶
type MockByteArrayWriter struct {
// contains filtered or unexported fields
}
func (*MockByteArrayWriter) Data ¶
func (m *MockByteArrayWriter) Data() [][]byte
func (*MockByteArrayWriter) Weight ¶
func (m *MockByteArrayWriter) Weight() int
func (*MockByteArrayWriter) Write ¶
func (m *MockByteArrayWriter) Write(p []byte)
type MockEnvelopeWriter ¶
type MockEnvelopeWriter struct { Events []*events.Envelope // contains filtered or unexported fields }
func (*MockEnvelopeWriter) Write ¶
func (m *MockEnvelopeWriter) Write(event *events.Envelope)
Click to show internal directories.
Click to hide internal directories.