Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func NewNotifier() *Notifier
type ReadCtx ¶
type ReadCtx struct {
// contains filtered or unexported fields
}
ReadCtx is a mocked reading context that can be used for mocking messages.
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader is a component that can be used for mocking.
func (*Reader) Accept ¶
Accept must be called by the user of this mock to ReadLogs. The resulting ReadCtx can be used to mock messages.
Click to show internal directories.
Click to hide internal directories.