Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Streamable ¶ added in v0.43.3
Streamable is an autogenerated mock type for the Streamable type
func NewStreamable ¶ added in v0.43.3
func NewStreamable(t interface {
mock.TestingT
Cleanup(func())
}) *Streamable
NewStreamable creates a new instance of Streamable. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Streamable) Close ¶ added in v0.43.3
func (_m *Streamable) Close()
Close provides a mock function with no fields
func (*Streamable) Fail ¶ added in v0.43.3
func (_m *Streamable) Fail(_a0 error)
Fail provides a mock function with given fields: _a0
func (*Streamable) ID ¶ added in v0.43.3
func (_m *Streamable) ID() string
ID provides a mock function with no fields
type Subscription ¶ added in v0.43.3
Subscription is an autogenerated mock type for the Subscription type
func NewSubscription ¶ added in v0.43.3
func NewSubscription(t interface {
mock.TestingT
Cleanup(func())
}) *Subscription
NewSubscription creates a new instance of Subscription. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Subscription) Channel ¶ added in v0.43.3
func (_m *Subscription) Channel() <-chan interface{}
Channel provides a mock function with no fields
func (*Subscription) Err ¶ added in v0.43.3
func (_m *Subscription) Err() error
Err provides a mock function with no fields
func (*Subscription) ID ¶ added in v0.43.3
func (_m *Subscription) ID() string
ID provides a mock function with no fields