Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawEventMock ¶
type RawEventMock struct { IDCall func() string EventCall func() string DataCall func() string RetryCall func() int64 IsErrorCall func() bool IsEmptyCall func() bool }
func (*RawEventMock) Data ¶
func (r *RawEventMock) Data() string
func (*RawEventMock) Event ¶
func (r *RawEventMock) Event() string
func (*RawEventMock) ID ¶
func (r *RawEventMock) ID() string
func (*RawEventMock) IsEmpty ¶
func (r *RawEventMock) IsEmpty() bool
func (*RawEventMock) IsError ¶
func (r *RawEventMock) IsError() bool
func (*RawEventMock) Retry ¶
func (r *RawEventMock) Retry() int64
Click to show internal directories.
Click to hide internal directories.